I had a thought the other night, while considering the possible larger effects of the HTML and Javascript I have embedded in my personal details on a certain popular website:
What would happen if you changed your legal name (y'know, by deed poll or whatever) to an SQL command string? Maybe something like:
DELETE * FROM *
Or maybe something more injection-attack-like, like:
"; DELETE * FROM *
Hmmm.
What would happen if you changed your legal name (y'know, by deed poll or whatever) to an SQL command string? Maybe something like:
DELETE * FROM *
Or maybe something more injection-attack-like, like:
"; DELETE * FROM *
Hmmm.
Leave a comment