Home > blogpost > Find evil hidden iframe’s

Find evil hidden iframe’s

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

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

Tags: ,
  1. No comments yet.
  1. No trackbacks yet.