Introduction:
There isnt much to say about minishell, this is just one of the smallest bindshell executables coded in C.
After several code and compiler optimizations, our main goal that was to get a binary with less than 900bytes was reached. Also the binary PE headers were tweaked so the target size is just 804bytes.

The small size of this code makes it nice to use when you need to deploy a binary payload to a client computer and network transfers are slow.
Details:
This binary shell have also been used in the
srvcheck because of size restriction. You can browse the online
source code.
Download (Windows executable + Source code)