codingo / VHostScan

A virtual host scanner that performs reverse lookups, can be used with pivot tools, detect catch-all scenarios, work around wildcards, aliases and dynamic default pages.
GNU General Public License v3.0
1.19k stars 231 forks source link

Supress insecure warnings within requests #85

Closed ccsplit closed 6 years ago

ccsplit commented 6 years ago

Added the disable_warnings() call within the requests.packages.urllib3 package. Fixes #84.

codingo commented 6 years ago

Closes #84