8000 GitHub - code-scan/WpGo: wordpress batch brute force
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

code-scan/WpGo

Folders and files

NameName
Last commit message
Last co 10654 mmit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

11

WpGo

Wordpress Batch Brute Force by Go

Usage of wpgo:
  -a string
        attack type  login / xmlrpc (default "login")
  -c int
    	max auto get user count (default 5)
  -o string
    	out filepath (default "result.txt")
  -p string
    	password list filepath
  -t int
    	max thread (default 20)
  -u string
    	username list filepath
  -w string
    	website list filepath

auto get author and try login

go run main.go -p pass.txt -w site.txt
WpGo.exe -p pass.txt -w site.txt

WpGo.exe -a xmlrpc -p ./dict/p.txt -u ./dict/u.txt -w ./dict/site.txt

auto get author and custom author list

WpGo.exe -p pass.txt -w site.txt -u user.txt

About

wordpress batch brute force

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0