Update CVE-2014-0160.yaml

patch-13
pussycat0x 2024-10-24 16:39:51 +05:30 committed by GitHub
parent 6397a3e202
commit 24306bfb49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ code:
# Create a socket connection
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect((host, port))
# Send Client Hello
s.send(hello)