Zafiyet Araştırma

Yeni Zafiyetler

CveFeed: https://cvefeed.io/

Exploit

ExploitDB: https://www.exploit-db.com/

Packet Storm: https://packetstormsecurity.com/

Github: https://github.com/

Sploitus: https://sploitus.com/

Vulners: https://vulners.com/

Shodan Exploit: https://exploits.shodan.io/

grep Exploits /usr/share/nmap/scripts/*.nse
searchsploit "apache"

Compile Windows

i686-w64-mingw32-gcc 42341.c -o syncbreeze_exploit.exe -lws2_32
wine syncbreeze_exploit.exe

Compile Linux

# Hata veriyorsa shared ve static eklenebilir
gcc -shared -static exploit.c -o exploit

Last updated