From 77378837815aa554a45300780adeec67b6cd1f18 Mon Sep 17 00:00:00 2001 From: arno01 Date: Mon, 11 Mar 2013 23:40:41 +0100 Subject: [PATCH] Minor updates --- exam1/compile_all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/exam1/compile_all.sh b/exam1/compile_all.sh index b0b318f..d1e70dd 100755 --- a/exam1/compile_all.sh +++ b/exam1/compile_all.sh @@ -74,6 +74,7 @@ fi # # Check shellcode for NULLs # +echo " [+] Checking shellcode for NULLs ..." if [[ $FULL_SHELLCODE == *00* ]]; then echo " [E] Your shellcode contains 00 (NULL) ! Most likely you need to change your port." exit 1