Jump to content

zibri

Active Members
  • Posts

    45
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

zibri's Achievements

Newbie

Newbie (1/14)

  1. Don't think rubberducky HW is opensource... Check this https://www.indiegogo.com/projects/malduino-badusb-arduino-usb Which indeed is opensource and openhardware ;]
  2. Cool! Nice to hear man! :) Any ETA on when I can place an order?
  3. From what I can see Edutech is still closed. Any other option where to buy a Pineapple TETRA in europe?
  4. which modules creates problems on SD card?!
  5. 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!
  6. 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
  7. 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
  8. Correct! I am looking for a Pineapple TETRA :)
  9. Hey guys, I am looking for a TETRA within to EU to purchase. Anyone wants to get rid of it? :)
  10. 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...
  11. 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
  12. 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
  13. In these years I always managed to avoid to buy from Hak5 because of the lack of an EU distributor. That's sad from my point of view and from yours as well. And considering the demand you should deeply think how to achieve this goal asap. :)
  14. 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
  15. 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...