Skip to content

gcc & wine

TheGetch edited this page May 14, 2021 · 2 revisions

gcc & wine

gcc & wine

Compiling Linux executible:

gcc -o exploit exploit.c

Compiling Windows executible:

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

Run .exe on Linux:

wine exploit.exe x.x.x.x

#gcc

_Sidebar

1. Recon

Ping Sweep

CIDR to IP

2. Enumeration

Services

05. HTTP (80,443,8080,8443,etc.)

3. Exploitation

4. Post Exploiation

5. High Value Information

Hashes

6. Reporting

7. Random Notes/Useful Tidbits

Clone this wiki locally