Skip to content

thackeraaron/su-bruteforce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

su-bruteforce

This tool bruteforces a selected user using su and as passwords: null password, username, reverse username and a wordlist (top12000.txt).

You can specify a username using -u <username> and a wordlist via -w <wordlist>.

By default the BF default speed is using 100 su processes at the same time (each su try last 0.7s and a new su try in 0.007s). It needs 143s to complete.

You can configure these times using -t (timeout su process) and -s (sleep between 2 su processes).

Fastest recommendation: -t 0.5 (minimun acceptable) and -s 0.003 ~ 108s to complete.

./suBF.sh -u <USERNAME> [-w top12000.txt]  [-t 0.7] [-s 0.007]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%