Skip to content

Commit

Permalink
Merge pull request #85 from ccsplit/supress-insecure
Browse files Browse the repository at this point in the history
Supress insecure warnings within requests
  • Loading branch information
codingo authored Nov 22, 2017
2 parents 90cedb2 + 2d82546 commit 46086d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# |V|H|o|s|t|S|c|a|n| Developed by @codingo_ & @__timk
# +-+-+-+-+-+-+-+-+-+ https://github.com/codingo/VHostScan

__version__ = '1.8.1'
__version__ = '1.8.2'
1 change: 1 addition & 0 deletions lib/core/virtual_host_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

import urllib3
urllib3.disable_warnings()
requests.packages.urllib3.disable_warnings()

DEFAULT_USER_AGENT = 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) '\
'AppleWebKit/537.36 (KHTML, like Gecko) '\
Expand Down

0 comments on commit 46086d6

Please sign in to comment.