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