Skip to content

AbdulRKB/WPNames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

WPNames

WordPress Usernames Enumerator

Installation & Usage

Use the following command to install the tool.

pip install WPNames

Then import the tool to any python file. Here's an example:

from WPNames import WPNames

site = "https://example.com/"

WPNames(site).getJsonData()

Methods

getJsonData() - retrives data from site in JSON format

generateNamesYield() - Yields usernames found on the site

saveRawData('data.json') - Saves the raw JSON data retrieved from the site. Make sure to replace data.json with desired filename