Jump to content

Recommended Posts

Posted

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!

Posted

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.

Posted

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?

Posted

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.

  • 2 weeks later...
Posted

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

Posted

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

Posted

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.

Posted

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

Posted (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 by mreidiv
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...