Jump to content

zibri

Active Members
  • Posts

    45
  • Joined

  • Last visited

Posts posted by zibri

  1. 1 hour ago, vepr said:

    I'm new and have had 1 for about a week.  It was frustrating at first but you have to keep playing with it and figure out it's quirks.  You want to make sure it's getting the right amount of power.  I had it running directly off a raspberry pi for a while and some things didn't work properly until I added some additional power.  You also have to save some modules directly to the pineapple device and not on the SD card for them to work.  Once I figured that out, I realized this thing is awesome.

     

    which modules creates problems on SD card?!

  2. Yeah right!

    Maybe wouldn't be easier to have it running automatically at the boot (e.g. rc.local in a Linux OS) once the widucky is inserted?

    However, this will also requires the victim machine to be able to reach internet and hope the attacker's webserver (i.e. where those drivers are located) is not blacklisted.

    P.S. Can you provide an example of drivers needed. I would like to create a Powershell one-line script to try install them.

    Thanks!

  3. I have a question about the serial port used as exfil channel.

    Does it require some specific drivers enabled on the victim machine?

    I am referring to this [1]

     
    This command batch file allows feedback from the target Windows machine to be sent.
    If the Widucky types 'remrec4.bat dir/w', the batch file executes the the 'dir/w' command
    and sends the output of the command to the WiDucky serial port.
    The output is then returned via wifi to the controller application and displayed remotely.
    
    (*This requires the Arduino drivers to be loaded on the target machine.) 

    From my understanding, if the target machine doesn't have those drivers previously installed, the exfil channel will not work. Thus we will not be able to have an interactive (sort-of) remote shell. Am I right?

    [1] https://github.com/basic4/WiDucky/blob/8ce8d217040448bf7b654c1eab4eae5da5596767/Test-Scripts/Remrec-Script/readme

  4. Today I was playing all day long to install hostapd-mana and trying to make work PortalAuth, EvilPortal, etc...

    Overall I came to conclusion that using the opkg --dest sd might create some problems.

    At this point I was wondering why Hak5 never suggested to extend the rootfs to the SD card [1] and just let users install modules with the usual opkg install...

    Any thoughts from Darren or Sebkinne about it?

    [1] https://wiki.openwrt.org/doc/howto/extroot

    • Like 1
  5. 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...

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

  8. What you said is fair and right.

    Actually i would like to understand which parts are used in it, draw schematics and release it for everyone that wants to build it.

    As you can see the Teensy2.0 (which was the first hw used for this purpose), PJRC released schematics [1].

    I'm not forcing no one to give me the high-res photos and i don't even have in mind to be a competitor against Hak5 or PJRC.

    Cheers.

    P.S: I absolutely don't want to open flames

    [1] http://pjrc.com/teensy/schematic2.gif

  9. Hi All,

    i would like to draw its schematics. Because, in my honest opinion, 80$ are a lot more than enough for it.

    Considering that the MCU costs no more than 9$ [1].

    Obviously the pcb production and the assembling are responsible to influence too the final price...

    Btw... what i need is a photo (in high-res) of both PCB's sides.

    Thank you for attention.

    Cheers

    [1] http://www2.mouser.com/Search/Refine.aspx?Keyword=AT32UC3B1256

×
×
  • Create New...