FileSensor: Dynamic file detection tool based on crawler
FileSensor
Dynamic file detection tool based on crawler
Feature
- 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).
Install
git clone https://github.com/Xyntax/FileSensor
cd FileSensor
pip3 install -r requirement.txt
Usage
Source: https://github.com/Xyntax/