Hi,
I’m stuck with a issue that my test environment has a website based on next.js app but that website fetches data from an API that is hosted just on a IP address (e.g https://x3.xx.xx.45/).
So, I have to Proxy that IP So, it could work with phished domain, I would be great full if anyone can help me out.
Thanks,
- Setup on ubuntu
- edit /etc/hosts
- add xx.xx.xx.xx test.local ( replace xx with target ip )
- use test.local in phishlet
- run proxy