Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 642 Bytes

readme.md

File metadata and controls

26 lines (15 loc) · 642 Bytes

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