docs: fix AMQP service heading level in brute-force.md

The `services` section uses `##` and all the subsections under it use `###`.
This commit is contained in:
Markus Tamm 2025-06-19 21:51:17 +03:00 committed by GitHub
parent 42a3c3e626
commit 970ed847f3

View File

@ -117,7 +117,7 @@ msf> run
nmap --script ajp-brute -p 8009 <IP>
```
## AMQP (ActiveMQ, RabbitMQ, Qpid, JORAM and Solace)
### AMQP (ActiveMQ, RabbitMQ, Qpid, JORAM and Solace)
```bash
legba amqp --target localhost:5672 --username admin --password data/passwords.txt [--amql-ssl]