Jump to content

Lan Turtle ModuleManager needs to be updated.


Scarlet

Recommended Posts

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"

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...