Jump to content

DNS spoof problems


deviney

Recommended Posts

i have updated my firmware to 2.8 and since then i cant use DNS Spoof.

I have setup all the config on the web interface and changed the redirect.php file to the one below.

<?php
$ref = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];

if (strpos($ref, "facebook")){
header('Status: 302 Found');
header('Location: facebook.html');
}

require('facebook.html');

?>

in my opinion this should display the facebook.html page no matter what but i am just getting timeout errors.

am i going wrong somewhere???

Link to comment
Share on other sites

Did you put the correct html file in the /www/ folder with winSCP? I am actually working on that so if you need help just tell me.

You gonna need the correct html file and the correct php file. You have to put them on the /www/ folder through winSCP. But you will not have enough memory so you have to swap a USB dongle. And redirect one of your USB folder to the /www/ folder.

Use that command -ln -s /usb/phish/* /www/ btw I used /phish because that's the name of the folder I created you can make anything you want.

Edited by WallE
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...