Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/top1000scan #38

Closed
wants to merge 2 commits into from

Conversation

nerdkakashi
Copy link

Fixes Issue

Closes #36

Changes proposed

Add NmapTop1000 list of top 1000 ports

Screenshots

Note to reviewers

Code of Conduct

  • [ X] By submitting this pull request, I confirm I've read and complied with the CoC 🖖

Check List (Check all the applicable boxes)

  • [ X] My code follows the code style of this project.
  • [ X] My change requires changes to the documentation.
  • I have updated the documentation accordingly.
  • [ X] All new and existing tests passed.
  • This PR does not contain plagiarized content.
  • [ x] The title of my pull request is a short description of the requested changes.

You can also join our Discord community.
Feel free to check out other cool repositories of the Thecyberworld.
Join the Thecyberworld GitHub Organisation by raising an issue (you will be sent an invitation).

This commit adds a new feature that allows users to perform a top 1000 port scan using the --top1000 flag. The top 1000 port scan covers the most commonly used ports for network scanning.

Changes include:
- Updated argparse to support the --top1000 flag.
- Modified port range for top 1000 scan.
- Added documentation for the new feature in the usage message.

 th3cyb3rhub#36
"Add"
"NmapTop1000"
"list of top 1000 ports"
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 chat and our GitHub Organisation.
  • We help and encourage each other to contribute to open source little and often 😄.
  • Any questions let us know.

Copy link
Member

@0xk4b1r 0xk4b1r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for contributing to Thecyberworld Community

@0xk4b1r 0xk4b1r closed this Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Scan for top 1000 port
2 participants