SkillAgentSearch skills...

Reversi

Generate very tiny reverse shell binaries for Linux~

Install / Use

/learn @netspooky/Reversi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars76
CategoryDevelopment
Updated5mo ago
Forks12

Languages

Assembly

Security Score

77/100

Audited on Oct 7, 2025

No findings