fuckSU
fuckSU is a program to bruteforce local users passwords through su.
Installation
git clone https://code.lacashita.com/sml/fucksu
./fucksu
If you prefer, you can compile the code:
git clone https://code.lacashita.com/sml/fucksu
go build fucksu.go
./fssh
Usage
To buteforce one user:
fssh -w rockyou.txt -u hacker
To bruteforce one user using 5 threads:
fssh -w rockyou.txt -u hacker -t 5
Notes
This program has been built to play with Go language.
Description
Languages
Go
100%
