Skip to content

An application to test windows and linux shellcodes

Notifications You must be signed in to change notification settings

rx05/shellcodetester

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ShellCode Tester Windows

This tools test generated ShellCodes.

Usage

./Windows/images/main.png

Exemple

./Windows/images/msfvenon.png

./Windows/images/running.png

ShellCode Tester Linux

Instalation

git clone https://github.com/helviojunior/shellcodetester.git
cd shellcodetester/Linux
make

Usage

Without break-point:

shellcodetester [file.asm]

With break-point (INT3). The break-point will be inserted before our generated shellcode:

shellcodetester [file.asm] --break-point

About

An application to test windows and linux shellcodes

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 91.2%
  • Shell 6.4%
  • Makefile 1.3%
  • C 1.1%