Quantcast
Channel: Security Tools – Security List Network™
Viewing all articles
Browse latest Browse all 443

Shellen is an interactive shellcoding environment.

$
0
0

Shellen is an interactive shellcoding environment. If you want a handy tool to write shellcodes, then shellen may be your friend. Also, it can be used just as assembly/disassembly tool.

Features:
+ Prompt; It also has a usefull prompt, displaying current mode and chosen architecture exactly for this mode.
+ Assembling
+ Disassembling
+ Architectures; asm and dsm modes work for different architectures.

shellen tables

Requirements:
+ Python3
– keystone
– capstone
– colorama
– termcolor
– terminaltables

Usage:

git clone https://github.com/merrychap/shellen && cd shellen
python3 setup.py install
shellen
type help for helper

Source: https://github.com/merrychap


Viewing all articles
Browse latest Browse all 443

Trending Articles