Can anyone tell me what this code is supposed to do:
0x574 14954 464f5 22044 454c4 15920 27303 03a30 303a3 13527
I've intentionally split it into 5-character groups. I noticed it had been injected, as part of a SQL Exec statement, into an input field on one of our web pages.
Fortunately, my code-behind is written to mangle any suspected SQL code so that it can't execute - but I'm still curious what it was supposed to happen.
0x574 14954 464f5 22044 454c4 15920 27303 03a30 303a3 13527
I've intentionally split it into 5-character groups. I noticed it had been injected, as part of a SQL Exec statement, into an input field on one of our web pages.
Fortunately, my code-behind is written to mangle any suspected SQL code so that it can't execute - but I'm still curious what it was supposed to happen.