博客
关于我
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实现coulombs law库仑定律算法(附完整源码)
    查看>>
    Objective-C实现counting sort计数排序算法(附完整源码)
    查看>>
    Objective-C实现countSetBits设置位的数量算法(附完整源码)
    查看>>
    Objective-C实现currency converter货币换算算法(附完整源码)
    查看>>
    Objective-C实现cycle sort循环排序算法(附完整源码)
    查看>>
    Objective-C实现data transformations数据转换算法(附完整源码)
    查看>>
    Objective-C实现datamatrix二维码识别 (附完整源码)
    查看>>
    Objective-C实现DateToDay 方法算法(附完整源码)
    查看>>
    Objective-C实现DBSCAN聚类算法(附完整源码)
    查看>>
    Objective-C实现DBSCAN聚类算法(附完整源码)
    查看>>
    Objective-C实现decision tree决策树算法(附完整源码)
    查看>>
    Objective-C实现degreeToRadian度到弧度算法(附完整源码)
    查看>>
    Objective-C实现depth first search深度优先搜索算法(附完整源码)
    查看>>
    Objective-C实现DES和3DES加解密算法(附完整源码)
    查看>>
    Objective-C实现des文件加密算法(附完整源码)
    查看>>
    Objective-C实现detectDirectedCycle检测定向循环算法(附完整源码)
    查看>>
    Objective-C实现detectUndirectedCycle检测无向循环算法(附完整源码)
    查看>>
    Objective-C实现deutsch jozsa算法(附完整源码)
    查看>>
    Objective-C实现DFS判断是否是二分图Bipartite算法(附完整源码)
    查看>>
    Objective-C实现DFS遍历或搜索图数据结构算法(附完整源码)
    查看>>