Archive

Posts Tagged ‘evil’

Find evil hidden iframe’s

June 19th, 2009 No comments
find / -type f -name '*.htm' -exec egrep -H '<iframe src="(.*?)visibility: hidden' {} \;

And change .htm with every extension you suspect (php, html, js)

Tags: ,