-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
GS105Ev2 - Cannot Login #98
Comments
That is a quite old firmware I have not seen before. |
Seems to be the current one though: https://www.netgear.de/support/product/gs105ev2#download |
hmmm, I would be interested in debugging the problem, but unfortunately I don't own a GS105 |
If i can help on my end, just let me know, maybe i can provide you one of my three new Switches :) |
let me first check if I cannot find one in my electronics box... But I will not be able to do that before sunday. |
no problem :) Thanks! I'll try to debug as much as possible until then |
I tried to recreate the login on the GS105Ev2 with python - seems to work pretty much the same as in your script (very simplified):
I got the hashed password from logging the requests with burpsuite, and just pasted it in my script for the sake of simplicity, but was able to retrieve the status page with that three lines. Maybe the v2 firmware handles the login differently? Additionally i have an GS108Ev3 that works pretty well with the prosafe_exporter except for a long password, e.g. "FJRND99zsymbwJyCLN5Y8mx4aPMR6BcE" (changing it afterwards, anyway ;) Firmware for the GS108Ev is 2.06.17, also the most recent from Netgear downloadpage. Debug output with long password:
Debug output with "Admin123" as password:
|
Hi, i just booted up a brand new GS105Ev2 only to realize it does not have some monitoring features i guessed from a "smart" and "managed" switch in 2023 - I was about to return the switch when I stumbled upon your tool, great work, btw!
Sadly i cant seem to get a successful authentication via the python script:
When i perform the login manually via browser it works - at first i had set up another password, but figured maybe it was to long or complex, so i redacted it to "Admin123" which still only works for the Web-Login.
Thanks for any hints on this!
KR, Hannes
The switch is running the following firmware:
When I try to open the URLs in the verbose output in my browser it only results in blank pages (red bar only to censor bookmarks ;-) - the "login.cgi" page is working as expected in browser and shows the default login for the web GUI:
The text was updated successfully, but these errors were encountered: