Yeah so I rattle off some SBD stuff sometimes.. Im referring to the netcat clone called sbd. SBD is Shadowinteger's Backdoor located @ http://tigerteam.se/dl/sbd/. This is my perferred "swiss army knife" because of its default configuration of encryption(AES-CBC-128 + HMAC-SHA1 encryption) and dangerous execution binding (-e command).
Netcat and its NC Clones:
None of this is news.. I just wanted to point out some of this simple stuff.
Netcat and its NC Clones:
- netcat - "swiss army knife"
- sbd & sbdbg.exe - shadowinteger's backdoor
- netcat6 - swiss army knife+ for ipv6
- cryptcat - netcat with twofish encryption
- socat - Multipurpose relay(netcat++) IPV6/SSL Example usage:
socat TCP6-LISTEN:8080,reuseaddr,fork PROXY: proxy:www.domain.com:80
None of this is news.. I just wanted to point out some of this simple stuff.