Add README
This commit is contained in:
parent
0754ac06a5
commit
3e2b67e07c
33
README.md
Normal file
33
README.md
Normal file
@ -0,0 +1,33 @@
|
||||
# fuckSU
|
||||
fuckSU is a program to bruteforce local users passwords through su.
|
||||
|
||||

|
||||
|
||||
# Installation
|
||||
|
||||
```sh
|
||||
git clone https://code.lacashita.com/sml/fucksu
|
||||
./fucksu
|
||||
```
|
||||
|
||||
If you prefer, you can compile the code:
|
||||
|
||||
```sh
|
||||
git clone https://code.lacashita.com/sml/fucksu
|
||||
go build fucksu.go
|
||||
./fssh
|
||||
```
|
||||
|
||||
# Usage
|
||||
|
||||
To buteforce one user:
|
||||
```sh
|
||||
fssh -w rockyou.txt -u hacker
|
||||
```
|
||||
To bruteforce one user using 5 threads:
|
||||
```sh
|
||||
fssh -w rockyou.txt -u hacker -t 5
|
||||
```
|
||||
|
||||
# Notes
|
||||
This program has been built to play with Go language.
|
||||
BIN
fucksu.png
Normal file
BIN
fucksu.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
Loading…
x
Reference in New Issue
Block a user