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

feat(scan): Improve HTTP scan to report all the webserver running on a host #208

Open
3 tasks done
psyray opened this issue Sep 26, 2024 · 0 comments
Open
3 tasks done
Labels
enhancement New feature or request

Comments

@psyray
Copy link
Contributor

psyray commented Sep 26, 2024

Expected feature

Currently only the 80 and 443 are used to scan web server on a host.
It's not good as servers could have multiple web servers (Apache, nginx...) on multiple ports, eg: 8443, 8080 etc ...

So reNgine-ng needs to scan first all ports, detect http server runing on which ports and launch scans (dir fuzz, nuclei ...) on the found ports

Without that we could pass by on juicy target running webserver with default login or many others cases

Alternative solutions

No response

Anything else?

No response

Acknowledgements

  • This issue is not a duplicate of an existing bug report.
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant