https://github.com/benderpan/dsstorescaner
DSStore Scaner for web.
https://github.com/benderpan/dsstorescaner
Last synced: 8 months ago
JSON representation
DSStore Scaner for web.
- Host: GitHub
- URL: https://github.com/benderpan/dsstorescaner
- Owner: BenDerPan
- License: apache-2.0
- Created: 2018-03-19T02:40:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T06:53:45.000Z (about 8 years ago)
- Last Synced: 2025-04-09T08:45:49.323Z (about 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DSStoreScaner
通过扫描web站点存在的.DSStore文件,来尝试获取目标站点的物理文件结构。
## 运行所需环境
* python3.5
## 使用方法
`python SSScaner.py http://www.target.com/.DS_Store
`
运行后,通过访问Structures 属性获取结果。
示例输出如下:
`[*]Found File:http://localhost:8000/Report
[*]Found File:http://localhost:8000/index.html
[*]Found File:http://localhost:8000/PPT - 图片.docx
[*]Found File:http://localhost:8000/PPT.docx
[*]Found File:http://localhost:8000/Report/333.pdf
[*]Found File:http://localhost:8000/Report/1.docx
[*]Found File:http://localhost:8000/Report/0707.docx
[*]Found File:http://localhost:8000/Report/流程图素材
=========================Web Physical File Structure==========================
[
"http://localhost:8000",
"http://localhost:8000/Report",
"http://localhost:8000/index.html",
"http://localhost:8000/PPT - 图片.docx",
"http://localhost:8000/PPT.docx",
"http://localhost:8000/Report/333.pdf",
"http://localhost:8000/Report/1.docx",
"http://localhost:8000/Report/0707.docx",
"http://localhost:8000/Report/流程图素材",
]
`