bkerler / netgear_telnet

Netgear Enable Telnet (New Crypto)
MIT License
126 stars 34 forks source link

After running, the following prompt appears, how to solve it? #23

Closed lt201081 closed 1 year ago

lt201081 commented 1 year ago

This error occurs when running under windows

image

W1lli0m commented 1 year ago

there are parameters required to put after telnet-enable2.py, complete syntax is python telnet-enable2.py 192.168.1.1 [mac address of RBR] admin "admin password" (do this from command prompt)

lt201081 commented 1 year ago

image no feedback

lt201081 commented 1 year ago

Please forgive my operational ability! don't know where to start

lt201081 commented 1 year ago

image Prompt syntax error, but I can't find the problem

W1lli0m commented 1 year ago

for your example, you should execute following commands from Windows command prompt

python telnet-enable2.py 192.168.1.1 28:80:88:3E:25:46 admin "admin@ADMIN"

lt201081 commented 1 year ago

image

W1lli0m commented 1 year ago

can you try to upgrade python ver 3.8.x greatest version of 3.8 series? Seems you are still on Windows XP which can only adapt python 3.8.x

W1lli0m commented 1 year ago

tried with python v3.8.10 and it works for me image

lt201081 commented 1 year ago

image

W1lli0m commented 1 year ago

you need to execute the command from Windows command prompt as this one -

python telnet-enable2.py 192.168.1.1 28:80:88:3E:25:46 admin "admin@ADMIN"

not from python shell

lt201081 commented 1 year ago

Yes, I entered in windows and then executed the command, the result feedback is like this! image

W1lli0m commented 1 year ago

you are entering python shell before executing telnet-enable2.py, this is causing the problem

C:\Users\Tamia>python telnet-enable2.py 192.168.1.1 28:80:88:3E:25:46 admin "admin@ADMIN"

lt201081 commented 1 year ago

I will try again

lt201081 commented 1 year ago

Mine is RBR750, is it not suitable for use? image

Edelwiess commented 1 year ago

@lt201081 try the mac address in Router Information instead of Router Information I used to have the similar issue of yours, after using the mac address on the Router Information it Finally worked. image