minor updates
This commit is contained in:
parent
297b6a27d7
commit
506d3c3dd1
@ -90,6 +90,9 @@ fi
|
||||
echo -ne " [+] Shellcode size is "$(echo -ne $FULL_SHELLCODE|sed 's/\"//g'|wc -c)" bytes\n"
|
||||
echo $FULL_SHELLCODE
|
||||
|
||||
if [ -z "$FULL_SHELLCODE" ]; then
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
#
|
||||
# Generate shellcode.c
|
||||
|
@ -10,7 +10,8 @@
|
||||
;
|
||||
; You should have received a copy of the GNU General Public License
|
||||
; along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
;
|
||||
;
|
||||
; Filename: shell_bind_tcp.nasm
|
||||
; Author: Andrey Arapov <andrey.arapov@gmail.com>
|
||||
; 2013 March
|
||||
|
@ -10,7 +10,8 @@
|
||||
;
|
||||
; You should have received a copy of the GNU General Public License
|
||||
; along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
;
|
||||
;
|
||||
; Filename: shell_bind_tcp_smaller.nasm
|
||||
; Author: Andrey Arapov <andrey.arapov@gmail.com>
|
||||
; 2013 March
|
||||
|
@ -127,6 +127,9 @@ fi
|
||||
echo -ne " [+] Shellcode size is "$(echo -ne $FULL_SHELLCODE|sed 's/\"//g'|wc -c)" bytes\n"
|
||||
echo $FULL_SHELLCODE
|
||||
|
||||
if [ -z "$FULL_SHELLCODE" ]; then
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
#
|
||||
# Generate shellcode.c
|
||||
|
@ -10,7 +10,8 @@
|
||||
;
|
||||
; You should have received a copy of the GNU General Public License
|
||||
; along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
;
|
||||
;
|
||||
; Filename: shell_reverse_tcp.nasm
|
||||
; Author: Andrey Arapov <andrey.arapov@gmail.com>
|
||||
; 2013 March
|
||||
|
Loading…
Reference in New Issue
Block a user