https://github.com/d4t4s3c/suforce
Obtain a user's system password, this tool uses the su binary to perform a brute force attack until a successful collision occurs.
https://github.com/d4t4s3c/suforce
brute-force brute-force-attacks bruteforce bruteforce-password-cracker bruteforce-wordlist bruteforcing crack cracking cracking-password linux password su sudo unix
Last synced: 7 months ago
JSON representation
Obtain a user's system password, this tool uses the su binary to perform a brute force attack until a successful collision occurs.
- Host: GitHub
- URL: https://github.com/d4t4s3c/suforce
- Owner: d4t4s3c
- License: gpl-3.0
- Created: 2022-02-22T09:11:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T09:22:04.000Z (11 months ago)
- Last Synced: 2025-04-09T00:34:01.636Z (10 months ago)
- Topics: brute-force, brute-force-attacks, bruteforce, bruteforce-password-cracker, bruteforce-wordlist, bruteforcing, crack, cracking, cracking-password, linux, password, su, sudo, unix
- Language: Shell
- Homepage:
- Size: 422 KB
- Stars: 38
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### suForce
  
 
### Overview
If you have a **username** and want to try to obtain their **password**, `suForce` will make authentication attempts against that user from the [[su](https://manpages.ubuntu.com/manpages/xenial/man1/su.1.html)] binary, performing a **brute force** attack until a successful collision occurs.

### Download
```sh
cd /dev/shm
wget --no-check-certificate -q "https://raw.githubusercontent.com/d4t4s3c/suForce/refs/heads/main/suForce"
chmod +x suForce
```
### Usage
```sh
./suForce -u -w
```