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
Strumenti/GitHubGitHub/wearohat/lucky13
Strumenti di Crittografia/DecrittografiaAnalisi delle VulnerabilitàExploitSicurezza WebCrittografiaPenetration Testing
GitHubwearohat/lucky13

lucky13

Exploit per cve-2013-0169

Vedi Repository
41 anno 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

LUCKY13 Exploit

Questo repository contiene un exploit proof-of-concept (POC) per la vulnerabilità LUCKY13 (CVE-2013-0169), che è un attacco di temporizzazione contro alcune implementazioni della modalità CBC (Cipher Block Chaining) nei sistemi crittografici. L'exploit mira a decifrare un token target sfruttando le differenze di temporizzazione nelle risposte in base alla convalida del padding.

Prerequisiti

Prima di eseguire l'exploit, assicurati di avere quanto segue:

  • Python 3.x installato sulla tua macchina.
  • La libreria requests.

Come Funziona

L'exploit funziona:

root@kitploit:~
Creating a Payload: It generates a payload that includes a prefix of known bytes and a guess for the byte being tested.
Timing the Response: It sends the payload as a cookie to the target server and measures the time taken for the server to respond. A valid padding will typically result in a shorter response time.
Decrypting the Token: By iterating through all possible byte values (0-255) and recording the response times, the script identifies the byte that results in the shortest response time, indicating a valid padding.
Building the Known Bytes: The script builds the decrypted token byte by byte, starting from the last byte and working backwards
Scarica lo strumento