Skip to content

vitorsv1/portscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

🚪 Portscanner

A Simple Python Portscanner for TCP ports in a specific target.

Dependencies

There are some libraries for depencies used with Python 3.x

pip3 install nmap argparse

Usage

For usage run:

python3 portscanner.py $HOST $ARG $PORT
  • $HOST
    • IP or domain like "192.168.0.1"
  • $ARG
    • For specific port you can use "-p" or "--portrange"
  • $PORT
    • Use an specific number "8080" or range "50-500"

Credits

Made for Hacker Technologies in Insper Computer Engineering Course

About

Python Portscanner using TCP Protocol with NMAP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages