Skip to content

Commit 6341611

Browse files
authored
Update README.md
1 parent 1c8a3df commit 6341611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A sample of a tcp reverse shell in c/cpp, creates a tcp socket given a target ip
66

77
In the second sample i commented a portion of code which can be used to resolve addresses, for example in cases of port forwarding, or dns related issues.
88

9-
How to run:
9+
How to compile:
1010
``` gcc -o rev.exe rev.c -lws2_32 ```
1111

1212
If you want to extract the shellcode, the fastest way is in my opinion on gitbash:

0 commit comments

Comments
 (0)