Jump to content

kleo

Active Members
  • Posts

    227
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by kleo

  1. It may already be working. Can you check your interfaces if your wireless adapter is present? 

    I found a repo with TL-WN722N drivers for  4.15 and earlier kernels https://github.com/abhijeet2096/TL-WN722N-V2

    Also found an answer from superuser for TL-WN722N https://unix.stackexchange.com/questions/391278/how-can-i-get-my-wifi-card-tp-link-tl-wn722n-to-work-in-kali-linux-vmware-12.

    I haven't tested these, much better if you try it for yourself.

  2. Updated requirements

    @Rinilyn quoting you for your reliable setup.

    On 1/8/2018 at 11:48 PM, Rinilyn said:

    What you need: 
    # Wifi Pineapple Nano Connected To a Pc with Internet
    # USB Hub
    # A Regular Usb Drive
    # A Third Compatible Radio( Prefer RALINK USB WIFI RT5370)

    -Go To http://172.16.42.1:1471 and navigate to Advanced and backup whats in Fstab.
    -Remove your sd card if its there,Go to Configuration and Perform a Factory reset.
    -Meanwhile,plug in your USB drive to your PC and Format your USB to (ext4+swap partition). You can use an App such as PartitionGURU to accomplish that.
    -Connect your Pineapple back to PC, Navigate to http://172.16.42.1:1471 and after setting up your fresh pineapple, Go to Configuration and edit Fstab to:

    config global 
        option anon_swap '0'
        option anon_mount '0'
        option auto_swap '1'
        option auto_mount '1'
        option delay_root '5'
        option check_fs '0'

    config mount
        option target '/mnt'
        option device '/dev/sda1'
        option fstype 'auto'
        option options 'rw,sync'
        option enabled '1'


    Then, Format your SD card also in configuration, Save Fstab again.
    To make sure everything is working,try downloading a module and check if it recognises the sd card

    Open your favorite SSH tool and SSH into your pineapple  and type:


    1. fdisk -l

    2. Check if your thumb drive is listed

    3. mount -t ext4 /dev/sdb1 /sd/

    Your Pineapple now thinks the USB drive is an SD Card. 

    • Upvote 1
  3. Join us at irc.hak5.org so we could help you connect to irc!

    Connect to irc.hak5.org/6697 and try using option Use SSL for all the servers on this network.

    * I use Hexchat

  4. 1 hour ago, Alexander_9 said:

    Another question: I keep trying to change the timezone to mine: pacific; I apply, save, reboot, and the NANO keeps changing the time zone to Europe. How can I fix this?

    Check again on a terminal using

    date

    Hitting refresh on the Configuration page, after setting timezones selection returns to the default UTC+0000, though it has changed on the Pineapple.

×
×
  • Create New...