1.5 KiB
1.5 KiB
-
Be prepared for a pain in the ass with this thing. It works, sometimes, but it is a nightmare to fiddle around with, install anything on, or change in any way.
-
https://forums.hak5.org/topic/40737-quick-creds-responder-filling-up-lan-turtle-instantly/
-
Disabling IPv6 on the WAN interface
- For some fucking reason, my WAN interface was preferring IPv6 and it was killing all of my networking. If this happens to you, here's how to fix it:
- Modify
eth1interface in/etc/config/networkto include the lineoption ipv6 '0' - Restart networking:
/etc/init.d/network restart
- Modify
- Alternatively, force wget to use IPv4 using
-4
- For some fucking reason, my WAN interface was preferring IPv6 and it was killing all of my networking. If this happens to you, here's how to fix it:
-
Getting quickcreds working as quickly as possible:
- I had tons of networking issues with my LAN turtle and both the module itself failed to install via the modulemanager, then its dependencies similarly failed for the same reasons.
- I was able to manually get this working with the following:
- Browse to
https://github.com/hak5/lanturtle-modules/tree/gh-pages/modulesand copy/paste the quickcreds script into/etc/turtle/modules/quickcreds - Download an older version of Responder (before the move to python3) https://github.com/lgandx/Responder/releases/tag/v3.0.5.0
- Extract this to
/sd/Responder - Verify it works as the script expects by running
python /sd/Responder/Responder.py - Hopefully it works now.
- Browse to
-
Installing Python3 - because for some fucking reason Hak5 cannot be bothered to put Python3 on these things.