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.
1 parent d93ebe4 commit ec3fa9fCopy full SHA for ec3fa9f
inc/vul.py
@@ -77,7 +77,7 @@ def CVE_2022_22963(url, proxies):
77
rsp = '"error":"Internal Server Error"'
78
79
if code == 500 and rsp in text:
80
- cprint(f'[+] {url} 存在编号为CVE-2022-22965的RCE漏洞,请手动反弹shell', "red")
+ cprint(f'[+] {url} 存在编号为CVE-2022-22963的RCE漏洞,请手动反弹shell', "red")
81
print('\n')
82
else:
83
cprint("[-] CVE-2022-22963漏洞不存在", "yellow")
0 commit comments