博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
kali攻防第6章 SQLMAP介绍及ASP网站渗透
阅读量:4144 次
发布时间:2019-05-25

本文共 203 字,大约阅读时间需要 1 分钟。

SQLMAP介绍及ASP网站渗透

准备工具

1、kali_linux系统 IP= 10.10.10.131

3、Sqlpmap 入注工具

 

 

步骤:

1、

-u  “检测是否存在注入”

返回数据库的名字 

2、

3、

4

 

参数解释:

1、user 根据经验  确定这是用户表

2、--columns   猜列表名  根据user用户表

3、--dump  下载数据     

4、-C username,password” 列表名

你可能感兴趣的文章
Commit our mod to our own repo server
查看>>
LOCAL_PRELINK_MODULE和prelink-linux-arm.map
查看>>
Simple Guide to use the gdb tool in Android environment
查看>>
Netconsole to capture the log
查看>>
Build GingerBread on 32 bit machine.
查看>>
How to make SD Card world wide writable
查看>>
Detecting Memory Leaks in Kernel
查看>>
Linux initial RAM disk (initrd) overview
查看>>
Timestamping Linux kernel printk output in dmesg for fun and profit
查看>>
There's Much More than Intel/AMD Inside
查看>>
apache和tomcat整合
查看>>
java虚拟机错误问题
查看>>
oracle建立表空间
查看>>
oracle分区表的性能提升
查看>>
"Cannot allocate memory" OutofMemory when call Ant to build Polish project in Tomcat
查看>>
dumpcap抓包(python)
查看>>
查看文件是否被其他进程访问
查看>>
字符编码详解
查看>>
python使用dpkt分析wireshak报文(Modbus规约)
查看>>
css中的IFC
查看>>