We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e61cb3 commit a070c09Copy full SHA for a070c09
citrix_CVE-2023-4966_exploit.py
@@ -46,7 +46,7 @@ def multi_threaded_scan(urls, proxies=None, success_file=None, num_threads=4):
46
thread.join()
47
48
if __name__ == '__main__':
49
- parser = argparse.ArgumentParser(description="Openfire 身份认证绕过CVE-2023-32315")
+ parser = argparse.ArgumentParser(description="Citrix NetScaler ADC & Gateway信息泄露漏洞 CVE-2023-4966")
50
parser.add_argument("-u", "--url", help="目标URL")
51
parser.add_argument("-f", "--file", default="url.txt", help="目标URL列表,默认为url.txt")
52
parser.add_argument("-t", "--threads", type=int, default=4, help="线程数,默认为4")
0 commit comments