** Warning **
This script is outdated. The latest build lives as a web app at:
https://ratelimit.rudyfaile.com
A Handy tool for checking if a host is limiting the request rate to a site's XMLRPC file
Requirements:
- Python 3.x+ (no dependencies, standard library)
Instructions:
-
git clone https://github.com/rfaile313/XMLRPC-Ratelimit-Test.git
-
cd XMLRPC-Ratelimit-Test
-
python3 ratelimit.py
asks for URL once run
or
python3 ratelimit.py [URL HERE]
example: python3 ratelimit.py rudyfaile.com
Since Python 2.x ships with most systems, it's a good idea to specify the version.
Don't have Python 3? Get it here.