以下操作步骤都是搜索出来的,组合起来,存档以备日后再次需要配置 1、首先登陆Ubuntu系统中,使用su然后切换到超级用户,输入root的密码 2、然后进入到/opt目录下 cd /opt 3、安装git apt-get install git 4、然后使用git安装sqlmap git clone ...
分类:
数据库 时间:
2016-06-17 12:50:51
阅读次数:
500
1,三连下小水管真是慢。去洗澡先。2,环境变量Path里添加Python安装目录。直接cd到git下来的目录运行sqlmap.py更新sqlmap,sqlmap.py –update 或 git pull3,安装kali3,更新源 为了练英语我就不apt-get install ibus ibus- ...
分类:
其他好文 时间:
2016-06-08 06:53:56
阅读次数:
148
Less-15- Blind- Boolian Based- String 1)工具用法: 2)手工注入 时间盲注放弃用手工了,这里的语句引用自SQLMAP中测试语句 3)注入点产生代码 Less-16- Blind- Time Based- Double quotes- String 1)工具用法 ...
分类:
数据库 时间:
2016-06-04 07:03:52
阅读次数:
528
220.163.13*.** root@kali:~# sqlmap -u http://www.****.com.cn/****.Aspx?keyword= -v 1 --dbs --tamper=space2comment --level 3 web server operating syste ...
分类:
数据库 时间:
2016-06-02 13:03:00
阅读次数:
218
Less-12 - POST - Error Based- Double quotes- String 1)知识点 主要考察报错注入中的双引号闭合注入情况。 2)工具用法: SQLMAP POST注入用法之一,注入点处加 * 号,也可以用-r选项。 sqlmap -u "http://127.0.0 ...
分类:
数据库 时间:
2016-05-25 23:47:06
阅读次数:
276
本文介绍一下Sqlmap的安装跟配置环境变量。 顺便附上一些常用的命令 SQLMAP-64位、Python 下载链接:http://pan.baidu.com/s/1c0D82fm 密码:d7ec Python的安装一路默认就好,然后把Sqlmap解压。 这里以我电脑为例,进到sqlmap目录里,复 ...
分类:
数据库 时间:
2016-05-18 12:26:10
阅读次数:
661
(1)建立 SqlMap.config文件 <?xml version="1.0" encoding="utf-8" ?> <sqlMapConfig xmlns="http://ibatis.apache.org/dataMapper" xmlns:xsi="http://www.w3.org/2 ...
分类:
其他好文 时间:
2016-05-13 20:45:16
阅读次数:
192
延续上次搭建好的mybatis框架,现在开始开发查询用户的小程序1.sqlmap创建映射文件user.xml 并编写查询配置
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-map...
分类:
其他好文 时间:
2016-05-12 22:35:58
阅读次数:
207
0x01 Windows下配置GourdScan 0x0101 GourdScan项目地址:https://github.com/code-scan/GourdScan PHP环境 + python2.7 + sqlmap Sqlmap项目地址:https://github.com/sqlmappr ...
分类:
数据库 时间:
2016-05-11 15:04:39
阅读次数:
245