cobaltstrike
2K subscribers
28 photos
1 video
18 files
559 links
All about Cobalt Strike. New versions, articles and more.
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Dir2json

.NET utility that lists directory contents with attributes and saves it as a .json file. It can be executed from the command line or Cobalt Strike's BOF. NET. Json2csv.ps1 script is also available for easier querying

https://github.com/bitsadmin/dir2json
😂
Freeze.rs

Freeze•rs is a payload toolkit for bypassing EDRs using suspended processes, direct syscalls written in RUST
cs-ru.pdf
38.2 MB
Russian translate documentation for CSv4.7
A Cobalt Strike profile, modified it, and bypassed Crowdstrike & Sophos without encrypting the shellcode. Also bypassed all published YARA rules, sleep detections, and string detections around a CS beacon.

Blog: https://whiteknightlabs.com/2023/05/23/unleashing-the-unseen-harnessing-the-power-of-cobalt-strike-profiles-for-edr-evasion/
Hidden Desktop BOF

HVNC for Cobalt Strike (Hidden Desktop) is a tool that allows operators to interact with a remote desktop session without the user knowing. The VNC protocol is not involved, but the result is a similar experience.
DropSpawn
CobaltStrike BOF для создания маяков с использованием DLL Application Directory Hijacking
download
Forwarded from Pwn3rzs
arsenal-kit20230315.zip
3 MB
Cobalt Strike Artifact Kit - 15 March 2023

It was provided by a user as is, we take no responsibility.

Thanks again for the share from anonymous user :)

EDIT: A user notified that this is a repack of the official, so please pay attention, even if it's all just source code.
SharpTerminatator is a C# port of ZeroMemoryEx's art piece called Terminator. It can be used with Cobalt Strike's execute-assembly or as a standalone executable to terminate AV/EDR processes.
Reviewed, Modified RunCoff arguments.
Added Cleanup for beacon compatability failure, and ran code beautifier on the C#

https://github.com/trustedsec/CS_COFFLoader
BOFMask

BOFMask is a tool designed to conceal Cobalt Strike's Beacon payload while executing a Beacon Object File (BOF). By applying a XOR mask and modifying memory protection settings, BOFMask enables users to execute BOFs without exposing Beacon, thereby avoiding detection by EDR products that scan system memory.

Research:
https://securityintelligence.com/posts/how-to-hide-beacon-during-bof-execution/

Source:
https://github.com/xforcered/bofmask