Skip to content

This is a simple port scanner made using bash scripting.

Notifications You must be signed in to change notification settings

Diaa-Hassan/Port-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Port Scanner

This is a simple port scanner made using bash scripting.

To Run This Script simply give it permissions to be executed

chmod u+x PortScanner.sh or chmod 777 PortScanner.sh

after that you can simply run the script by typing ./PortScanner.sh this will run the script with some default parameters for testing

These parameters are:

########################################

   Target is -----------> google.com
   Begining Port -------> 1
   Ending Port ---------> 1000

########################################

You Can Specify Your Own Target And Ports To Be Scanned As Follows

./PortScanner.sh TARGET BEGINING_PORT ENDING_PORT

for example: ./PortScanner.sh kernel.org 440 445 and the output should be something like this

Test.PNG

About

This is a simple port scanner made using bash scripting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages