
Script Python leggero per verificare le istanze Fortinet SSL VPN per la vulnerabilità CVE-2023-27997, che supporta la scansione di singoli URL e file batch.
Fofa Query : 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 mostra questo messaggio di aiuto ed esci
-u URL, --url URL Singolo IP e porta target (es. 192.168.0.1:443)
-f FILE_LIST, --file-list FILE_LIST
File contenente coppie IP:porta nel formato 'ip:port'
$ python3 CVE-2023-27997.py -u 192.168.0.1:10443
Checking https://192.168.0.1:10443
Vulnerabile
$ python3 CVE-2023-27997.py -f file.txt
Checking https://192.168.0.1:10443
Vulnerabile