From 35c29e1e4e70dd2f7b62f6a2e7d9330b56ddea7e Mon Sep 17 00:00:00 2001 From: David Dworken Date: Mon, 10 Nov 2014 07:55:11 -0500 Subject: [PATCH] Added rate limiting documentation. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 40dd59c..c1ee295 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,11 @@ If you wish to limit simultaneous connections to 20: ./xsscrapy.py -u http://example.com -c 20 ``` +If you wante to rate limit to 60 requests per minute: +```shell +./xsscrapy.py -u http://example.com/ -r 60 +``` + XSS vulnerabilities are reported in xsscrapy-vulns.txt