码迷,mamicode.com
首页 >  
搜索关键字:sqli    ( 788个结果
c#图像截取实例
本文实例讲述了c#图像截取的实现方法。分享给大家供大家参考。具体如下: 图像截取的相关代码如下: 代码如下: public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e ...
分类:Windows程序   时间:2017-11-29 14:51:33    阅读次数:235
Visual Studio中根据系统区分引用64位、32位DLL动态库文件的配置方法
原来使用Win7的32位系统,进行C#工程的开发,后来重装系统,换成了win7的64位系统 调试原来的工程,由于在其中引用了“SQLite”的32位的dll,导致在64为位下程序无法运行(但是编译可以通过) 后来通过修改工程文件(.csproj),在其中设置引用的条件,解决了问题 打开引用了SQLi ...
分类:其他好文   时间:2017-11-29 13:36:46    阅读次数:256
WEB安全 php+mysql5注入防御(二)
[摘要] 小迪渗透第13期视频第四天学习笔记,mysql5新的注入函数,information_schema.schemata表,数据库长度、库名猜解,文件读取,文件写入,网站路径获取方式 ...
分类:数据库   时间:2017-11-27 20:01:42    阅读次数:190
跳转实现删除数据库表中的数据
PHP和HTML代码 ...
分类:数据库   时间:2017-11-27 18:48:17    阅读次数:160
SQLi-LABS Page-4(Basic Challenges)
sqlmap: python sqlmap.py -u "http://mysqli/Less-4/?id=1" Parameter: id (GET) Type: boolean-based blind Title: AND boolean-based blind - WHERE or HAVIN ...
分类:数据库   时间:2017-11-22 00:03:42    阅读次数:173
sqli-labs less1 学习心得
id=1/ id=1 and 1=1结果正常 id=1 and 1=2结果正常,不合理 id=1'提示: 分析: use near ' ' 1' ' LIMIT 0,1 ' 所以正确sql语句 为: select username,password from table where id='inpu ...
分类:数据库   时间:2017-11-22 00:00:35    阅读次数:256
SQLi-LABS Page-3(Basic Challenges)
sqlmap: python sqlmap.py -u "http://mysqli/Less-3/?id=1" Parameter: id (GET) Type: boolean-based blind Title: AND boolean-based blind - WHERE or HAVIN ...
分类:数据库   时间:2017-11-21 23:44:45    阅读次数:273
SQLi-LABS Page-2(Basic Challenges)
sqlmap: python sqlmap.py -u "http://mysqli/Less-2/?id=1" Parameter: id (GET) Type: boolean-based blind Title: AND boolean-based blind - WHERE or HAVIN ...
分类:数据库   时间:2017-11-21 22:14:31    阅读次数:249
「Redis 笔记」数据类型
Redis 支持五种数据类型:string(字符串),hash(哈希),list(列表),set(集合)及zset(sorted set:有序集合)。 ...
分类:其他好文   时间:2017-11-21 14:59:34    阅读次数:117
SQLi-LABS Page-1(Basic Challenges)
一、Less-1 GET - Error based - Single quotes - String Parameter: id (GET) Type: boolean-based blind Title: AND boolean-based blind - WHERE or HAVING cla ...
分类:数据库   时间:2017-11-21 01:17:08    阅读次数:405
788条   上一页 1 ... 54 55 56 57 58 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!