hi,
You could be extremely malicious and use your mad SQL injection skills to delete his entire e-mail address database: P
He is just looking for the database record using a select and i will bet that he is going to delete the record id based on the result. So you might not be able to delete more than one record at a time... but it is worth a try.
error message
<snip>
Could not execute 'SELECT * FROM Recips WHERE EmailAddr='' AND SiteID=1': You have an error in your SQL syntax near ''' AND SiteID=1' at line 1 at /home/stormpost/dist/lib/DBObjects.pm line 323.
</snip>
example match!
<snip>
SELECT * FROM Recips WHERE EmailAddr="" and EmailAddr like '%@%' AND SiteID=0 AND SiteID=1
</snip>
You might have to play around with the ‘’ and “” to get it to match properly!
Please note these are for educational purposes only! Do not do this to a database that you do not own! I am not responsible for your actions, blah, blah, etc.