Update udphex.go

This commit is contained in:
draco 2021-01-08 20:58:02 -06:00 committed by GitHub
parent 45adb37a26
commit f61ad061aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -19,7 +19,4 @@ func boom() {
conn.Write([]byte("\x64\x72\x61\x63\x6f\x73\x75\x64\x70\x68\x65\x78"))
}
}
time.Sleep(300 * time.Second)
fmt.Println("Attack Done!")
os.Exit(0)
}