dirble icon indicating copy to clipboard operation
dirble copied to clipboard

Fast directory scanning and scraping tool

Results 14 dirble issues
Sort by recently updated
recently updated
newest added

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

enhancement

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

enhancement

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