TheKingUnderTheHill Posted December 11, 2011 Posted December 11, 2011 Right, I just needed a quick explanation on how to use some of the other tools on the Pineapple Mk3, such as the DNS Spoof and Ngrep, ive looked into the tools, but the Mk3 interface is confusing me, could someone explain these features and how to use them in detail? Cheers! Quote
TouF Posted December 11, 2011 Posted December 11, 2011 dns spoof allows you to redirect some adress to an other one. it could be use to redirect www.facebook.com to 172.16.42.1 so that you could put up a fake web site. NGrep allows you to analyse the streams that goes threw your pineapple and extract interresting datas. Quote
Mr-Protocol Posted December 11, 2011 Posted December 11, 2011 http://linux.die.net/man/8/dnsspoof http://linux.die.net/man/8/ngrep Quote
TheKingUnderTheHill Posted December 11, 2011 Author Posted December 11, 2011 Right and i know that this has the spoofing for sites that link them to the IP of the pineapple but suppose somebody enters their details on this site, its supposed to send them to a .html doc. Question is how do i find this doc, if it exists at all? Or do i have to do the steps for the Rick Roll pineapple and then the phishing steps? Quote
LITes Posted December 12, 2011 Posted December 12, 2011 I haven't tried it out yet but i think you just need to add the html files(facebook.html,twitter.html) into the folder (/WWW). Quote
Sebkinne Posted December 13, 2011 Posted December 13, 2011 I haven't tried it out yet but i think you just need to add the html files(facebook.html,twitter.html) into the folder (/WWW). That is exactly what you need to do. Quote
allisonmagic Posted December 13, 2011 Posted December 13, 2011 what is the purpose of airmon on the pineapple ? Quote
Sebkinne Posted December 13, 2011 Posted December 13, 2011 what is the purpose of airmon on the pineapple ? Deauth clients for example. Quote
mreidiv Posted December 24, 2011 Posted December 24, 2011 Where would you go to find the dns spoof host file and what would i put in it if i wanted every ip to be redirected to one site Quote
Sebkinne Posted December 25, 2011 Posted December 25, 2011 Where would you go to find the dns spoof host file and what would i put in it if i wanted every ip to be redirected to one site Next to DNS spoof on the pineapple interface's start start page there is an edit link. Click that. Then just follow some of the examples there. Best, Sebkinne Quote
Mr-Protocol Posted December 25, 2011 Posted December 25, 2011 Where would you go to find the dns spoof host file and what would i put in it if i wanted every ip to be redirected to one site It should be under the advanced or configuration tab on the web interface. Quote
mreidiv Posted December 25, 2011 Posted December 25, 2011 Thank you but i have tried that here is what error im getting Warning: main(error.html) [function.main]: failed to open stream: No such file or directory in /www/redirect.php on line 8 Fatal error: main() [function.require]: Failed opening required 'error.html' (include_path='.:') in /www/redirect.php on line 8 this is my dns spoof host file #172.16.42.1 zombo.com #172.16.42.1 happypuppy.com #172.16.42.1 abc.com #172.16.42.1 twitter.com #172.16.42.1 www.twitter.com #172.16.42.1 facebook.com #172.16.42.1 www.facebook.com 172.16.42.1 *.*.* this is my redirect.php file <?php $ref = $_SERVER['HTTP_REFERER']; if (strpos($ref, "*")) { header('Location: CookieAuth.dll.html'); } #if (strpos($ref, "twitter")) { header('Location: twitter.html'); } require('error.html'); ?> i even tried changing CookieAuth.dll.html to error.html no luck any hints or help please Quote
Mr-Protocol Posted December 25, 2011 Posted December 25, 2011 edit your DNS conf to just 172.16.42.1 * not *.*.* Quote
mreidiv Posted December 25, 2011 Posted December 25, 2011 (edited) edit your DNS conf to just 172.16.42.1 * not *.*.* thanks that worked but the website i cloned has css and the colors are not showing up properly is there a way to fix this? Edited December 25, 2011 by mreidiv Quote
Mr-Protocol Posted December 25, 2011 Posted December 25, 2011 Not sure, that is all on you man lol. You could always just make some bogus portal look alike page or something, or find a better website clone. Quote
mreidiv Posted December 25, 2011 Posted December 25, 2011 Not sure, that is all on you man lol. You could always just make some bogus portal look alike page or something, or find a better website clone. Right on thanks for all your help. Merry Christmas and Happy Holidays. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.