Skip to content

Generate very tiny reverse shell binaries for Linux~

Notifications You must be signed in to change notification settings

netspooky/reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

reversi

Generate very tiny reverse shell binaries for Linux!

Usage:

python3 reversi.py RHOST RPORT OUTFILE

Supply RHOST, RPORT, and optionally an OUTFILE name.

Using binary minification concepts detailed here and here, reversi.py is built for rapid creation of very tiny 64 bit elf binaries that you can use to launch reverse shells back to you. It also generates a handy one liner that you can use to paste into most Linux based terminals to launch your binary and background it.

reversi.asm is the annotated assembly source for the binary that reversi.py is based around. You can compile your own shell with:

nasm -f bin -o rshell reversi.asm

About

Generate very tiny reverse shell binaries for Linux~

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published