abhs06 / Alpha-Port-Scanner

Alpha port scan is a process that sends client requests to a range of server port addresses on a host, with the goal of finding an active port

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Alpha Port Scanner

Alpha port scanner (apscan) is an open source port scanner designed to scan a server or host for open ports.

Installation:

Download alpha-port-scanner using command
git clone https://github.com/AlphaQx/Alpha-Port-Scanner.git

then, go to Alpha-port-scanner directory using command:
cd alpha-port-scanner

Now run apscan using command
python apscan.py [ip address] [start point] [end point]

example:
To scan all open ports from 1 to 200 of example.com
python apscan.py example.com 1 200

screenshot

Open Source Helpers

🤝 Our Contributors

#Dont forget to star ⭐ this repo and follow me 🙋!

About

Alpha port scan is a process that sends client requests to a range of server port addresses on a host, with the goal of finding an active port

License:GNU General Public License v3.0


Languages

Language:Python 100.0%