We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90cedb2 + 2d82546 commit 46086d6Copy full SHA for 46086d6
lib/core/__version__.py
@@ -2,4 +2,4 @@
2
# |V|H|o|s|t|S|c|a|n| Developed by @codingo_ & @__timk
3
# +-+-+-+-+-+-+-+-+-+ https://github.com/codingo/VHostScan
4
5
-__version__ = '1.8.1'
+__version__ = '1.8.2'
lib/core/virtual_host_scanner.py
@@ -9,6 +9,7 @@
9
10
import urllib3
11
urllib3.disable_warnings()
12
+requests.packages.urllib3.disable_warnings()
13
14
DEFAULT_USER_AGENT = 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) '\
15
'AppleWebKit/537.36 (KHTML, like Gecko) '\
0 commit comments