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

Handy things you can run on a Dell N11XX switch to make it smarter than you would likely want it to be

Results 2 dell-N1100-tricks issues
Sort by recently updated
recently updated
newest added

Nice work on this information, it was super helpful with my switch. I use this "application" to start utelnetd: ```python #!/usr/bin/env python import subprocess p=subprocess.call(["/bin/utelnetd","-p", "24", "-d"]); ``` Then I...

Thanks for this work, @benjojo . Your writeup at https://blog.benjojo.co.uk/post/dell-switch-hacking is useful and entertaining. It would be good to add a README.md file to this repo at the minimum to...