对sql进行一个小结 还有其他的注入
其他注入:堆叠注入,宽字节注入,二次注入
首先是数值和字符
id1 and 11和id1 and 12 如果这两个语句返回的页面不一样就说明是数字型
id1 and 11#和id1 and 12# 如果这两个语句返回的页面不一样就说明是字符型
常…
上一篇实现了虚拟M层,这篇基于虚拟M实现打印导出。
首先对接打印层
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using System.Xml;namesp…