zibri Posted June 9, 2016 Share Posted June 9, 2016 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 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) As u can see, I tried to start Module manager... but that is what I get... And when I try to install some modules... This is the result... I was expecting some detailed message.... 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 Quote Link to comment Share on other sites More sharing options...
zibri Posted June 9, 2016 Author Share Posted June 9, 2016 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 Quote Link to comment Share on other sites More sharing options...
zibri Posted June 9, 2016 Author Share Posted June 9, 2016 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... 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.