Skip to content

Update apache-hertzbeat-default-login.yaml #11850

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

Merged
merged 4 commits into from
Apr 2, 2025

Conversation

icarot
Copy link
Contributor

@icarot icarot commented Mar 30, 2025

This nuclei template:

  • Adding three more verification of default accounts in the Hertzbeat Web Application.
  • References:

https://github.com/apache/hertzbeat

I've validated this template locally?

  • YES
  • NO

Steps to test:

Apache HertzBeat Docker:

  1. Running container Hertzbeat:
    $ docker run -d -p 1157:1157 -p 1158:1158 --name apache-hertzbeat apache/hertzbeat

  2. Get the IP Address of Apache Hertzbeat frontend:
    $ docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' apache-hertzbeat

3.And the access URL will be http://<obtained_IP_address>:1157

Nuclei execution:

$ ~/go/bin/nuclei -t apache-hertzbeat-default-login.yaml -u "http://172.17.0.3:1157/" -H "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36"

image

image

Adding three more verification of default account in the Hertzbeat Web Application.
@GeorginaReeder
Copy link

Thanks for your contribution @icarot ! :)

@DhiyaneshGeek DhiyaneshGeek self-assigned this Apr 1, 2025
@DhiyaneshGeek DhiyaneshGeek added the Done Ready to merge label Apr 1, 2025
@pussycat0x
Copy link
Contributor

Hi @icarot Thank you for sharing this template with the community and for your contribution to this project. Your efforts are greatly appreciated. Cheers!

@pussycat0x pussycat0x merged commit bb75c5c into projectdiscovery:main Apr 2, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Done Ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants