Skip to content

Pankaj-SinghR/advance-port-scanner-using-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advance-Port-Scanner-CLI

how port scanner work?

  • This port scanner does a port/ports scan for a remote host.
  • The list of ports and a remote host are entered as command line args.
  • We create a separate thread to check port connection. Hence it is faster and more efficient.

Clone the Repository

git clone https://github.com/Pankaj-SinghR/advance-port-scanner-using-python.git

Change directory

cd advance-port-scanner-using-python

let's scan

Help menu

python scanner.py -h

python scanner.py www.google.com 80 440 443 22

About

This repository contain an advance port scanner using socket library to scan the ports on any remote host

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages