dirble
dirble copied to clipboard
Fast directory scanning and scraping tool
Can You guys add a way to detect similar size responses for a tarpit throwing 200 with similar status codes and just disengage the host or better yet discard all...
In the json output, can we include the target? like -> .target = "https://google.com" Trying to see if I can integrate this wonderful tool with my automation platform(replace dirsearch) and...
It would be useful to have a library that can parse the JSON output and provide iterators over the discovered content.
Hi! I'm using `dirble` to run a scan using this wordlist: https://gist.github.com/jhaddix/b80ea67d85c13206125806f0828f4d10 with this options: `RUST_BACKTRACE=full ./dirble -l --scrape-listable --scan-401 --scan-403 --show-htaccess -w ../../content_discovery_all.txt -x js,php,java,bak,sql,inc,config,old,1 -u http://blank.blank` and this...
Hi, I got this error with newest source code from github ``` thread '' panicked at 'called `Option::unwrap()` on a `None` value', src/libcore/option.rs:347:21 note: Some details are omitted, run with...
Currently the "output all" short alias is --oA with two dashes. Nmap uses -oA with one dash, and attempts to use "-oA" with dirble result in weird error messages (e.g....
It would be useful to be able to optionally display all or a subset of the response headers from each request, or to flag up when a reponse header matches...
Hi! I just wanted to drop here another use case that it'll be great to drop out from the results, marking it as a false positive. During the nonexistent paths...
A list of features that would be nice to add, listed in no particular order: ## Input - [ ] Load base request from a file - [ ] Load...