We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29898b9 commit ec531ddCopy full SHA for ec531dd
lib/prepare.py
@@ -2,7 +2,7 @@
2
# @Author: kingkk
3
# @Date: 2018-11-08 15:09:07
4
# @Last Modified by: kingkk
5
-# @Last Modified time: 2019-05-15 19:11:45
+# @Last Modified time: 2019-05-15 19:59:48
6
import re
7
from urllib.parse import urlparse
8
from lib.display import *
@@ -67,6 +67,7 @@ def mode2(url):
67
console(target)
68
CVE_2017_10271(target)
69
CVE_2018_2628(target)
70
+ CNVD_C_2019_48814(target)
71
except requests.exceptions.ConnectionError as e:
72
info("[-] is busy: {}".format(target))
73
except requests.exceptions.ReadTimeout as e:
0 commit comments