Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

nc + bash

top10=(20 21 22 23 25 80 110 139 443 445 3389); for i in "${top10[@]}"; do nc -w 1 192.168.30.253 $i && echo "Port $i is open" || echo "Port $i is closed or filtered"; done
Comment

PREVIOUS NEXT
Code Example
Shell :: from .vendor.pip_shims.shims import InstallCommand 
Shell :: powershell get-aduser global catalog 
Shell :: smach viewer install 
Shell :: fork, remote setup, link 
Shell :: curl output readable json 
Shell :: Create bash BACKUP 
Shell :: cmd create fgile 
Shell :: linux cp files with number range 
Shell :: git lfs track folder 
Shell :: CMake 3.16.0 or higher is required. You are running version 3.10.2 
Shell :: run zip command in powershell 
Shell :: labview regex multiple lines 
Shell :: anndroid syudio git token 
Shell :: how to zip a unzipped folder mac terminal 
Shell :: git merge branch not including all the file 
Shell :: nohup server stop in python django 
Shell :: how to hide gitignore file 
Shell :: Add a file or folder to a tar 
Shell :: The last character of the "bash" prompt is usually 
Shell :: html5 parser 
Shell :: vscode .ps1 is not digitally signed 
Shell :: cdbangular install angular 
Shell :: fish tab completion color 
Shell :: vscode is blacking out on wsl 
Shell :: svn checkout directories recursively 
Shell :: install Llms on Ubuntu 
Shell :: my ubuntu software center has disppeared 
Shell :: press return to continue linux which key should I press 
Shell :: grep output of two commands 
Shell :: Setup docker official repository 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =