Jump to content

Pineapple N00b Question


Recommended Posts

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.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

  • 2 weeks later...

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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