tepegoz Posted March 11 Share Posted March 11 How can I show my own web page instead of the original site when the user connected to my pineapple device and its network wants to go to the (example)x.com website. I want to redirect to another page when it wants to go to xxxx.com site. can this be done? Quote Link to comment Share on other sites More sharing options...
dark_pyrro Posted March 11 Share Posted March 11 Redirect the DNS queries using /etc/hosts or use dnsmasq, then run nginx or such to display your alternative web page (doesn't necessarily need to be displayed by the Pineapple though). This would depend on the target getting it's DNS info from the Pineapple. If it's "hard coded"/defined on the target what DNS server(s) to use and or any security measures is available on the target, you're pretty much toast in succeeding. 1 Quote Link to comment Share on other sites More sharing options...
tepegoz Posted March 11 Author Share Posted March 11 Thank you very much for your help 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.