Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

RAX50 Blank Output from Script #33

Open
chronz opened this issue Aug 1, 2023 · 3 comments
Open

RAX50 Blank Output from Script #33

chronz opened this issue Aug 1, 2023 · 3 comments

Comments

@chronz
Copy link

chronz commented Aug 1, 2023

Hi there!

I am trying to enable telnet on an RAX50 with FW version V1.0.12.120_2.0.83 (the same as mentioned in the supported devices list). However, when I run the command, I only get this output and the script closes and telnet still is not enabled.

C:\Users\Chris\Downloads>python3.11 ./telnet-enable.py 192.168.1.1 CX:XE:X3:B4:05:XE admin 'P@ssw0rd!!'
Netgear Telnet enabler V3.1 (c) B.Kerler 2021-2023

C:\Users\Chris\Downloads>

Am I missing something? The MAC address I used is the LAN MAC address as printed on the router sticker and shown on the UI. Just fyi, I also tried the older versions of telnet-enable.py with the same result.

Would appreciate any help, thanks!

@bmwcar
Copy link

bmwcar commented Aug 11, 2023

i have same problem , RAX120 V2 , have same result with you

@jlinktu
Copy link
Contributor

jlinktu commented Aug 31, 2023

@chronz
If the single quotes are not part of your password, they are probably the failures origin. Try replacing them with double quotes. Like this:

>python3.11 ./telnet-enable.py 192.168.1.1 CX:XE:X3:B4:05:XE admin "P@ssw0rd!!"

@dr-raypc
Copy link

dr-raypc commented Feb 5, 2024

@bmwcar were you able to fix this? I am having the same issue on RAX50, same firmware version

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

No branches or pull requests

4 participants