From 95ba7eda0303197f1eeed4337e2a9ac25854e520 Mon Sep 17 00:00:00 2001 From: Will Pennell Date: Sun, 20 Apr 2014 11:16:09 -0400 Subject: [PATCH] Added deblaze (cherry picked from commit bfd102c3deea1b6499ae302379f4d5c0bcdc8e6b) --- tools/deblaze.md | 53 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 tools/deblaze.md diff --git a/tools/deblaze.md b/tools/deblaze.md new file mode 100644 index 0000000..bf0c62d --- /dev/null +++ b/tools/deblaze.md @@ -0,0 +1,53 @@ +# deblaze + +Notes +------- + +Help Text +------- +``` +Usage: deblaze [option] + +A remote enumeration tool for Flex Servers + +Options: + --version show program's version number and exit + -h, --help show this help message and exit + -u URL, --url=URL URL for AMF Gateway + -s SERVICE, --service=SERVICE + Remote service to call + -m METHOD, --method=METHOD + Method to call + -p PARAMS, --params=PARAMS + Parameters to send pipe seperated + 'param1|param2|param3' + -f SWF, --fullauto=SWF + URL to SWF - Download SWF, find remoting services, + methods,and parameters + --fuzz Fuzz parameter values + -c CREDS, --creds=CREDS + Username and password for service in u:p format + -b COOKIE, --cookie=COOKIE + Send cookies with request + -A USERAGENT, --user-agent=USERAGENT + User-Agent string to send to the server + -1 BRUTESERVICE, --bruteService=BRUTESERVICE + File to load services for brute forcing (mutually + exclusive to -s) + -2 BRUTEMETHOD, --bruteMethod=BRUTEMETHOD + File to load methods for brute forcing (mutually + exclusive to -m) + -d, --debug Enable pyamf/AMF debugging + -v, --verbose Print http request/response + -r, --report Generate HTML report + -n, --nobanner Do not display banner + -q, --quiet Do not display messages + +``` + +Example Usage +------- + +Links +------- +