Opendoor

opendoor switches:
--host to input URL
-s directories or -s subdomains
-w to select wordlist
-e to search for file types (php, txt, xml)
--prefix to append word/phrase to URL 
--reports html or json or text to output html, json or text

- Green responses are 200, blue responses are 302, brown is 404

- Example commands:
    > opendoor --host http://xxx -s directories -w /usr/share/wordlists/dirb/common.txt -e php,txt,xml --prefix data/ --reports html

Leave a comment