============================================ TCP/IP Invisible Userland Unix Backdoor with Reverse Shell ============================================ /* * ______ ______ _ _______ * ( __ \ / ___ \ |\ /| ( )( __ ) * | ( \ )\/ \ \| ) ( | / / | ( ) | * | | ) | ___) /| | | | / / | | / | * | | | | (___ ( ( ( ) ) / / | (/ /) | * | | ) | ) \ \ \_/ / / / | / | | * | (__/ )/\___/ / \ / / / | (__) | * (______/ \______/ \_/ (_) (_______) */ # Author: d3v/0 # Exploit Title: TCP/IP Invisible Userland Unix Backdoor with Reverse Shell # Date: 06-30-2012 # Version: 0.0.1 # Category: platform # Tested on: unix # Contact: d3vslash0@hushmail.com # Website: milw0rm / Inj3ct0r Exploit DataBase 1337day.com ######################################################################################## [info] this is an advanced and invisible unix userland backdoor based on tcp/ip. the server waits for magic packets by sniffing. if a magic packet arrives, it will bind a shell over tcp or udp on the given port. the client can then send further magic packets to get a reverse-shell. code: c http://www.multiupload.nl/Q864SZGXL9 [more] for more information consult the README file. ######################################################################################## # d3vslash0@hushmail.com [2012-06-30]