Which one is real and which one is the honeypot?
"simulating" modern web applications is quite hard. Trying to clone or copy the source will always break due to the huge amount of javascripts and XHR requests, and not to mention the fact that some cough qnap systems consists of 7 different kinds of redirects from different web servers all serving different headers.
The way I have gone down is to leverage the ability of browsers to export HAR files and then serving them with a custom built Go tool. Allows me to build pixel perfect clones of websites with "relative" ease.
This could probably be used to "clone" more complex webapps also. But for now I'm happy with just being able to replicate login screens.
#honeypots #kilpi.tech
