Skip to content

invelsec/WPFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPFinder

Simple Wordpress Enumeration Tool.

This tool helps us to finding admin users and Checking XmlRPC Features (Pingback etc.) on wordpress sites.

Install Requirements:

$ pip install -r requirements.txt

Usage :

Checking Admin User & XMLRPC Features

$ python3 WPFinder.py -u 'URL'

Checking XMLRPC Pingback Feature

$ python3 WPFinder.py -u 'URL' -X 'Pingback_URL'

Attention

  • Please don't use this tool for illegal activities. Educational use only!

Changelog