mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
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:
parent
42a3c3e626
commit
970ed847f3
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user