- 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: 1. Modify `eth1` interface in `/etc/config/network` to include the line `option ipv6 '0'` 2. Restart networking: `/etc/init.d/network restart` - Alternatively, force wget to use IPv4 using `-4` - 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: 1. Browse to `https://github.com/hak5/lanturtle-modules/tree/gh-pages/modules` and copy/paste the quickcreds script into `/etc/turtle/modules/quickcreds` 2. Download an older version of Responder (before the move to python3) [https://github.com/lgandx/Responder/releases/tag/v3.0.5.0](https://github.com/lgandx/Responder/releases/tag/v3.0.5.0) 3. Extract this to `/sd/Responder` 4. Verify it works as the script expects by running `python /sd/Responder/Responder.py` 5. Hopefully it works now. - Installing Python3 - because for some fucking reason Hak5 cannot be bothered to put Python3 on these things. -