-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
i have edit login input from Login : to Username:
and i try to login it using
tn = telnetlib.Telnet(ip, int(port), int(timeOut))
xx = tn.read_until(b"Username: " , timeout=5)
print(xx)
tn.write(user.encode('ascii') + b"\n" )
if password:
tn.read_until(b"Password: " , timeout=5)
tn.write(password.encode('ascii') + b"\n")
print("asdasdasd")
data = tn.read_all().decode('ascii')
login not working
Metadata
Metadata
Assignees
Labels
No labels