Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 29, 2024
1 parent e101239 commit 440c26a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dummy-tcp-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
n = 0
while True:
time.sleep(0.2)
n = n+1
n = n + 1
conn.sendall(f"RFB broadcast {n}\n".encode())
except:
pass
1 change: 1 addition & 0 deletions findings.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Findings:

- Listens to either localhost or public by default
- Different flags needs to be used
- Tiger's default from local can be changed with "-localhost no --I-KNOW-THIS-IS-INSECURE"
Expand Down

0 comments on commit 440c26a

Please sign in to comment.