Media is too big
VIEW IN TELEGRAM
🔥My new project 😁
Lor-C2 — A Custom C2 Framework
Operate. Execute. Stay focused.
Lor-C2 lets you run red team operations while enjoying Lori music.
Lor-C2 — A Custom C2 Framework
Operate. Execute. Stay focused.
Lor-C2 lets you run red team operations while enjoying Lori music.
😁12🔥7🕊2
Approaching stealers devs: a brief interview with notnullOSX (ex-0xfff)
https://g0njxa.medium.com/approaching-stealers-devs-a-brief-interview-with-notnullosx-ex-0xfff-4ca8f1600ac0
#stealer
https://g0njxa.medium.com/approaching-stealers-devs-a-brief-interview-with-notnullosx-ex-0xfff-4ca8f1600ac0
#stealer
👾4
Forwarded from Mirza Σλθ 🧙♂️
A Go implementation (With ELF, PE, Mach-o releases) of the original pymauistore tool for extracting assemblies from .NET MAUI 9 binary blobs such as
https://github.com/kousha1999/gomauistore
libassemblies.arm64-v8a.blob.so.https://github.com/kousha1999/gomauistore
GitHub
GitHub - kousha1999/gomauistore: A Go implementation of the original "pymauistore" tool for extracting assemblies from .NET MAUI…
A Go implementation of the original "pymauistore" tool for extracting assemblies from .NET MAUI 9 binary blobs such as libassemblies.arm64-v8a.blob.so. - kousha1999/gomauistore
👍3👎2
Good write-up on building a kernel-based EDR and understanding how Windows telemetry is actually implemented.
https://blog.whiteflag.io/blog/from-windows-drivers-to-a-almost-fully-working-edr/
Focus is on real detection primitives like:PsSetCreateProcessNotifyRoutine(Ex)for process lifecycle monitoringPsSetLoadImageNotifyRoutinefor image/DLL trackingObRegisterCallbacksfor process/thread handle filtering
kernel → user-mode communication via IOCTL + agent design
https://blog.whiteflag.io/blog/from-windows-drivers-to-a-almost-fully-working-edr/
👾2
TL;DR: Two command injection vulnerabilities exist in the Windows Explorer “Open PowerShell window here” context menu due to improper quoting and command injection through user-controlled folder paths. By creating folders with crafted names (e.g., folder; calc), an attacker can trigger arbitrary PowerShell command execution when a user uses Shift + Right-Click → Open PowerShell window here. One variant affects modern Windows 11 builds, while another existed since Windows 10 1703 (2017).
You can find the scenarios and the slides of the Insomni’hack 2026 talk in https://github.com/p0dalirius/Shift-Happens-Uncovering-to-builtin-command-injection-in-Windows-context-menus
👍2
Malware, Cats and Cryptography
2026-cocomelonc-bsideslux.pdf
Let me keep it short… use uncommon stuff for static
(here is my conference ┐( ∵ )┌)
chain things smart to get past behavior detection.
SentinelInstaller_windows_64bit_v25_1_4_434.msi
57.9 MB
Token:
eyJ1cmwiOiAiaHR0cHM6Ly9ldWNlMS0xMDkuc2VudGluZWxvbmUubmV0IiwgInNpdGVfa2V5IjogImNkZWIxMGEwYmM4ZGUwMTU3ZjliZGRmNjdkMDJmOTE2NzE0NjMwNzEyNGIxNTlhYzcwZGRmYWI2OGZiYzEzNGEifQ==
#EDR
eyJ1cmwiOiAiaHR0cHM6Ly9ldWNlMS0xMDkuc2VudGluZWxvbmUubmV0IiwgInNpdGVfa2V5IjogImNkZWIxMGEwYmM4ZGUwMTU3ZjliZGRmNjdkMDJmOTE2NzE0NjMwNzEyNGIxNTlhYzcwZGRmYWI2OGZiYzEzNGEifQ==
#EDR
1👾5🔥3
Forwarded from Life-Hack - Хакер
OPSEC-провалы
#opsec #полезное #redteam
Подборка случаев, от неприятных ошибок до громких провалов, заканчивавшихся утечками данных, деанонимизацией и раскрытием целых групп. Внутри статьи, видео и материалы судов. Полезно для изучения, чтобы не наступить на те же грабли и понять, где искать зацепки в своих расследованиях.
Ссылка на GitHub
LH | News | OSINT | AI
#opsec #полезное #redteam
Подборка случаев, от неприятных ошибок до громких провалов, заканчивавшихся утечками данных, деанонимизацией и раскрытием целых групп. Внутри статьи, видео и материалы судов. Полезно для изучения, чтобы не наступить на те же грабли и понять, где искать зацепки в своих расследованиях.
Ссылка на GitHub
LH | News | OSINT | AI
👍3
Adversarial Tradecraft:
Interactive slide deck covering operational security principles for authorized red team operations and penetration testing engagements.
Live site: hackinglz.github.io/tradecraft-training Repo: github.com/HackingLZ/tradecraft-training
Interactive slide deck covering operational security principles for authorized red team operations and penetration testing engagements.
Live site: hackinglz.github.io/tradecraft-training Repo: github.com/HackingLZ/tradecraft-training
👾5
Deeeeeeeep ETW Internals: Architecture, Hooking, Tampering, and Detection
#ETW #internals
Kernullist published his Obsidian research notes.
#ETW #internals
X (formerly Twitter)
kernullist (@kernullist) on X
Security and anti-cheat researcher focused on Windows internals.
Advancing reliable detection and stronger system integrity.
https://t.co/1hoZxnzccW
Advancing reliable detection and stronger system integrity.
https://t.co/1hoZxnzccW
👾4🔥3
Bring Your Own RWX Region DLL (BYORWXDLL)
There are a lot of places in OneDrive and .NET stuff, also browsers but they have some protection...
👾6🔥5
Forwarded from Order of Six Angles
Парочка интересных моделей попалось:
The fast, uncensored llama.cpp build of the strongest SuperGemma text line
Для багхантинга веб
The fast, uncensored llama.cpp build of the strongest SuperGemma text line
Для багхантинга веб
🔥6
Forwarded from Order of Six Angles
YouTube
Introduction to VM-Based Loaders
A practical introduction to VM-based loader architecture for offensive security practitioners. This talk covers the core concepts behind bytecode-interpreted loaders: why they matter in the current EDR landscape, how they work under the hood, and what they…
2👾4🔥2