Loading SUMMARY.md +1 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,7 @@ * [Webshell](webshell.md) * [Generate Shellcode](create_shellcode.md) * [Editing Exploits](editing-exploits.md) * [Compiling windows exploits](compiling-windows-exploits.md) * [Post Exploitation](post_exploitation.md) * [Spawning Shells](spawning_shells.md) * [Meterpreter for Post-Exploitation](getting_meterpreter_shell.md) Loading compiling-windows-exploits.md 0 → 100644 +12 −0 Original line number Diff line number Diff line Compiling exploits for windows on Linux can be a bit of a hassle. `i686-w64-mingw32-gcc exploit.c -o exploit` `i686-w64-mingw32-gcc 40564.c -o 40564 -lws2_32` Loading
SUMMARY.md +1 −0 Original line number Diff line number Diff line Loading @@ -68,6 +68,7 @@ * [Webshell](webshell.md) * [Generate Shellcode](create_shellcode.md) * [Editing Exploits](editing-exploits.md) * [Compiling windows exploits](compiling-windows-exploits.md) * [Post Exploitation](post_exploitation.md) * [Spawning Shells](spawning_shells.md) * [Meterpreter for Post-Exploitation](getting_meterpreter_shell.md) Loading
compiling-windows-exploits.md 0 → 100644 +12 −0 Original line number Diff line number Diff line Compiling exploits for windows on Linux can be a bit of a hassle. `i686-w64-mingw32-gcc exploit.c -o exploit` `i686-w64-mingw32-gcc 40564.c -o 40564 -lws2_32`