Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how i can change negotiation commnds #25

Open
MohammedTayeh1993 opened this issue Jul 10, 2022 · 0 comments
Open

how i can change negotiation commnds #25

MohammedTayeh1993 opened this issue Jul 10, 2022 · 0 comments

Comments

@MohammedTayeh1993
Copy link

this is my python code to connect server

HOST = 'my server ip' # Symbolic name, meaning all available interfaces
PORT = 23
import socket
s = socket.socket()
#Connecting using telnet
s.connect((HOST,23))
a = s.recv(100000)
print(str(a))

this print result is
b'\xff\xfb\x01'
how i can change it to other from server code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant