Invertebr4do / BrutePress

Wordpress password bruteforcer

Home Page:https://invertebr4do.github.io/github-brutepress/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BrutePress

Logo

Herramienta creada en python3 para aplicar fuerza bruta al panel de login de wordpress

Instalación:

git clone https://github.com/Invertebr4do/BrutePress
cd BrutePress && chmod +x *.py
pip3 install pwntools requests

Ejecución

  • Para atacar el xmlrpc.php (Recomendado):
./BrutePress-XMLRPC.py 
  • Para atacar directamente el panel de login:
./BrutePress.py 

About

Wordpress password bruteforcer

https://invertebr4do.github.io/github-brutepress/

License:GNU General Public License v3.0


Languages

Language:Python 91.6%Language:Shell 8.4%