dirble
dirble copied to clipboard
Fast directory scanning and scraping tool
The [CURLOPT_RESOLVE](https://curl.haxx.se/libcurl/c/CURLOPT_RESOLVE.html) option instructs libcurl to override DNS lookups for particular (or all) hostnames. This would be useful when scanning a server that requires SNI but does not have a...
In testing out dirble, I noticed that it will attempt exactly the url that is given, but seems to not understand what to do if, for example, the following scenario...
Just bumped the current versions of dependencies and resolved any issues between versions. - Clap - Changes to short and value delimiters from strings to chars - Validators take &str...