OSCP
Search…
OSCP
All About OSCP
OSCP- One Page Repository
About the Author
Basic Linux & Windows Commands
Recon (Scanning & Enumeration)
Web Application
Brute Force
Shells
Transferring files
Priv Escalation
Post Exploitation
Pivoting
Buffer Overflow
Main Tools
MISC
Exploit Compiling
CheatSheet (Short)
OSCP/ Vulnhub Practice learning
Powered By GitBook
Exploit Compiling
​
Compiling exploits for windows on Linux can be a bit of a hassle.+
1
i686-w64-mingw32-gcc exploit.c -o exploit
Copied!
For 32bit
1
i686-w64-mingw32-gcc 40564.c -o 40564 -lws2_32
Copied!
Previous
MISC
Next
CheatSheet (Short)
Last modified 2yr ago
Copy link