Skip to content

Commit ec3fa9f

Browse files
authored
Update vul.py
1 parent d93ebe4 commit ec3fa9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/vul.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def CVE_2022_22963(url, proxies):
7777
rsp = '"error":"Internal Server Error"'
7878

7979
if code == 500 and rsp in text:
80-
cprint(f'[+] {url} 存在编号为CVE-2022-22965的RCE漏洞,请手动反弹shell', "red")
80+
cprint(f'[+] {url} 存在编号为CVE-2022-22963的RCE漏洞,请手动反弹shell', "red")
8181
print('\n')
8282
else:
8383
cprint("[-] CVE-2022-22963漏洞不存在", "yellow")

0 commit comments

Comments
 (0)