Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

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