Files
MaorSabag-NaX/.gitignore
T
MaorSabag c0fc8d878b Initial commit: NoNameAx public release
Position-independent C2 beacon for Adaptix Framework with:
- PIC shellcode beacon (PEB walk, FNV1a hashing)
- BeaconGate API proxy + WFSO PoC sleepmask (extensible)
- BOF execution with module stomping
- Malleable C2 profiles with runtime switching
- WinHTTP transport (proxy-aware)
- Token manipulation (steal, impersonate, create)
- TCP tunneling (SOCKS, lportfwd, rportfwd)
- SMB pivoting
- Stardust UDRL loader with module stomping
2026-06-28 09:44:19 -04:00

24 lines
426 B
Plaintext

# Build artifacts
build/
src_beacon/build/
src_beacon/include/Config_profile.h
src_loader/bin/
src_sleepmask/dist/
# Go plugin binaries
src_server/agent_nonameax/*.so
src_server/listener_nonameax_http/*.so
src_server/service_nax_store/*.so
src_server/service_nax_store/dist/
# PE wrapper build artifacts
src_server/agent_nonameax/pe_templates/Shellcode.h
# Runtime config
nax_root.conf
# Editor / OS
.DS_Store
*.swp
*.swo