Pentester's Promiscuous Notebook
Ctrlk
TwitterGitHubBlog
  • README
  • ⚒️Pentest
    • C2
    • Infrastructure
    • OSINT
    • Password Brute Force
    • Perimeter
    • Shells
    • Web
    • Wi-Fi
  • ⚔️Red Team
    • Basics
    • Infrastructure
    • Development
      • API Hashing
      • API Hooking
      • BOF / COFF
      • CFG
      • Code Injection
      • DLL Hijacking
      • Golang
      • Kernel Mode
      • PIC / Shellcode
      • Nim
      • Sandbox Evasion
      • Syscalls
      • Windows API
  • 🐞Exploit Dev
    • BOF
    • RE
    • WinDbg
  • ⚙️Admin
    • Git
    • Linux
    • Networking
    • Virtualization
    • Windows
Powered by GitBook
On this page
  • SharpCall
  • HellsGate
  • RecycledGate / TartarusGate
  1. ⚔️Red Team
  2. Development

Syscalls

  • https://alice.climent-pommeret.red/posts/a-syscall-journey-in-the-windows-kernel/

  • https://alice.climent-pommeret.red/posts/direct-syscalls-hells-halos-syswhispers2/

  • https://www.solomonsklash.io/syscalls-for-shellcode-injection.html

  • https://jmpesp.me/malware-analysis-syscalls-example/

  • https://klezvirus.github.io/RedTeaming/AV_Evasion/NoSysWhisper/

  • https://labs.cognisys.group/posts/Combining-Indirect-Dynamic-Syscalls-and-API-Hashing/

  • https://hadess.io/edr-evasion-techniques-using-syscalls/

SharpCall

  • https://jhalon.github.io/utilizing-syscalls-in-csharp-1/

  • https://jhalon.github.io/utilizing-syscalls-in-csharp-2/

  • https://github.com/jhalon/SharpCall

HellsGate

  • https://redops.at/en/blog/exploring-hells-gate

  • https://xakep.ru/2023/08/08/hells-gate/

RecycledGate / TartarusGate

  • https://labs.nettitude.com/blog/creating-an-opsec-safe-loader-for-red-team-operations/

  • https://github.com/thefLink/RecycledGate

  • https://github.com/nettitude/Tartarus-TpAllocInject

Last updated 1 year ago