Do you already tried to use sbd natively on BT ?
Hi there,
I've been playing with SBD on my BT VMWARE machine (great to see SBD.exe was supplied in the Windows Binaries on BT4 as its a great tool) the problem is that the linux end of sbd isn't installed.
I've tried: wine c:\sbd.exe -lvvp 1234 on the attack machine (I moved a copy of sbd.exe into the wine folder) and it listens.
Next I force my xp sp2 (victim machine) to connect to the attacker using sbd passing cmd.exe in the -e parameter and at first glance it appears to work, the problem is that all commands i put in the shell (ipconfig, dir etc) are unresponsive.
I can only put this down to a floor in wine as I used to do this on BT3 (using the linux version) and it worked ok.
Can any1 advise or supply me with the linux version of sbd as it seems to no longer be available on-line.
thx
Do you already tried to use sbd natively on BT ?
"If you aim the gun at your foot and pull the trigger, it's
UNIX's job to ensure reliable delivery of the bullet to
where you aimed the gun (in this case, Mr. Foot)."
It doesn't really help if you don't tell us what this program `sbd' does.
On the other hand, there is a tool that allows you to emulate command line win32 binaries. Its called DOSBox but I do not know if it will or will not help in your instance.
"sbd" is: Secure BackDoor and is a crypted netcat clone (encrypts network traffic, its still detected as a backdoor by AVs and needs packing / crypting again to avoid detection). I'm sorry I thought everyone involved in pentesting would know that. Like NC sbd was originally supplied as an archive containing binaries for both windows and linux but BT4 only contains the windows exe which doesn't seem to be running correctly via wine. As the sbd project appears to have been abandoned I was asking does anyone have the linux version?
hxxp://mirrors.kernel.org/gentoo/distfiles/sbd-1.37.tar.gz
"If you aim the gun at your foot and pull the trigger, it's
UNIX's job to ensure reliable delivery of the bullet to
where you aimed the gun (in this case, Mr. Foot)."
I guess this explain why sbd1.36 failed with wine in BT4, thx for the link.