What is this hacker trying to do?
Posted
by JW
on Stack Overflow
See other posts from Stack Overflow
or by JW
Published on 2010-05-28T14:45:41Z
Indexed on
2010/05/28
14:51 UTC
Read the original article
Hit count: 218
security
|sql-injection
If you do a search for:
you will see a lot of examples of an attempted hack along the lines of:
1) declare @q varchar(8000) select @q = 0x57414954464F522044454C4159202730303A30303A313527 exec(@q) --
What is exactly is it trying to do? Which db is it trying to work on? Do you know of any advisories about this?
© Stack Overflow or respective owner