Advertisement · 728 × 90

Posts by netbiosX

GitHub - raskolnikov90/Beatrice.py: Modify machine code in binaries with alternative x64 assembly opcodes for AV evasion Modify machine code in binaries with alternative x64 assembly opcodes for AV evasion - raskolnikov90/Beatrice.py
1 day ago 1 0 0 0
Preview
GitHub - JM00NJ/Phantom-Evasion-Loader: Phantom-Evasion-Loader is a standalone, pure x64 Assembly injection engine engineered to minimize the detection surface of modern EDR/XDR solutions and Kernel-l... Phantom-Evasion-Loader is a standalone, pure x64 Assembly injection engine engineered to minimize the detection surface of modern EDR/XDR solutions and Kernel-level monitors like Falco (eBPF). It l...

Phantom-Evasion-Loader - a standalone, pure x64 Assembly injection engine engineered to minimize the detection surface of modern EDR/XDR solutions and Kernel-level monitors like Falco (eBPF)

1 week ago 1 1 0 0

📝 Missed the write‑up on abusing SpeechRuntime for lateral movement?
This diagram summarizes the chain.⤵️
✒️ ipurple.team/2026/04/07/m...

1 week ago 0 0 0 0
Preview
Microsoft Speech SpeechRuntime is a legitimate Windows component that supports Microsoft’s speech-related capabilities, including voice input and speech recognition features used across modern Windows experie…
2 weeks ago 0 0 0 1
Preview
Toast Notifications The Application User Model ID (AUMID) is a unique identifier that Windows assigns to modern applications. It enables Windows to identify which applications should receive notifications, how start m…
3 weeks ago 0 0 0 0
Preview
GitHub - S1lkys/KslKatz: Combining KslDump and GhostKatz to dump LSASS using no-vulnerability KslD.sys memory read to bypass PPL. Extracts MSV1_0 NT hashes and WDigest cleartext passwords (if enabled)... Combining KslDump and GhostKatz to dump LSASS using no-vulnerability KslD.sys memory read to bypass PPL. Extracts MSV1_0 NT hashes and WDigest cleartext passwords (if enabled) from LSASS using a Mi...
3 weeks ago 6 2 0 0
Preview
Credential Guard Microsoft introduced Credential Guard in Windows 10 (2015) and Windows Server 2016 to prevent credential harvesting from the LSASS process that was abused for years by threat actors. Microsoft used…

Offensive Cases about Credential Guard & Detection Strategies #purpleteam

1 month ago 0 0 0 0
Implementing Early Cascade Injection in Rust A deep dive into building Early Cascade Injection in Rust using NTDLL shim engine internals, position-independent stubs, pointer encoding, and APC-based payload execution.
1 month ago 2 0 0 0
Advertisement
Preview
Total Recall - Retracing Your Steps Back to NT AUTHORITY\SYSTEM - MDSec The MDSec red team are regularly performing research to identify privilege escalation vectors in Windows and macOS for use during red team engagements. Where the indicators in exploiting the EoP...
1 month ago 1 0 0 0
Preview
GitHub - Whitecat18/LazyDLLSideload: Generate DLL proxy/sideload projects. Automatically parses PE export tables and generates ready-to-compile project for red team engagements. Generate DLL proxy/sideload projects. Automatically parses PE export tables and generates ready-to-compile project for red team engagements. - Whitecat18/LazyDLLSideload

Generate DLL proxy/sideload projects. Automatically parses PE export tables and generates ready-to-compile project for red team engagements github.com/Whitecat18/L...

2 months ago 5 0 0 0
Preview
GitHub - EricEsquivel/CobaltStrike-Linux-Beacon: Proof of Concept (PoC) implant for creating custom Cobalt Strike Beacons Proof of Concept (PoC) implant for creating custom Cobalt Strike Beacons - EricEsquivel/CobaltStrike-Linux-Beacon

Proof of Concept (PoC) implant for creating custom Cobalt Strike Beacons github.com/EricEsquivel... #redteam

2 months ago 1 1 0 0
Preview
GitHub - ricardojoserf/AutoPtT: Automated Pass-the-Ticket (PtT) attack. Standalone alternative to Rubeus and Mimikatz for this attack, implemented in C++ and Python. Automated Pass-the-Ticket (PtT) attack. Standalone alternative to Rubeus and Mimikatz for this attack, implemented in C++ and Python. - ricardojoserf/AutoPtT

Automated Pass-the-Ticket (PtT) attack. Standalone alternative to Rubeus and Mimikatz for this attack, implemented in C++ and Python github.com/ricardojoser... #redteam

2 months ago 0 0 0 0
Preview
GitHub - CaptMag/MalDev: Creation of multiple Malware tools consisting of evasion, enumeration and exploitation Creation of multiple Malware tools consisting of evasion, enumeration and exploitation - CaptMag/MalDev

Creation of multiple Malware tools consisting of evasion, enumeration and exploitation github.com/CaptMag/MalDev

2 months ago 2 0 0 0
Preview
GAC Hijacking The Global Assembly Cache is a system-wide repository in the .NET framework that stores strong named (name + version + culture + public key token identity) assemblies so multiple applications can u…

📢 New article about GAC Hijacking to perform Code Execution and Persistence
📖 1x Playbook - A structured breakdown of the full approach
💡 3x Detection Opportunities
🏹 2x Threat Hunting Queries - Defender & Splunk
ipurple.team/2026/02/10/g...

2 months ago 0 0 0 0
Preview
GitHub - EvilBytecode/CustomDpapi: Calling the undocumented DPAPI RPC interface directly, no more calling public CryptUnprotectData! Calling the undocumented DPAPI RPC interface directly, no more calling public CryptUnprotectData! - EvilBytecode/CustomDpapi

CustomDpapi: Calling the undocumented DPAPI RPC interface directly, no more calling public CryptUnprotectData! github.com/EvilBytecode...

2 months ago 4 0 0 0
Preview
GitHub - CodeXTF2/Cobaltstrike_BOFLoader: open source port/reimplementation of the Cobalt Strike BOF Loader as is open source port/reimplementation of the Cobalt Strike BOF Loader as is - CodeXTF2/Cobaltstrike_BOFLoader

An open-source port/reimplementation of the Cobalt Strike BOF Loader

2 months ago 2 0 0 0
Preview
AppLocker Rules Abuse AppLocker was introduced by Microsoft in Windows 7 to enable organizations to define which executables, scripts or installers are allowed to run in their environments. AppLocker can reduce the atta…
2 months ago 0 0 0 0
Preview
Wait, Why is my WebClient Started?: SCCM Hierarchy Takeover via NTLM Relay to LDAP - SpecterOps During automatic client push installation, an SCCM site server automatically attempts to map WebDav shares on clients, starting WebClient when installed.
3 months ago 1 0 0 0
Advertisement
Preview
EDR Silencing Modern Endpoint Detection and Response systems depend on persistent, bidirectional communication with their cloud management console, enabling them to continuously report suspicious activity and re…
3 months ago 2 0 0 0
Preview
GitHub - Maldev-Academy/DumpBrowserSecrets: Extracts browser-stored data such as refresh tokens, cookies, saved credentials, credit cards, autofill entries, browsing history, and bookmarks from modern... Extracts browser-stored data such as refresh tokens, cookies, saved credentials, credit cards, autofill entries, browsing history, and bookmarks from modern Chromium-based and Gecko-based browsers ...

Extracts browser-stored data such as refresh tokens, cookies, saved credentials, credit cards, autofill entries, browsing history, and bookmarks from modern Chromium-based and Gecko-based browsers (Chrome, Microsoft Edge, Firefox, Opera, Opera GX, and Vivaldi)

3 months ago 0 0 0 0
Preview
GitHub - dis0rder0x00/DbgNexum: Shellcode injection using the Windows Debugging API Shellcode injection using the Windows Debugging API - dis0rder0x00/DbgNexum

DbgNexum - a Proof-of-Concept for injecting shellcode using the Windows Debugging API and Shared Memory (File Mapping).

3 months ago 2 1 0 0
Preview
GitHub - 256AndreiAES/Aether-C2-Framework: Advanced Red Team C2 Framework written in Rust & Python. Advanced Red Team C2 Framework written in Rust & Python. - 256AndreiAES/Aether-C2-Framework

Aether C2 - Aether project operates on a Full Duplex, End-to-End Encrypted channel, utilizing direct WinAPI syscalls for evasion and a modular architecture for scalability github.com/256AndreiAES...

3 months ago 1 1 0 0
Preview
GitHub - pard0p/Remote-BOF-Runner: Remote BOF Runner is a Havoc extension framework for remote execution of Beacon Object Files (BOFs) using a PIC loader made with Crystal Palace. Remote BOF Runner is a Havoc extension framework for remote execution of Beacon Object Files (BOFs) using a PIC loader made with Crystal Palace. - pard0p/Remote-BOF-Runner
3 months ago 2 0 0 0
Preview
GitHub - Maldev-Academy/GhostlyHollowingViaTamperedSyscalls2 Contribute to Maldev-Academy/GhostlyHollowingViaTamperedSyscalls2 development by creating an account on GitHub.

Ghostly Hollowing Via Tampered Syscalls github.com/Maldev-Acade...

3 months ago 5 0 0 0
Preview
Bind Link – EDR Tampering The Bind Link API enables Administrators to create transparent mappings from a virtual path to a backing path (local or remote). The Bind Link feature was introduced in Windows 11 and according to …
4 months ago 0 0 0 0
Advertisement
Preview
LSASS Dump – Windows Error Reporting The Windows Error Reporting is a feature that is responsible for the collection of information about system and application crashes and reporting this information to Microsoft. Windows are shipped …
5 months ago 1 0 0 0
Preview
GitHub - EvilBytecode/ExitPatcher: Prevent in-process process termination by patching exit APIs Prevent in-process process termination by patching exit APIs - EvilBytecode/ExitPatcher
5 months ago 0 0 0 0
GitHub - MorDavid/DonPwner: Advanced Domain Controller attack and credential analysis tool leveraging DonPAPI database Advanced Domain Controller attack and credential analysis tool leveraging DonPAPI database - MorDavid/DonPwner
5 months ago 2 1 0 0
Preview
Golden dMSA Delegated Managed Service Account (dMSA) was introduced by Microsoft in Windows Server 2025 to prevent Kerberos related attacks such as Kerberoasting by binding authentication of service accounts t…
7 months ago 1 0 0 0
Preview
Active Directory Enumeration – ADWS Microsoft introduced Active Directory Web Services (ADWS) in Windows Server 2008 R2 as a method to provide an interface to instances for querying and managing Active Directory over a network. The s…
8 months ago 0 0 0 0