An open API service indexing awesome lists of open source software.

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

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
```