Scarlet Posted August 22, 2023 Share Posted August 22, 2023 Not sure if this helps anyone else but I reformatted my LanTurtle and updated to the latest version, but I noticed the module manager doesn't work anymore. I found that it's referencing lanturtle.com which is no longer active. I was able to get it to work by replacing the all the URLs using https://raw.githubusercontent.com/hak5/lanturtle-modules/gh-pages/modules. Example BASE_URL='https://raw.githubusercontent.com/hak5/lanturtle-modules/gh-pages/modules' There should be two places to replace, once in the function module_directory and the other in the update_modules. In addition, for all the lines with wget, add "--no-check-certificate" without the quotes right after $module with a space. This bypasses certificate verification. For example "wget -q $BASE_URL/$module --no-check-certificate -O /etc/turtle/modules/$module" Quote Link to comment Share on other sites More sharing options...
dark_pyrro Posted August 22, 2023 Share Posted August 22, 2023 What fw version are you on? Are you sure it's the latest? I have no issues populating the modules list and lanturtle.com isn't gone. Firmwares prior to 6.1 and 6.2 had issues since using an incomplete URL, but the mentioned 6.1 and 6.2 shouldn't have any problems getting the modules list online. Quote Link to comment Share on other sites More sharing options...
Scarlet Posted September 9, 2023 Author Share Posted September 9, 2023 I'll try factory resetting it again and then upgrading to the latest version. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.