Jump to content

zXuS

Active Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by zXuS

  1.  Why a VM ? Anyway, its damn hard, so you might need a couple of friends to help out.

     After you have collected the mass knowledge of at least 10 of your friends.

     

    Google "lan turtle Windows 7 driver".

     

    With ten of you searching I am sure after around maybe 3 seconds you will find what you need.

     

    Good luck! Google searching is very very difficult.

    • Upvote 1
  2. Just got a Mark V, very pleased to see a beta released.

    Great to see work being put in even with other more pressing projects at hand.

    Could I ask though, how can I stop my devices being a target?

    Am I missing something or is it just not implemented in beta?

    I know in previous firmware this was possible but I can't seem to figure it out.

    Love the new interface and modules all very clean.

    Makes me want 6th Gen hardware for sure!

    Great work Dev, thanks!

  3. The video is very clear on the subject of modules and I need not have posted.

    But I have written a small script to install Curl, download the modules and set permissions.

    For those still having issues:-

    #!/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
    
    

    You will need to get this script on the LanTurtle.

    So you may comment out Curl if you have all ready installed it.

  4. I am now having the same problem.

    As far as I can tell, "lanturtle.com/modules/"

    is the issue as it gives a 404 file not found.

    The LanTurtle simply cannot download the modules

    because when it looks for them they do not exist ?

    Hope this can be fixed as I can't find the modules

    to fix this manually.

  5. Hey all!

    Just want to say how AWESOME the Lan Turtle is!!

    The possible great things you can do are endless!!!!!

    Also just to add, it seems the openwrt mirrors are down for barrier_breaker.

    I had to update my opkg.conf file with this mirror.

    dest root /

    dest ram /tmp
    lists_dir ext /var/opkg-lists
    option overlay_root /overlay
    And all seemingly worked fine.
    Great work !!! =D
×
×
  • Create New...