Is it possible to chain 2 queries in DVWA SQL Injection? The first query is a pre-generated SELECT query and I want to chain it with a DROP query

前端 未结 0 703
执念已碎
执念已碎 2021-02-14 23:28

The pre-generated query will be: SELECT avalue, bvalue FROM user_table where avalue=\'$input\'

The Chained query I want to execute is: SELECT avalue, bvalue where avalue=

相关标签:
回答
  • 消灭零回复
提交回复
热议问题