Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```

---