Skip to content

zTrix/sct

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shellcode Testing helper

Usage

$ sct [-g] {-f file | $'\xeb\xfe' | '\xb8\x39\x05\x00\x00\xc3'}
$ printf '\xeb\xfe' | sct

Examples

$ sct $'\xeb\xfe'                 # raw shellcode
$ sct '\xb8\x39\x05\x00\x00\xc3'  # escaped shellcode
$ sct -f test.sc                  # shellcode from file
$ sct -f <(python gen_payload.py) # test generated payload
$ sct -s 5 -f test.sc             # create socket at fd=5
# Allows to test staged shellcodes
# Flow is redirected like this: STDIN -> SOCKET -> STDOUT

Author

hellman (hellman1908@gmail.com), zTrix (i@ztrix.me)

About

Simple shellcode testing tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 59.8%
  • C 37.2%
  • Makefile 2.5%
  • Shell 0.5%