
Fortinet SSL VPN 인스턴스에서 CVE-2023-27997 취약점을 확인하는 가벼운 Python 스크립트로, 단일 URL 및 배치 파일 스캔을 지원합니다.
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
Checking https://192.168.0.1:10443
Vulnerable
$ python3 CVE-2023-27997.py -f file.txt
Checking https://192.168.0.1:10443
Vulnerable