mr-soulfox / BasicPortscan

Basic port scan in domain or ip, created with python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic port scan 👁️

is a basic portscan that allows you to discover the open ports of a domain/ip, made with python 3.

How to use

Pre-requisite

  • Python 3
  • Socket for python
  • Sys

Use

​ Open the terminal, enter the directory that has the file portscan.py and use command python3 portscan.py [args]

Commands

​ -h or --help: Is to see help

​ -p <80, 8080> or <80-8080>: Is to indicate the ports that will be scanned (required)

​ -u (url): Is to indicate the domain or IP that will be scanned (required)

​ -t (time in seconds): is for setting a time in seconds for each scan (optional)

Author


Marcos Paulo

Made with ❤️ by Marcos Paulo

About

Basic port scan in domain or ip, created with python

License:MIT License


Languages

Language:Python 100.0%