dell-N1100-tricks icon indicating copy to clipboard operation
dell-N1100-tricks copied to clipboard

Maybe mention utelnetd and root.

Open gillham opened this issue 3 years ago • 1 comments

Nice work on this information, it was super helpful with my switch.

I use this "application" to start utelnetd:

#!/usr/bin/env python

import subprocess
p=subprocess.call(["/bin/utelnetd","-p", "24", "-d"]);

Then I can telnet to port 24 and login as root with "lvl7dbg" as the password.

gillham avatar Mar 04 '21 21:03 gillham