Jump to content

Unable to install modules nor Stat Module Manager


zibri

Recommended Posts

Hey folks,

I had to unbrick the LanTurtle by following the procedure in the wiki.

So far so good and I successfully managed to push the Factory Firmware [1]

Sadly now start the issues.

1) I am unable to update to latest firmware

Internet Working.JPG

No_Updates_available_after_factory_unbrick.JPG

As you can see LanTurtle cannot find any update. Is that normal, considering the factory reset?

 

2) Module manager doesn't start & No modules available by default (as was at the beginning when I got the LanTurtle)

no_modules_available.JPG

 

trying_starting_Module_Manager.JPG

As u can see, I tried to start Module manager... but that is what I get...

trying_starting_Module_Manager_RESULT.JPG

And when I try to install some modules...

trying_installing_modules.JPG

This is the result... I was expecting some detailed message....

trying_installing_modules_RESULT.JPG

At the end... I have no ways to manage again modules or even able to install them....

So far I am not really amazed about this lanturtle... can you change my first impression? :)

Cheers mates

[1] https://downloads.lanturtle.com/turtle-2-factory.bin

Link to comment
Share on other sites

Looking around the forum... I have found this... I believe it has fixed the issue.
Still wondering why it was not working by default Module Manager...

#!/bin/bash

opkg update
opkg install curl

cd /etc/turtle/modules
     
curl https://raw.githubusercontent.com/hak5/lanturtle-wiki/gh-pages/modules/autossh -k -o autossh
curl https://raw.githubusercontent.com/hak5/lanturtle-wiki/gh-pages/modules/clomac -k -o clomac
curl https://raw.githubusercontent.com/hak5/lanturtle-wiki/gh-pages/modules/ddnsc -k -o ddnsc
curl https://raw.githubusercontent.com/hak5/lanturtle-wiki/gh-pages/modules/dns-spoof -k -o dns-spoof
curl https://raw.githubusercontent.com/hak5/lanturtle-wiki/gh-pages/modules/dnsmasq-spoof -k -o dnsmasq-spoof
curl https://raw.githubusercontent.com/hak5/lanturtle-wiki/gh-pages/modules/follow-file -k -o follow-file
curl https://raw.githubusercontent.com/hak5/lanturtle-wiki/gh-pages/modules/keymanager -k -o keymanager
curl https://raw.githubusercontent.com/hak5/lanturtle-wiki/gh-pages/modules/meterpreter -k -o meterpreter
curl https://raw.githubusercontent.com/hak5/lanturtle-wiki/gh-pages/modules/meterpreter-sl -k -o meterpreter-sl
curl https://raw.githubusercontent.com/hak5/lanturtle-wiki/gh-pages/modules/netcat-revshell -k -o netcat-revshell
curl https://raw.githubusercontent.com/hak5/lanturtle-wiki/gh-pages/modules/nmap-scan -k -o nmap-scan
curl https://raw.githubusercontent.com/hak5/lanturtle-wiki/gh-pages/modules/openvpn -k -o openvpn
curl https://raw.githubusercontent.com/hak5/lanturtle-wiki/gh-pages/modules/ptunnel -k -o ptunnel
curl https://raw.githubusercontent.com/hak5/lanturtle-wiki/gh-pages/modules/script2email -k -o script2email
curl https://raw.githubusercontent.com/hak5/lanturtle-wiki/gh-pages/modules/script2http -k -o script2http
curl https://raw.githubusercontent.com/hak5/lanturtle-wiki/gh-pages/modules/sshfs -k -o sshfs
curl https://raw.githubusercontent.com/hak5/lanturtle-wiki/gh-pages/modules/tortle -k -o tortle
curl https://raw.githubusercontent.com/hak5/lanturtle-wiki/gh-pages/modules/upnp-portfwd -k -o upnp-portfwd
curl https://raw.githubusercontent.com/hak5/lanturtle-wiki/gh-pages/modules/uptime -k -o uptime
curl https://raw.githubusercontent.com/hak5/lanturtle-wiki/gh-pages/modules/urlsnarf -k -o urlsnarf

chmod +x autossh
chmod +x clomac
chmod +x ddnsc
chmod +x dns-spoof
chmod +x dnsmasq-spoof
chmod +x follow-file
chmod +x keymanager
chmod +x meterpreter
chmod +x meterpreter-sl
chmod +x netcat-revshell
chmod +x nmap-scan
chmod +x openvpn
chmod +x ptunnel
chmod +x script2email
chmod +x script2http
chmod +x sshfs 
chmod +x tortle
chmod +x upnp-portfwd
chmod +x uptime
chmod +x urlsnarf
Link to comment
Share on other sites

Something strange is happening with Module Manager... it doesn't work properly...

I was unable to install cron or responder... Thus I have installed both manually with curl & chmod...

At this point... if I have to troubleshoot this stuff... why not buying something like this for 8$ and install Openwrt + modules manually?!?

http://www.cnx-software.com/2015/03/29/a5-v11-mini-router-runs-openwrt-linux-for-just-8/

Seems legit my question...

Link to comment
Share on other sites

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...