Fofa查询:app="FORTINET-SSLVPN"
$ git https://github.com/imbas007/CVE-2023-27997-Check.git
$ cd CVE-2023-27997-check
$ pip3 install -r requirements.txt
usage: CVE-2023-27997.py [-h] [-u URL | -f FILE_LIST]
options:
-h, --help 显示此帮助信息并退出
-u URL, --url URL 单个目标IP和端口(例如,192.168.0.1:443)
-f FILE_LIST, --file-list FILE_LIST
包含IP和端口对(格式为'ip:port')的文件
$ python3 CVE-2023-27997.py -u 192.168.0.1:10443
正在检查 https://192.168.0.1:10443
存在漏洞
$ python3 CVE-2023-27997.py -f file.txt
正在检查 https://192.168.0.1:10443
存在漏洞