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 0db7b34 commit 1e96e14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intercepting-communication/sniff-cookie/run
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class ClientHost(Host):
while True:
try:
s.get("http://10.0.0.2/ping")
time.sleep(1)
except (OSError, ConnectionError, TimeoutError, RequestException):
continue

Expand Down

0 comments on commit 1e96e14

Please sign in to comment.