Skip to content

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

Notifications You must be signed in to change notification settings

sudoshivam/Alpha-Port-Scanner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License

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<br />

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%