From 2f0cdff44afc7902ee40ee54dd65859eba9c718a Mon Sep 17 00:00:00 2001 From: Will Pennell Date: Sun, 20 Apr 2014 11:16:28 -0400 Subject: [PATCH] Added grabber (cherry picked from commit e84e3f8644f207194bba7d2fc0ff52eb6678c700) --- tools/grabber.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 tools/grabber.md diff --git a/tools/grabber.md b/tools/grabber.md new file mode 100644 index 0000000..f406431 --- /dev/null +++ b/tools/grabber.md @@ -0,0 +1,33 @@ +# grabber + +Notes +------- + +Help Text +------- +``` +Usage: grabber [options] + +Options: + -h, --help show this help message and exit + -u ARCHIVES_URL, --url=ARCHIVES_URL + Adress to investigate + -s, --sql Look for the SQL Injection + -x, --xss Perform XSS attacks + -b, --bsql Look for blind SQL Injection + -z, --backup Look for backup files + -d SPIDER, --spider=SPIDER + Look for every files + -i, --include Perform File Insertion attacks + -j, --javascript Test the javascript code ? + -c, --crystal Simple crystal ball test. + -e, --session Session evaluations + +``` + +Example Usage +------- + +Links +------- +