Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d4t4s3c/suforce
Obtains a user's password by abusing the su binary.
https://github.com/d4t4s3c/suforce
brute-force brute-force-attacks bruteforce bruteforce-password-cracker bruteforce-wordlist bruteforcing linux su sudo unix
Last synced: about 2 months ago
JSON representation
Obtains a user's password by abusing the su binary.
- Host: GitHub
- URL: https://github.com/d4t4s3c/suforce
- Owner: d4t4s3c
- License: gpl-3.0
- Created: 2022-02-22T09:11:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T08:56:51.000Z (10 months ago)
- Last Synced: 2024-03-13T09:56:06.418Z (10 months ago)
- Topics: brute-force, brute-force-attacks, bruteforce, bruteforce-password-cracker, bruteforce-wordlist, bruteforcing, linux, su, sudo, unix
- Language: Shell
- Homepage:
- Size: 441 KB
- Stars: 19
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# suForce
**Obtains a user's password by abusing the su binary.**
![](/screenshot.png)
- Download suForce
```sh
cd /dev/shm
wget --no-check-certificate -q "https://raw.githubusercontent.com/d4t4s3c/suForce/main/suForce"
chmod +x suForce
```- Download Wordlist (Optional)
```sh
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
```cmd
./suForce -u -w
```---