Update apache-hertzbeat-default-login.yaml #11850
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This nuclei template:
https://github.com/apache/hertzbeat
I've validated this template locally?
Steps to test:
Apache HertzBeat Docker:
Running container Hertzbeat:
$ docker run -d -p 1157:1157 -p 1158:1158 --name apache-hertzbeat apache/hertzbeat
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"