Skip to content

Commit ec531dd

Browse files
committed
fix prepare.py
1 parent 29898b9 commit ec531dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/prepare.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# @Author: kingkk
33
# @Date: 2018-11-08 15:09:07
44
# @Last Modified by: kingkk
5-
# @Last Modified time: 2019-05-15 19:11:45
5+
# @Last Modified time: 2019-05-15 19:59:48
66
import re
77
from urllib.parse import urlparse
88
from lib.display import *
@@ -67,6 +67,7 @@ def mode2(url):
6767
console(target)
6868
CVE_2017_10271(target)
6969
CVE_2018_2628(target)
70+
CNVD_C_2019_48814(target)
7071
except requests.exceptions.ConnectionError as e:
7172
info("[-] is busy: {}".format(target))
7273
except requests.exceptions.ReadTimeout as e:

0 commit comments

Comments
 (0)