# 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 -------