Skip to content

Latest commit

History

History
26 lines (13 loc) 路 443 Bytes

File metadata and controls

26 lines (13 loc) 路 443 Bytes

Using Public Exploits

  • Be careful running public exploits

Finding Exploits

SecurityFocus

Exploit Database

Expoit Database

Kali contains a script to check this offline:

searchsploit slmail

Fixing Exploits #1

643.c

Cross Compiling Windows executable code

  • use mingw32

i586-mingw32msvc-gcc 646-fixed.c -lws2_32 -o slmail-windows.exe