XiphosResearch / wp-user-enum-scripts

Some wordpress user enumeration scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wp-user-enum-scripts

Some wordpress user enumeration scripts. A work in progress. I'll upload the rest of the stuff later...

wpjson.py

This script uses the method outlined by Jerry Gamblin here
Sample output below:

$ python wpjson.py https://redacted.co.uk
{*} Found 3 users
{>} User ID: 7, Name: Realistic User, Username: something
{>} User ID: 67, Name: Pessimistic User, Username: nothing
{>} User ID: 147, Name: Optimistic User, Username: everything

About

Some wordpress user enumeration scripts.


Languages

Language:Python 100.0%