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 1733
温柔的废话
温柔的废话 2021-02-14 23:12

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=

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