声明 环境
墨者学院-SQL手工注入漏洞测试(MySQL数据库-字符型)
判断是否存在漏洞
http://124.70.64.48:42937/new_list.php?idtingjigonggao and 12-- and 11正常
http://124.70.64.48:42937/new_list.php?idtingjigonggao and 12-- and 12出错,存在字符型注入…
题目 代码
#include <bits/stdc.h>
using namespace std;
typedef long long LL;const int mod 1e8;
const int M 1 << 12;
LL f[13][M];
int g[13];
vector<int> state;
vector<int> p[M];
int n, m;
bool check(int x)
{return !(x & x <&…