Isona / dirble

Fast directory scanning and scraping tool
GNU General Public License v3.0
614 stars 87 forks source link

Support for CURLOPT_RESOLVE #17

Open sciguy16 opened 5 years ago

sciguy16 commented 5 years ago

The CURLOPT_RESOLVE 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 public DNS record, as an alternative to modifying /etc/hosts.

See also libcurl does not base SNI on the Host header