From 2ec994c2d8ccd835cc42372da393a48c765713f7 Mon Sep 17 00:00:00 2001 From: Will Pennell Date: Sat, 19 Apr 2014 22:27:48 -0400 Subject: [PATCH] Added dirb (cherry picked from commit 8c8514a147aa85ab384dbf81a22b74013f1241a3) --- tools/dirb.md | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 tools/dirb.md diff --git a/tools/dirb.md b/tools/dirb.md new file mode 100644 index 0000000..49d44c3 --- /dev/null +++ b/tools/dirb.md @@ -0,0 +1,59 @@ +# DirB + +Notes +------- + +Help Text +------- +``` +----------------- +DIRB v2.21 +By The Dark Raver +----------------- + +./dirb [] [options] + +========================= NOTES ========================= + : Base URL to scan. (Use -resume for session resuming) + : List of wordfiles. (wordfile1,wordfile2,wordfile3...) + +======================== HOTKEYS ======================== + 'n' -> Go to next directory. + 'q' -> Stop scan. (Saving state for resume) + 'r' -> Remaining scan stats. + +======================== OPTIONS ======================== + -a : Specify your custom USER_AGENT. + -c : Set a cookie for the HTTP request. + -f : Fine tunning of NOT_FOUND (404) detection. + -H : Add a custom header to the HTTP request. + -i : Use case-insensitive search. + -l : Print "Location" header when found. + -N : Ignore responses with this HTTP code. + -o : Save output to disk. + -p : Use this proxy. (Default port is 1080) + -P : Proxy Authentication. + -r : Don't search recursively. + -R : Interactive recursion. (Asks for each directory) + -S : Silent Mode. Don't show tested words. (For dumb terminals) + -t : Don't force an ending '/' on URLs. + -u : HTTP Authentication. + -v : Show also NOT_FOUND pages. + -w : Don't stop on WARNING messages. + -X / -x : Append each word with this extensions. + -z : Add a miliseconds delay to not cause excessive Flood. + +======================== EXAMPLES ======================= + ./dirb http://url/directory/ (Simple Test) + ./dirb http://url/ -X .html (Test files with '.html' extension) + ./dirb http://url/ /usr/share/dirb/wordlists/vulns/apache.txt (Test with apache.txt wordlist) + ./dirb https://secure_url/ (Simple Test with SSL) + +``` + +Example Usage +------- + +Links +------- +