Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 267 Bytes

File metadata and controls

14 lines (9 loc) · 267 Bytes

Windows exploitation

If you want to exploit a service on a windows machinebut you are using a linux you can compile and run the exploit from linux, like this:

i686-w64-mingw32-gcc exploit.c -o exploit.exe 

Then run it like this

wine exploit.exe