|
-
Jan 10th, 2008, 01:32 PM
#11
Re: SQL Injection
But isn't the whole point of SQL injection that this:
"select * from Table where Name ='" & strName.Replace("'","''")
If strName=xyz
becomes
select * from Table where Name ='xyz'
But if strName = xyz';Delete * From Table;Select 'xyz
becomes
select * from Table where Name ='xyz';Delete * From Table;Select 'xyz'
What does that have to do with ' quotes??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|