Kali Linux

Shellcodetester : An Application To Test Windows And Linux Shellcodes

Shellcodetester is a tool that tests generated ShellCodes.

Usage

Example

ShellCode Tester Linux

Installation

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
R K

Recent Posts

Install TeamViewer on Ubuntu 26.04: Complete Setup Guide

If you need secure remote desktop access on Linux, learning how to Install TeamViewer on…

1 minute ago

Install VirtualBox Ubuntu 26.04 for Easy VM Setup

If you want to test operating systems, build development labs, or safely run isolated environments,…

3 hours ago

How to Install Node.js and npm on Ubuntu

If you want to build JavaScript applications on Linux, learning how to Install Node.js Ubuntu…

6 hours ago

How to Add APT Repositories on Ubuntu Safely

Managing software sources is an essential part of maintaining a Linux system, and understanding APT…

9 hours ago

How to Check Website for Malware and Protect Your Site

Website malware is one of the biggest threats for website owners, bloggers, businesses, and WordPress…

22 hours ago

Install Python on Ubuntu 26.04 Like a Pro

If you want to Install Python on Ubuntu systems for development, automation, or scripting, Ubuntu…

1 day ago