Dynamic file detection tool based on crawler
基于爬虫的动态敏感文件探测工具
-
Generate the fuzzing vectors based on crawler results
(input)http://localhost/ -> (crawl)http://localhost/test.php -> (detect)http://localhost/.test.php.swp -
Scrapy framework
Stable crawler and customizable HTTP requests. -
Custom 404 filter
Use a regular expression to filter out user-defined 404 pages(which status code is 200).
- Python 3.x
- pip
git clone https://github.com/Xyntax/FileSensor
cd FileSensor
pip3 install -r requirement.txt
FileSensor ver0.2 by <i@cdxy.me>
https://github.com/Xyntax/FileSensor
Usage:
filesensor.py URL [--404 REGEX] [-o]
filesensor.py (-h | --help)
Example:
python3 filesensor.py https://www.cdxy.me --404 "404 File not Found!"
Options:
-o save results in ./output folder
--404 REGEX filter out custom 404 page with regex
-h --help show this help message
- Bug tracking
- Contact i@cdxy.me