Skip to content

Port scanning application using Python. There are two versions, simple and advanced ones. Advanced ones could scan for running processes in ports and detect SOCKS v4 and v5.

Notifications You must be signed in to change notification settings

Valthion/Port-Scanner-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Port-Scanner-Python

Simple port scanning script written using Python. There are two versions, simple and advanced ones. Advanced ones could scan for running processes in ports and detect SOCKS v4 and v5.

FEATURES

  1. Port scanning (Using IP ranges and Port ranges)
  2. Scanning for process running in ports (Advanced scanner, experimental!)
  3. SOCKS v4 and v5 scanning (Advanced scanner)

Library

  1. nmap
  2. ipaddress
  3. requests
  4. socket
  5. netaddr
  6. threading
  • Install required library with 'pip install (library)' if it's unavailable on your PC to run this script
  • Don't forget to install Nmap on your PC
  • These scripts are written using Python 3 and open source, please credit us if you make modifications and publish it :)

Advanced Port Scanner

PROOF_WORKING PROOF_WORKING_2

Simple Port Scanner

PROOF_WORKING_SIMPLE

About

Port scanning application using Python. There are two versions, simple and advanced ones. Advanced ones could scan for running processes in ports and detect SOCKS v4 and v5.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages