Skip to content

WordPress XMLRPC amplification bruteforce tool

Notifications You must be signed in to change notification settings

tomsnuvv/wp-bruteforcer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WP Bruteforcer

A simply PHP CLI Tool / Lib to bruteforce WordPress XMLRPC using amplification.

More info: here

Requirements

  • PHP 5.3+
  • Composer
composer install

Usage

php wpbruteforcer.php bruteforce http://wordpress.org/ --wordlist wordlist.txt --username admin

If none username is provided, the tool will enumerate the WordPress users and attack all of them.

php wpbruteforcer.php bruteforce http://wordpress.org/ --wordlist wordlist.txt

You can also just enumerate users with:

php wpbruteforcer.php enumerate http://wordpress.org/ --limit 20

To get a list of options use:

php wpbruteforcer.php -h

About

WordPress XMLRPC amplification bruteforce tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%