Kali进行web渗透笔记(六)

本文详细介绍了使用Kali Linux进行Web渗透的过程,重点讨论了SQL注入的利用方法。从CGI漏洞到盲注检测,再到自动化工具如sqlmap的使用,阐述了如何发现和利用SQL注入漏洞。同时提到了Apache服务器和MySQL数据库的关联,并介绍了Blind SQL注入的检测技巧,以及Burp Suite、sqlmap、BBQSQL、Sqlsus和Sqlninja等工具在渗透测试中的应用。
摘要由CSDN通过智能技术生成
  • Scanning-dirb

    • CGI is a common standard for web applications to interact with command-line executables;hence,CGI scripts were the most vulnerable to shellshock attack.
    • Exploitation:use*apache_mod_cgi_bash_env_exec*.
  • SQL injection

    • The semicolon(;)metacharacter in a SQL statement is used sililar to how it’s used in command injection to combine multiple queries on the same line.
    • One of the most useful SQL statements is the UNION,which combines the results of two statements into one set.can also query data from other tables on the database.The only constraint of using the UNION statement is that the number of columns and the data type in the both the queries should be same:SELECT id,rackname,value FROM inventory WHERE id=10 UNION SELECT SSN,name,address FROM employees
    • **If the table that you want to query does not have the same number of columns,have to us
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值