guys, after doing a sql dump of my wordpress db, I used
Code:
grep --color=auto -i iframe database.sql
to search for the insertion of iframes, but the whole database gets printed out, how could I use bash to search for iframes, xss, or malware in a sql dump database.
thanks