Proving SQL Injection

后端 未结 5 1076
旧巷少年郎
旧巷少年郎 2021-01-01 01:24

I\'m trying to simply prove here that this simple function isn\'t good enough to prevent every sql injection in the world:

Function CleanForSQL(ByVal input A         


        
5条回答
  •  抹茶落季
    2021-01-01 01:49

    I think your problem is that Chr(8) is not executed, you need to find another way to get the leading quote mark in.

提交回复
热议问题