博客
关于我
P12 PikaChu_目录遍历漏洞
阅读量:332 次
发布时间:2019-03-04

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

???????????

???????Web?????????????????????????????????????????????????????????????????????

????

?????????????????????????????????Web????????????????????????????????????????????????????????URL???

http://example.com/file.php?title=hello.txt

???????title?????????????????????????????title??????????????????????

http://example.com/file.php?title=../../etc/passwd

???????../../etc/passwd?????????????????/etc/passwd?????????????

?????

???????????????????????????URL????????????????URL?

http://example.com/file.php?title=../

???????????????????????????????????????../../..??????????????????

????????????????????????????????????????????????

  • ????????????????????????????????
  • ???????????????????????????
  • ?????????????????????????????????..???????
  • ????

    ??????????????????????????????

  • ??1??????????jarheads.php??????URL???
  • http://192.168.34.193/pikachu//vul/dir/dir_list.php?title=jarheads.php
    1. ??2??????????truman.php??????URL???
    2. http://192.168.34.193/pikachu//vul/dir/dir_list.php?title=truman.php

      ???????URL???????title??????????????????????????????????????title?????

      http://192.168.34.193/pikachu//vul/dir/dir_list.php?title=../../

      ????????????????????????????????URL?

      http://192.168.34.193/pikachu//vul/dir/../

      ???????????????????????????

      ????

      ??????????????????????

    3. ???????????????????????????????????
    4. ??PHP?open_basedir?????PHP??????????????????
    5. ??Web??????mod_rewrite????????????????????????
    6. ?????????????????????????????????????????
    7. ?????

      ?Web????????????????????????????????????????????????????????????????????????????

    转载地址:http://dvqh.baihongyu.com/

    你可能感兴趣的文章
    Objective-C实现异或密码算法(附完整源码)
    查看>>
    Objective-C实现异步编程(附完整源码)
    查看>>
    Objective-C实现循环队列算法(附完整源码)
    查看>>
    Objective-C实现循环队列链表算法(附完整源码)
    查看>>
    Objective-C实现快速排序算法(附完整源码)
    查看>>
    Objective-C实现打印魔方矩阵(附完整源码)
    查看>>
    Objective-C实现打格点算法(附完整源码)
    查看>>
    Objective-C实现批量修改文件类型算法(附完整源码)
    查看>>
    Objective-C实现找出一个数的质因数primeFactors算法(附完整源码)
    查看>>
    Objective-C实现找出买卖股票的最大利润算法(附完整源码)
    查看>>
    Objective-C实现摄氏温度和华氏温度互转(附完整源码)
    查看>>
    Objective-C实现操作MySQL(附完整源码)
    查看>>
    Objective-C实现改变图片亮度算法(附完整源码)
    查看>>
    Objective-C实现数字图像处理算法(附完整源码)
    查看>>
    Objective-C实现数组去重(附完整源码)
    查看>>
    Objective-C实现数组的循环左移(附完整源码)
    查看>>
    Objective-C实现数除以二divideByTwo算法(附完整源码)
    查看>>
    Objective-C实现文件分割(附完整源码)
    查看>>
    Objective-C实现文件的删除、复制与重命名操作实例(附完整源码)
    查看>>
    Objective-C实现无锁链表(附完整源码)
    查看>>