"Security tool to find exposed debug.log files in WordPress websites"
A security tool to identify exposed debug.log files and misconfigurations in WordPress websites.
This tool is for educational purposes and authorized security testing only. Always obtain proper permission before scanning any website.
Go to download the latest wpdebugfinder.exe
Go Lang Must be installed
Yype this command to make Go lang to EXE for windows
go build -o wpdebugfinder.exe wpdebugfinder.go
- Scan for exposed debug.log files
- Detect WP_DEBUG configuration
- Multi-target scanning capability
- Concurrent scanning with configurable threads
- Results export to file
wpdebugfinder.exe -u example.com
wpdebugfinder.exe -l targets.txt -t 20 -o results.txt