Skip to content

Commit

Permalink
sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Feb 24, 2025
1 parent be497c9 commit 3f9ca05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions intercepting-communication/udp-spoof-host/run
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ class ClientHost(Host):
message, (peer_host, peer_port) = client_socket.recvfrom(1024)
if peer_port == 31337 and message.strip() == b"FLAG":
print(f"YOUR FLAG: {flag}")

time.sleep(1)
except ConnectionError:
continue

Expand Down

0 comments on commit 3f9ca05

Please sign in to comment.