Garden of KnowledgeApplied Sciences › Computer Science › Software › Security › Certifications › PNPT-cert › tools
May 18, 2026

Outils PNPT — Catalogue par phase

Catalogue des outils à connaître, classés par phase de l’engagement. Référence rapide pour le détail d’utilisation, voir les notes thématiques (01–20). À l’examen, mieux vaut maîtriser un outil de chaque catégorie que d’en connaître dix superficiellement.

Reconnaissance & OSINT§

OutilUsage
theHarvesterCollecte d’emails, sous-domaines
Sublist3rÉnumération de sous-domaines
AmassÉnumération avancée (passif + actif)
crt.shSous-domaines via certificats SSL
SherlockRecherche de comptes par username
Recon-ngFramework OSINT modulaire
linkedin2usernameGénération de wordlists depuis LinkedIn
Shodan / CensysRecherche d’infrastructures exposées

Scanning & Énumération§

OutilUsage
NmapScan de ports et services
MasscanScan ultra-rapide (rapide mais bruyant)
enum4linux-ngÉnumération SMB/NetBIOS
smbclientClient SMB
smbmapCartographie SMB
rpcclientClient RPC (null session)
ldapsearchRequêtes LDAP
windapsearchÉnumération AD via LDAP
dnsenum / dnsreconÉnumération DNS

Web§

OutilUsage
GobusterBrute force directories / DNS / vhost
FeroxbusterBrute force directories (récursif)
ffufFuzzer rapide
NiktoScan de vulnérabilités web
Burp SuiteProxy d’interception
NucleiScan automatisé de CVE / templates
wfuzzFuzzing web
sqlmapExploitation SQL injection
jwt_toolManipulation JWT

Exploitation§

OutilUsage
MetasploitFramework d’exploitation
msfvenomGénération de payloads
searchsploitRecherche d’exploits (ExploitDB)
CVE PoCs (GitHub)Exploits version-spécifiques

Post-Exploitation§

OutilUsage
MimikatzDump credentials Windows
BloodHoundCartographie AD (graphe d’attaque)
SharpHoundCollecteur pour BloodHound (Windows)
bloodhound-pythonCollecteur depuis Linux
PowerViewÉnumération AD (PowerShell)
RubeusAttaques Kerberos (Windows)
MimikatzDump creds + DCSync + Golden Ticket

Cracking§

OutilUsage
HashcatCracking de hashes (GPU)
John the RipperCracking de hashes (CPU + variantes)
HydraBrute force en ligne
medusaAlternative à Hydra

Impacket Suite§

OutilUsage
psexec.pyExécution distante (SMB)
wmiexec.pyExécution distante (WMI)
smbexec.pyExécution distante (SMB, autre)
secretsdump.pyDump de credentials (local + DCSync)
GetUserSPNs.pyKerberoasting
GetNPUsers.pyAS-REP Roasting
ntlmrelayx.pyRelay NTLM
ticketer.pyCréation de tickets Kerberos (Golden/Silver)
addcomputer.pyCréer un compte machine
rbcd.pyConfigurer RBCD
getST.pyS4U2Self/Proxy depuis Linux

Privilege Escalation§

OutilUsage
LinPEASÉnumération privesc Linux
WinPEASÉnumération privesc Windows
PowerUpPrivesc Windows (PowerShell)
linux-exploit-suggesterSuggestions kernel exploits
SeatbeltÉnumération sécurité Windows
PrintSpooferPotato attack (SeImpersonate)
GodPotatoPotato moderne (Win10/11/Server)
JuicyPotatoNGVariante pour Server 2016/2019/2022
GTFOBins (web)Référence privesc binaires Linux

Pivoting§

OutilUsage
ChiselTunneling TCP / SOCKS
Ligolo-ngTunneling avancé (interface réseau)
sshuttleVPN over SSH
ProxychainsRoutage via proxy SOCKS
socatRelais TCP polyvalent

Networking offensif§

OutilUsage
ResponderLLMNR / NBT-NS poisoning
mitm6IPv6 DNS takeover
CrackMapExec / NetExecSwiss army knife AD
Evil-WinRMShell WinRM
InveighÉquivalent Responder pour Windows

AD avancé§

OutilUsage
kerbruteUser enum + password spray Kerberos
CertipyAttaques AD Certificate Services (ESC1-8)
CertifyÉquivalent Certipy en C# (Windows)
bloodyADACL abuse + manipulation AD (Linux)
pyWhisker / WhiskerShadow Credentials
targetedKerberoastKerberoasting ciblé via GenericWrite
PetitPotamCoercion MS-EFSRPC
printerbug / SpoolSampleCoercion MS-RPRN (PrinterBug)
dfscoerceCoercion DFS
noPac.pyCVE-2021-42278 / 42287

Initial Access (externe)§

OutilUsage
o365spraySpray O365 / Azure AD
MSOLSpraySpray Azure AD (PowerShell)
MailSniperSpray + recherche dans OWA
Evilginx2Reverse proxy phishing (bypass MFA)
GoPhishCampagnes de phishing
macro_packGénération de macros Office malveillantes
EvilClippyManipulation de docs Office

AV / EDR Evasion§

OutilUsage
DonutConversion EXE/DLL en shellcode
InceptorFramework de loaders + obfuscation
Nimcrypt2Loader Nim avec bypass AV
freeze.rsLoader Rust avec direct syscalls
ScareCrowLoader avec bypass EDR userland
SysWhispers3Génération de stubs direct/indirect syscalls
HellsGate / HalosGateRésolution dynamique de syscalls
AmsiBypass-ReflectionBypass AMSI sans signature
Invisi-ShellPowerShell sans logging ni AMSI

Extraction de credentials§

OutilUsage
MimikatzLSASS, SAM, LSA, DPAPI, Kerberos
SharpDPAPIExtraction credentials DPAPI
LaZagneExtraction creds multi-app multi-browser
SharpChromium / SharpWebVol creds Chrome / Edge / Firefox
pypykatzMimikatz en Python (parse LSASS dump)

Notes & Reporting§

OutilUsage
ObsidianPrise de notes markdown (recommandé)
CherryTreePrise de notes hiérarchique + screenshots
FlameshotScreenshots (Linux)
GreenshotScreenshots (Windows)
ShareXScreenshots avancés (Windows)
SysReptorGénération de rapports modernes
PwndocGénération de rapports (legacy)
GhostWriterCollaboration équipe pentest
—The Gardener