Forum Moderators: open
whats happening, and is this something to be concerned with? I am tempted to create a line at the start of pages where if query string contains a particular word or charactor then send em of somewhere.
whats happening
Yes, it looks like they tried some kind of SQL injection. They were just doing a SELECT query, so they wern't trying to damage your data. They might have been hunting for more information in order to prepare an actual attack. Or maybe they were frustrated that your search interface wasn't powerful enough and were using their technical knowledge to achieve that.
is this something to be concerned with?
Only if you've failed to sanitise your data properly. Why don't you load up the URI they accessed in your own web browser to see what happens?
I am tempted to create a line at the start of pages where if query string contains a particular word or charactor then send em of somewhere.
What a waste of time! If you are sanatising your input data correctly then there is nothing to worry about.