Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 399 Bytes

File metadata and controls

12 lines (8 loc) · 399 Bytes

wordpress-rest-enum

A WordPress rest-enumeration script

Install

  • Pro Tip: utilize Python venv: python -m venv .\venv;source .\venv\bin\activate

pip install -r requirements.txt

Usage

Enumerate users and media files: python ./wordpress-rest-enum.py -w https://targetwebsite.com -u -m

Output in JSON format: python ./wordpress-rest-enum.py -w https://targetwebsite.com -u -m --json