Minor updates

This commit is contained in:
arno01 2013-03-11 23:40:41 +01:00
parent 496741a735
commit 7737883781

View File

@ -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