A Simple Python Portscanner for TCP ports in a specific target.
There are some libraries for depencies used with Python 3.x
pip3 install nmap argparse
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"
Made for Hacker Technologies in Insper Computer Engineering Course