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
Reg1c1de — Scanner di permessi del registro scritto in C# per trovare potenziali vie di privesc all'interno del registro | Kitploit
Strumenti/GitHubGitHub/deadjakk/reg1c1de
Escalation di PrivilegiScanner di VulnerabilitàAudit di Configurazione
GitHubdeadjakk/reg1c1de

Reg1c1de

Scanner di permessi del registro scritto in C# per trovare potenziali vie di privesc all'interno del registro

Vedi Repository
861325 anni faRevisionato da Kitploit

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

Reg1c1de: Scanner di Privesc del Registro di Windows

Riepilogo (dal messaggio di aiuto):

Reg1c1de è uno strumento che analizza gli hive del registro specificati e segnala eventuali chiavi su cui l'utente ha permessi di scrittura. Inoltre, se vengono trovati valori di registro che contengono percorsi di file con determinate estensioni e sono scrivibili, verranno segnalati anche questi.

Maggiori informazioni su questo strumento e il suo utilizzo si trovano nell'articolo github.io correlato: qui

Output di aiuto:

root@kitploit:~
++++++++++++++Reg1c1de++++++++++++++++
+author: @deadjakk | http://shell.rip+
++++++++++++++++++++++++++++++++++++++


Description:
Reg1c1de is a tool that scans specified registry hives and reports on any keys where the user has write permissions
In addition, if any registry values are found that contain file paths with certain file extensions and they are writeable, these will be reported as well.
These keys should be investigated further as they could potentially lead to a path to privilege escalation or other evil

Arguments: (THESE ARE ALL OPTIONAL!)
-h      show this help message
-vv     enable debug output (more verbose)
-e      scan the entire specified hive, this is disabled by default
-o      filename to write the vulnerable keys to csv, example -o=filename
-k      base key to enumerate from under the hive, default=Software, example -k=Software
-df     disables writeable file checking, in case you don't want to make thousands of access denied file open attempts
-r      four letter shorthand of the root hive to enumerate from, default=HKLM, example -r=HKLM
        Acceptable values are: HKCU, HKLM, HKCR, HKCC, HKU

-writetests     enabling this flag will enable write tests, which will write a dummy registry key and value to every discovered instance of write access to a key.
I DO NOT recommend using this, especially if you cannot make a registry backup, nevertheless it is here.

Example Usage:
Reg1c1de.exe -v -o=outputfile -r=HKLM -e
Scarica lo strumento