Skip to content

Commit a070c09

Browse files
authored
Update citrix_CVE-2023-4966_exploit.py
1 parent 3e61cb3 commit a070c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

citrix_CVE-2023-4966_exploit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def multi_threaded_scan(urls, proxies=None, success_file=None, num_threads=4):
4646
thread.join()
4747

4848
if __name__ == '__main__':
49-
parser = argparse.ArgumentParser(description="Openfire 身份认证绕过CVE-2023-32315")
49+
parser = argparse.ArgumentParser(description="Citrix NetScaler ADC & Gateway信息泄露漏洞 CVE-2023-4966")
5050
parser.add_argument("-u", "--url", help="目标URL")
5151
parser.add_argument("-f", "--file", default="url.txt", help="目标URL列表,默认为url.txt")
5252
parser.add_argument("-t", "--threads", type=int, default=4, help="线程数,默认为4")

0 commit comments

Comments
 (0)