<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Linux-Persistence on Ethical Hacking | Pentest e Sicurezza Informatica | Hackita</title><link>https://hackita.it/tags/linux-persistence/</link><description>Recent content in Linux-Persistence on Ethical Hacking | Pentest e Sicurezza Informatica | Hackita</description><generator>Hugo</generator><language>it</language><lastBuildDate>Tue, 10 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://hackita.it/tags/linux-persistence/index.xml" rel="self" type="application/rss+xml"/><item><title>Chkrootkit: Rootkit Detection su Linux per Incident Response e Post-Exploitation Analysis</title><link>https://hackita.it/articoli/chkrootkit/</link><pubDate>Tue, 10 Feb 2026 00:00:00 +0000</pubDate><guid>https://hackita.it/articoli/chkrootkit/</guid><description>&lt;p&gt;Chkrootkit verifica la presenza di rootkit noti su sistemi Unix/Linux controllando binari di sistema, moduli kernel, file di configurazione e segni di compromissione. Nel pentest lo usi in due direzioni: in post-exploitation per verificare se il sistema è già stato compromesso da altri attaccanti, o in fase difensiva per controllare l&amp;rsquo;integrità di host durante un assessment.&lt;/p&gt;
&lt;p&gt;Kill chain: &lt;strong&gt;Discovery / Defense Evasion check&lt;/strong&gt; (MITRE ATT&amp;amp;CK T1014).&lt;/p&gt;
&lt;hr&gt;
&lt;h2
 id="1-setup-e-installazione" class="group/anchor-heading"&gt;
 1️⃣ Setup e Installazione
 &lt;a href="#1-setup-e-installazione" 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;bash&lt;/span&gt;
 &lt;/div&gt;
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;sudo apt install chkrootkit&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Verifica: &lt;code&gt;chkrootkit -V&lt;/code&gt;. Versione: 0.57.&lt;/p&gt;</description></item></channel></rss>