Jump to content

Foxtrot

Hak5 Team
  • Posts

    2,171
  • Joined

  • Days Won

    155

Posts posted by Foxtrot

  1. 3 minutes ago, d0p3 said:

    is there any good trusted free vpn?

    No

    3 minutes ago, d0p3 said:

    second question, asking my isp to change  my ip is the only way to aboid being ddos'd by that guy who got my ip? 

    It's the only way to change your modems IP

  2. Hello!

    Thanks for making a detailed post with screenshots, it was nice for me to use the exact same commands when testing myself.

    I did the same as you did (Power on, scan with the Recon module, run airodump, and send deauth frames to a 5ghz AP with aireplay) and it worked fine for me:

    M4D1MyM.png

    JuortEs.png

    6ZVv7oG.png

    Forgive my censors.

     

    Could you try testing again, and also include information about what firmware version you're running and include the output of dmesg in a reply?

  3. On 3/1/2017 at 9:01 PM, Sebkinne said:

    We have become aware of a manufacturing anomaly which has caused a small number of WiFi Pineapple TETRA buttons to "stick".

     

    Unfortunately this prevents the completion of the initial setup security process. Thankfully this can be remedied by the user with this simple procedure:

     

    1. Follow the instructions at wifipineapple.com/tetra to flash the latest firmware.
    2. When prompted to press the reset button, FIRMLY press and hold the dimple end of the reset button with a pen or similar instrument for 1-2 seconds.
    3. Click the Continue link on the setup page.
    4. Repeat steps 2-3 as necessary until setup continues.

     

    See the following video guide for an illustration:
    https://youtu.be/xe8E_xnM7SU

     

    For the vast majority of users, this fix solves the button issue. If this does not for you, please let us know and we will begin the warranty process in order to exchange your WiFi Pineapple TETRA.

     

  4. Sorry I didn't reply after saying I'd try and help sooner... @sud0nick nailed it. From what I can see from posts is that its a service running on its own port?

     

    9 hours ago, Roatandave said:

    Due to lack of interest this, this is closed. it works. go build your own.

    That's not a very good attitude to have, especially considering you started the thread... sharing knowledge is greatly appreciated.

  5. I think you are overthinking the radios a little bit.

    There are indeed two radios, two antennas for each. wlan0 is for the public AP, wlan0-1 is for the management AP. They both use the same physical radio, but are two different logical interfaces. Here is an excerpt from /etc/config/wireless (Note they both use the same device):

    config wifi-iface
            option device 'radio0'
            option network 'lan'
            option mode 'ap'
            option ssid 'Public_AP'
            option encryption 'none'
            option hidden '1'
    
    config wifi-iface
            option device 'radio0'
            option network 'lan'
            option mode 'ap'
            option encryption 'psk2+ccmp'
            option ssid 'Management_AP'
            option key 'redacted'
            option disabled '0'

    I hope that clears it up.

×
×
  • Create New...