Lucene search
+L

1589 matches found

Kitploit
Kitploit
added 2026/09/08 6:03 p.m.5 views

geacon

Geacon Usando Go para implementar Beacon de CobaltStrike Este proyecto es solo para aprendizaje de análisis de protocolos e ingeniería inversa. Si se han violado los derechos de alguien, por favor contácteme para eliminar el proyecto, y por último, NO LO USE ILEGALMENTE Cómo jugar 1. Configura el...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/08 6:03 p.m.144 views

geacon

Geacon Using Go to implement CobaltStrike's Beacon This project is for learning protocol analysis and reverse engineering only, if someone's rights have been violated, please contact me to remove the project, and the last DO NOT USE IT ILLEGALLY How to play 1. Setup the teamserver and start a htt...

5.6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/08 5:02 p.m.5 views

BRC4-BOF-Artillery

Generic This repository includes a collection of generic BOFs I wrote over a period of time. This repository solely focuses on porting and execution, without modifying the original source for stability. While I may conduct further testing in the future, this is not officially supported. Contact...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 2:37 p.m.4 views

CVE-2022-39197-POC

CVE-2022-39197-POC 中文版本READMECN.md Vulnerability Intro According to the Update Log of the latest version 4.7.1 officially released by CobaltStrike on 20 September, teamserver version We were contacted by an independent researcher named "Beichendream" to inform us of an XSS vulnerability they foun...

6.1CVSS7.4AI score0.46446EPSS
SaveExploits6References1
OSV
OSV
added 2026/09/07 12:00 a.m.2 views

MAL-2026-16009 Malicious code in omni-channel-configurator-wireline-frontend (npm)

This package is malicious. It is not a real library. An attacker put it on the public npm registry. The package name is a copy of a private, internal package name. This is a dependency confusion attack. A build that gets the name from public npm installs this package in place of the real one. The...

5.9AI score
SaveExploits0References3
OSV
OSV
added 2026/09/07 12:00 a.m.2 views

MAL-2026-16008 Malicious code in b2b-frontend-external-library (npm)

This package is malicious. It is not a real library. An attacker put it on the public npm registry. The package name is a copy of a private, internal package name. This is a dependency confusion attack. A build that gets the name from public npm installs this package in place of the real one. The...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/06 5:27 p.m.4 views

KaynStrike

KaynStrike A User Defined Reflective Loader for Cobalt Strike Beacon that spoofs the thread start address and frees itself after entry point was executed. Thread Start Address spoofing Reflective Loader cleanup Proof How to use this Just load the KaynStrike.cna agressor script and build a stagele...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/06 3:27 p.m.3 views

CoffeeLdr

CoffeeLdr CoffeeLdr is a loader for so called Beacon Object Files. This project can be used for testing Beacon Object files without using the Cobalt Strike framework or can be used to give custom implants a way to execute BOFs that where designed for Cobalt strike. But most of the Beacon Api...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/06 3:18 p.m.5 views

cs-token-vault

Token Vault BOF for Cobalt Strike This Beacon Object File BOF creates in-memory storage for stolen/duplicated Windows access tokens allow you to: Hot swap/re-use already stolen tokens without re-duplicating. Store tokens for later use in case of a person log out. Installation 1. Download the late...

6.1AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/05 8:26 p.m.6 views

CS-MemoryEvasion

MemoryEvasion A Cobalt Strike memory evasion loader for redteamers,Support x86/x64 stager/stagerless payload with profiletested on windows7/10,winserver 2012 How Evasion? Hook Sleep,CreateProcessA,CreateHeap,GetProcessHeap functions before the shellcode is loaded into memory. Create a new heap fo...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/05 3:32 p.m.8 views

Modules

Modules Modules used by the Havoc Framework. Powerpick Powerpick implementation for the Havoc Framework. InvokeAssembly InvokeAssembly implementation for the Havoc Framework. Template This is the base template for the modules. You can use this to write your own modules for the Havoc Framework...

5.9AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/05 3:32 p.m.6 views

cobaltstrike-headless

Headless Strike Aggressorscript that turns the headless aggressor client into a mostly functional cobalt strike client. Usage connect to your teamserver via the builtin headless aggressor utility ./agscript root@kitploit: ./agscript host port user password load the .cna file root@kitploit:...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/05 6:05 a.m.5 views

BOF_Collection

BOFCollection Various Cobalt Strike BOFs Requirements beacon.h For compilation instructions and BOF overview help-bof ActiveDirectory GetDomainInfo.c Returns information on the current domain and domain controller. inline-execute GetDomainInfo.o Collection GetClipboard.c Prints any text on the...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/05 5:49 a.m.3 views

Defender_Exclusions-BOF

Defender Exclusions BOF What A BOF to determine Windows Defender exclusions: Extensions Processes Folders Why Examples of using the C++ compiler to create BOFs without the need for the intermediary vtable dereferences. Building root@kitploit: cd src make all Usage 1. Load...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/04 11:47 p.m.8 views

ContextMenuHijack

ContextMenuHijack This original idea that inspired me is from @NinjaParanoid : ContextMenuHijack is a simple persistence technique that use COM hijacking based on human behavior, when you right click on a file/folder in the File Explorer to open the Context Menu, it executes at the same time the...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/04 10:20 p.m.6 views

MemFiles

MemFiles DISCLAIMER: This project is complex and failure to understand how it works and adequately test it can result in you crashing Beacons and losing access! I highly encourage you to read all of the documentation up until the "Technical Details, Design Considerations, and Commentary" section!...

5.9AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/04 9:32 p.m.4 views

freeBokuLoader

freeBokuLoader A simple BOF that tries to free the memory region where the User Defined Reflective Loader is stored. As the name implies, it was tested against BokuLoader, but should work with most if not all UDRLs. Usage root@kitploit: beacon freeBokuLoader...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/04 9:32 p.m.6 views

COFFLoader

COFF Loader This is a quick and dirty COFF loader AKA Beacon Object Files. Currently can run un-modified BOF's so it can be used for testing without a CS agent running it. The only exception is that the injection related beacon compatibility functions are just empty. The main goal is to provide a...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/04 5:27 p.m.5 views

dissect.cobaltstrike

Dissecting Cobalt Strike using Python .. image:: https://github.com/fox-it/dissect.cobaltstrike/workflows/Tests/badge.svg :target: https://github.com/fox-it/dissect.cobaltstrike/actions :alt: GitHub Actions status .. image::...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/04 2:49 p.m.8 views

pybof

PyBOF Run Beacon Object files through python in-memory loading and execution of BOFs PyBOF enables Python3 to load Beacon Object Files via bytes and execute a target BOF function in a Python interpreter Basic Usage Run a simple BOF with no required arguments root@kitploit: data =...

6AI score
SaveExploits0References2
Rows per page
Query Builder