Skip to content

restdone/passwordnova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A tool to request breached password from ProxyNova https://www.proxynova.com/tools/comb/ and modify them for password spray/brute-force

passwordnova.go

go build passwordnova.go
./passwordnove -u <username list file> -t

Generates passwordnova_result.txt containing the result from proxynova in format of [user email addaress]:[password]

image

-t remove the domain in email address. It generates password_trim.txt in format of [username]:[password]

image

-nonum skip the line if the password is numberonly

Output files can be used by hydra to perform combination test

hydra -C <file> <dc> <service>

userpassworcount.go

go build userpasswordcount
userpasswordcount -t x

Count how many password occurence for the same user name in password_trim. -t to specify the threasold.

image

removepassword.go

Find the list of password belongs to user with too many passwords and remove them from password_trim.txt

go build removepassword.go
./removepassword <user name>

image

Before: image

After: image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages