https://github.com/connar/xmlrpc2ipdisclosure
Script to mass search for websites using pingback method in xmlrpc.php plugin
https://github.com/connar/xmlrpc2ipdisclosure
bug-bounty bugbounty bugbounty-tool pingback xmlrpc xmlrpc-finder xmlrpc-scanner
Last synced: 6 days ago
JSON representation
Script to mass search for websites using pingback method in xmlrpc.php plugin
- Host: GitHub
- URL: https://github.com/connar/xmlrpc2ipdisclosure
- Owner: connar
- Created: 2025-08-26T16:10:29.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-26T16:13:04.000Z (10 months ago)
- Last Synced: 2025-08-26T22:32:45.422Z (10 months ago)
- Topics: bug-bounty, bugbounty, bugbounty-tool, pingback, xmlrpc, xmlrpc-finder, xmlrpc-scanner
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xmlrpc2ipdisclosure
A simple script for mass searching websites with pingback enabled in xmlrpc.php plugin. This allows for server ip disclosure.
Can be also customized to search for other methods enabled by changing the following:
```py
def is_pingback_enabled(response_text):
return "[can be customized]" in response_text
```