Skip to content

Instantly share code, notes, and snippets.

View mmoisec's full-sized avatar

Moises Valencia mmoisec

View GitHub Profile
@mmoisec
mmoisec / bruteforce_wordpress_users.sh
Created October 30, 2025 10:14 — forked from avilum/bruteforce_wordpress_users.sh
Bruteforce Wordpress Website Using WP-JSON Users API, With 1000 With Top Common Passwords
#
# This file can be saved as 'bruteforce_wordpress_users.sh'
#
# Requirements:
# - python2 (with requests)
# - jq
# - wget
# - WPForce
# 1. Cloning WPForce:
# git clone https://github.com/n00py/WPForce.git && cd ./WPForce