You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ A sample of a tcp reverse shell in c/cpp, creates a tcp socket given a target ip
6
6
7
7
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.
8
8
9
-
How to run:
9
+
How to compile:
10
10
``` gcc -o rev.exe rev.c -lws2_32 ```
11
11
12
12
If you want to extract the shellcode, the fastest way is in my opinion on gitbash:
0 commit comments