Coder Social home page Coder Social logo

wpbruter's Introduction

wpbruter

Tool for Massive mask and dictionary attacks, auto recognize, proxy, threads and other cool features for Word Press

Install:

git clone https://github.com/Naster17/wpbruter/

Combination cases:

Auto attack users on site using wordlist
python main.py --target https://site.com --wpassword rockyou.txt --auto
Tries the password and users on all sites in the list
python main.py --wtarget sites.txt --user admin --password admin123 --thread 5
Uses user and password dictionaries on one site
python main.py --target site.com --wusers users.txt --wpassword passwords.txt
Mass bruteforce
python main.py --wtarget sites.txt --wusers users.txt --wpassword passwords.txt

Cool features:

  • Can exploit "Username leakage vulnerability"
  • Written in pure Python, no dependencies need to be installed
  • Multithreaded
  • A large number of attack combinations

Docs

--auto Automatically recognizes available usernames by exploiting vulnerabilities in wp (author leak)
--cheatsheet Help with mask attacks

LOWER:         USER -> user
TITLE:         user -> User
REVERSE:       user -> resu
UPPER-REVERSE: user -> RESU
LOWER-REVERSE: USER -> resu
TITLE-REVERSE: user -> resU

MINUS[1-9]:    1: user -> ser
               2: user -> er
               3: user -> r
               ...

Main param:

--target URL to attack site example: https://mysite.com
--wtarget wordlist file with list of URLs
--mask Mask rule for passwords use --cheatsheet for more info
--site-mask Mask rule for site names use --cheatsheet for more info

Creds param:

--username Static one username example: admin
--wusers wordlist with user names
--password Static password example: admin123
--wpassword wordlist with passwords

Other param:

--timeout timed out for requests in sec example: 1
--thread numbers of threading example: 4
--proxy example: 127.0.0.1:8080 auto detect proxy type (http, https supports)
--proxy-list wordlist with proxy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.