0xflux
Red Teamer. Passionate about cyber - low level, malware & systems. Keeping most projects private. ✅ ETHICAL ONLY ✅
North West, England
Pinned Repositories
Basic-C-Reflective-DLL-Injector
A C based reflective DLL injector which will inject a DLL packed into the very same executable.
bloggr
ETW-Bypass-Rust
Event Tracing for Windows EDR bypass in Rust
PE-Export-Resolver
Library to resolve function pointers to loaded modules in memory, such as functions provided by Windows DLL's
Rust-APC-Queue-Injection
APC Queue Injection EDR Evasion in Rust
Rust-Hells-Gate
Rust malware EDR evasion via direct syscalls, fully implemented as an example in Rust
Sanctum
Sanctum is a proof-of-concept EDR like tool, designed to detect modern malware techniques, above and beyond the capabilities of antivirus. Built in Rust.
SIMAP
A go based IMAP c2 server
str_crypter
Str Crypter is a Rust macro to encrypt plaintext strings at compile time, and automatically decrypts them at runtime
ZestyChips
Re-engineering of a .net stealer using IMAP for c2
0xflux's Repositories
0xflux/Rust-Hells-Gate
Rust malware EDR evasion via direct syscalls, fully implemented as an example in Rust
0xflux/ETW-Bypass-Rust
Event Tracing for Windows EDR bypass in Rust
0xflux/bloggr
0xflux/Sanctum
Sanctum is a proof-of-concept EDR like tool, designed to detect modern malware techniques, above and beyond the capabilities of antivirus. Built in Rust.
0xflux/Rust-APC-Queue-Injection
APC Queue Injection EDR Evasion in Rust
0xflux/SIMAP
A go based IMAP c2 server
0xflux/ZestyChips
Re-engineering of a .net stealer using IMAP for c2
0xflux/Basic-C-Reflective-DLL-Injector
A C based reflective DLL injector which will inject a DLL packed into the very same executable.
0xflux/PE-Export-Resolver
Library to resolve function pointers to loaded modules in memory, such as functions provided by Windows DLL's
0xflux/GoSneak
DLL injector POC written currently in C++ to be wrapped with Go and CGO.
0xflux/HOME---Habitable-or-Mapped-Exoplanets
A python project to map and conduct data mining / analysis on exoplanets and their host systems. What information can I obtain from astronomical data in the search for habitable, unique, or interesting exoplanets / systems / stars.
0xflux/Rust-Simple-DLL-Injector
Introduction to the Windows API for Rust, demonstrating a simple DLL injector
0xflux/Simple-Rust-DLL
0xflux/0xflux
0xflux/ART-A-Radio-Telescope
Meet Art, he is A (simple) Radio Telescope. Art will be able to look into the galaxy and observe large hydrogen clouds undergoing quantum effects emitting radiation at a wavelength of approximatley 21 cm. Art will also measure the relative velocity of various parts of the Milky Way compared to the velocity of the Earth.
0xflux/chx
Clipboard HexDumper is a command-line tool that allows you to read binary data of a file on disk, convert it to a hex dump or a base64 encoded string, and copy it to the clipboard.
0xflux/Rust-Remote-Process-DLL-Injection
Remote process DLL Injection in Rust
0xflux/rust_shellcode
Pipeline for creating shellcode from a nostd rust project.
0xflux/str_crypter
Str Crypter is a Rust macro to encrypt plaintext strings at compile time, and automatically decrypts them at runtime
0xflux/graph-shellcode
Graph shellcode from a pure data file blob which would get injected into memory
0xflux/great-pentest-map
0xflux/maldev
⚠️ malware development
0xflux/Rust-DLL-Search-Order-Hijacking
Rust DLL Search Order Hijacking