Pineapplefan Posted May 22, 2012 Share Posted May 22, 2012 Hi all, I'm loving my new Mark IV. I've upgraded the to firmware to 2.0.0 and I've got most of the basic functions working, but I'm still teaching myself php and learning about all the tools. My question pertains to DNS Spoof. Is it possible to redirect only certain domains but allow other requests to pass through normally? I have DNS Spoof working so that facebook.com redirects to my phishing page, but I would like all other DNS requests to resolve normally (i.e., if a client requests google.com they actually get google.com). Right now it appears that all requests are directed to "redirect.php" which then loads "error.php." if there is no entry for the domain in "redirect.php" Thanks for your help with this noob question! Quote Link to comment Share on other sites More sharing options...
Aikidokajeff Posted May 22, 2012 Share Posted May 22, 2012 Hi, Make sure you don't have an entry for 172.16.42.1 * (this redirects all websites to the local IP address) If you remove this all other traffic should be sent to the default gateway. Jeff Quote Link to comment Share on other sites More sharing options...
CountZero Posted May 26, 2012 Share Posted May 26, 2012 (edited) Hi, I'm just starting out with my own Mark IV, so I'll share what I've learned so far. As Aikidokajeff said, first remove the line: 172.16.42.1 * Then you can create entries like this: 172.16.42.1 *.facebook.com 172.16.42.1 *.twitter.com All traffic to other domains will go through unintercepted. You can verify it's working as intended by looking at /www/pineapple/logs/dnsspoof.log. Hope this helps! -c0 Edited May 26, 2012 by CountZero 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.