Exploitation Framework for Embedded Devices
python
security
embedded
router
scanner
bruteforce
exploits
infosec
router-exploitation-framework
routersploit-framework
dictionary-attack
routersploit
creds
-
Updated
Jun 28, 2020 - Python
Hi All,
So I'm trying to use hydra to bruteforce a login on a system that uses custom http headers to receive the username and password. Hydra does not seem to be doing substitution of ^USER^ and ^PASS^ when used as HTTP headers. If I issue issuing a call to hydra like this:
hydra "http-post://0.0.0.0:8000/:H=username\:^USER^:H=password\:^PASS^" -l admin -p adminI see the following r