thecyberworld / porthub

A fast port scanner written in python with a focus on reliability and simplicity.
MIT License
23 stars 11 forks source link

[FEATURE] Scan for top 1000 port #36

Open nerdkakashi opened 11 months ago

nerdkakashi commented 11 months ago

Detailed description

Currently tool have default 100 ports scan. So, we can add flag which runs top 1000 port scan.

Context

In many real-world scenarios, attackers or security professionals are looking for common vulnerabilities or services that might be exposed. By scanning the top 1000 ports, you are more likely to identify such issues efficiently.

Possible implementation

No response

Additional information

No response

Code of Conduct

github-actions[bot] commented 11 months ago

It's great having you contribute to this project

🌟 Welcome to the community 🌟

- If you would like to continue contributing to open source and would like to do it with an awesome inclusive community. - You should join our [Discord](https://discord.gg/QHBPq6xP5p) chat and our [GitHub Organisation](https://github.com/thecyberworld). - We help and encourage each other to contribute to open source little and often 😄. - Any questions let us know.

jonis100 commented 8 months ago

The reference code above is just the first 1000 ports, but not the most common for vulnerability scan. Like: Port 3389 (Remote Desktop Protocol - RDP) Port 1433 (Microsoft SQL Server) Port 3306 (MySQL Database) Port 8080 (Alternative HTTP port) Port 2222 (Alternative SSH port) Port 5900 (Virtual Network Computing - VNC) Which not included in 1-1000 port scanner. Tell me if I misunderstanding something here due to I new here.