Questions about this topic? Sign up to ask in the talk tab.
Shellcodecs
From NetSec
Revision as of 13:04, 1 December 2012 by LashawnSeccombe (Talk | contribs)
Shellcodecs is a collection of shellcodes, loaders, sources, and generators designed to ease the exploitation and shellcode programming process.
Loaders:
- Unlinked 32-bit
- Unlinked 64-bit
- Dynamic C loader
- Dynamic socket loader
Payloads:
- setuid(0); execve('/bin/sh',0,0)
- Alphanumeric execve('/bin/sh',0,0) 104 bytes
- Same-socket-shell (Firewall bypass)
- Dynamic linker (HIDS/HIPS bypass, syscall restriction bypass)
Generators:
- Shellcode extractor
- Standard unlinked same-socket-shell generator
- Dynamic socket-shell generator