From: Stephen Haywood ------------------------------------------------------ If I do grep "INSERT INTO `auth=============================================================== From: Ralph Edge ------------------------------------------------------ hmm...try using a dot instead of backtick? grep "INSERT INTO .auth
=============================================================== From: Benjamin Stewart ------------------------------------------------------ Try this: grep "INSERT INTO \`auth
=============================================================== From: Stephen Haywood ------------------------------------------------------ Worked. Thanks
=============================================================== From: Dee Holtsclaw ------------------------------------------------------ Just FYI, I'd have enclosed the whole thing in single quotes instead of double quotes. Double-quote allows for shell interpretation while the single quotes do not.
=============================================================== From: Stephen Haywood ------------------------------------------------------ Thanks for that tip. -- Stephen Haywood Information Security Consultant CISSP, GPEN, OSCP T: @averagesecguy W: averagesecurityguy.info