Lucene search
+L

19370 matches found

Kitploit
Kitploit
•added 2026/09/26 3:20 p.m.•12 views

pinjectra

Pinjectra Pinjectra is a C/C++ library that implements Process Injection techniques with focus on Windows 10 64-bit in a "mix and match" style. Here's an example: root@kitploit: // CreateRemoteThread Demo + DLL Load i.e., LoadLibraryA as Entry Point executor = new CodeViaCreateRemoteThread new...

6.1AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/26 3:07 p.m.•14 views

Grok-backdoor

Grok-backdoor Grok-backdoor is a simple python based backdoor, it uses Ngrok tunnel for the C&C communication. Ngrok-backdoor can generate Windows, Linux and Mac binaries using Pyinstaller. How it works: Ngrok exposes local servers behind NATs and firewalls to the public internet over a secure...

6.2AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/26 3:01 p.m.•14 views

SharpUp

SharpUp SharpUp is a C port of various PowerUp functionality. Currently, only the most common checks have been ported; no weaponization functions have yet been implemented. @harmj0y is the primary author. SharpUp is licensed under the BSD 3-Clause license. Usage root@kitploit: SharpUp.exe audit...

6AI score
SaveExploits0References6
Kitploit
Kitploit
•added 2026/09/26 2:26 p.m.•13 views

ImpulsiveDLLHijack

ImpulsiveDLLHijack C based tool which automates the process of discovering and exploiting DLL Hijacks in target binaries. The Hijacked paths discovered can later be weaponized during RedTeam Operations to evade EDR's. 1. Methodological Approach : The tool basically acts on automating following...

6.2AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/26 2:10 p.m.•27 views

sylkie

sylkie A command line tool and library for testing networks for common address spoofing security vulnerabilities in IPv6 networks using the Neighbor Discovery Protocol. Getting Started Note: This project is still in the early phases of development. If you run into any problems, please consider...

5.6AI score
SaveExploits0References4
Kitploit
Kitploit
•added 2026/09/26 12:53 p.m.•14 views

RottenPotatoNG

RottenPotatoNG New version of RottenPotato as a C++ DLL and standalone C++ binary - no need for meterpreter or other tools. RottenPotatoDLL This project generates a DLL and EXE file. The DLL contains all the code necessary to perform the RottenPotato attack and get a handle to a privileged token...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/26 12:41 p.m.•20 views

wsb-detect

⏳ wsb-detect wsb-detect enables you to detect if you are running in Windows Sandbox "WSB". The sandbox is used by Windows Defender for dynamic analysis, and commonly manually by security analysts and alike. At the tail end of 2019, Microsoft introduced a new feature named Windows Sandbox WSB for...

6.1AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/26 12:06 p.m.•18 views

Bramble

🌱 Bramble a new hacking Open source suite. 📜 Summary Bramble software has been designed for the bramble project. It incorporates many features of pentesting and IT Security. It's easy to use and completely editable. It allows beginners to learn hacking and gives more experienced users a...

5.8AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/26 11:41 a.m.•23 views

malcom

Malcom - Malware Communication Analyzer Malcom is a tool designed to analyze a system's network communication using graphical representations of network traffic, and cross-reference them with known malware sources. This comes handy when analyzing how certain malware species try to communicate wit...

5.8AI score
SaveExploits0References7
Kitploit
Kitploit
•added 2026/09/26 11:28 a.m.•14 views

SharpSploit

SharpSploit SharpSploit is a .NET post-exploitation library written in C that aims to highlight the attack surface of .NET and make the use of offensive .NET easier for red teamers. SharpSploit is named, in part, as a homage to the PowerSploit project, a personal favorite of mine! While SharpSplo...

6AI score
SaveExploits0References8
Kitploit
Kitploit
•added 2026/09/26 11:20 a.m.•15 views

lykan

lykan Lykan is a leak analysis program written in C that generates visual graphs of the analysed data. It receives as inputs raw password text dumps where the passwords are separated by '\n' and extracts statistical information about the dumps, including the top passwords, character popularity et...

5.9AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/26 10:23 a.m.•14 views

SharpDNSExfil

SharpDNSExfil SharpDNSExfil is an exfiltration tool written in C. The main objective is to exfiltrate any "on disk" files without having to worry about restricted outbound connection. Prerequisite Remote machine should be able to resolve DNS Why did I do this? I got blind RCE during my engagement...

6.2AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/26 10:14 a.m.•9 views

InvisibilityCloak

InvisibilityCloak Proof-of-concept obfuscation toolkit for C post-exploitation tools. This will perform the below actions for a C visual studio project. Change the tool name Change the project GUID Obfuscate compatible strings in source code files based on obfuscation method entered by user Remov...

6AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/26 9:47 a.m.•746 views

nccfsas

Introduction This repository holds information released publicly by NCC Group's Full Spectrum Attack Simulation FSAS team...

5.3AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/26 9:22 a.m.•16 views

Shhhloader

Shhhloader Shhhloader is a work in progress shellcode loader. It takes raw shellcode as input and compiles a C++ stub that does a bunch of different things to try and bypass AV/EDR. The included python builder will work on any Linux system that has Mingw-w64 installed. 1/25/24 EDIT: Shhhloader no...

6.3AI score
SaveExploits0References15
Kitploit
Kitploit
•added 2026/09/26 8:39 a.m.•14 views

Whisker

Whisker Whisker is a C tool for taking over Active Directory user and computer accounts by manipulating their msDS-KeyCredentialLink attribute, effectively adding "Shadow Credentials" to the target account. This tool is based on code from DSInternals by Michael Grafnetter @MGrafnetter. For this...

6AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/26 8:17 a.m.•12 views

SharpAppLocker

SharpAppLocker C port of the Get-AppLockerPolicy PowerShell cmdlet with extended features. Includes the ability to filter and search for a specific type of rules and actions. Useful when you already bypassed AppLocker initially and you don't want to leave PS logs Looking for a pre-compiled versio...

6.2AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/26 8:11 a.m.•83 views

chlonium

Chlonium Chlonium is an application designed for cloning Chromium Cookies. From Chromium 80 and upwards, cookies are encrypted using AES-256 GCM, with a state key which is stored in the Local State file. This state key is encrypted using DPAPI. This is a change from older versions, which used DPA...

6AI score
SaveExploits0References5
Kitploit
Kitploit
•added 2026/09/26 8:09 a.m.•16 views

Stracciatella

Stracciatella v0.7 Powershell runspace from within C aka SharpPick technique with AMSI, ETW and Script Block Logging disabled for your pleasure. Nowadays, when Powershell got severly instrumented by use of techniques such as: AMSI ETW Script Block Logging Transcript file Modules logging Constrain...

6.3AI score
SaveExploits0References7
Kitploit
Kitploit
•added 2026/09/26 8:00 a.m.•17 views

Commander

Commander Commander는 Python, Flask 및 SQLite로 작성된 명령 및 제어 프레임워크C2입니다. Python과 C로 작성된 두 개의 에이전트가 함께 제공됩니다. 지속적인 개발 중 스크립트 키디에게 친숙하지 않음 기능 완전 암호화 통신 TLS 다중 에이전트 난독화 대화형 세션 확장 가능 Base64 데이터 인코딩 RESTful API 에이전트 Python 3 Python 에이전트 지원: 세션, 관리자와 에이전트 간의 대화형 셸 ssh와 유사 난독화 Windows 및 Linux 시스템 모두 파일...

6.2AI score
SaveExploits0
Rows per page
Query Builder