Scan for Sensitive Files
Scan for exposed sensitive files that may leak sensitive information
Category
Vulnerability Scanning
Inputs
urls
file
requiredList of URLs
header
string
Header(s) to include in HTTP requests
rate-limit
string
Maximum number of requests to send per second per machine
header-file
file
Header(s) to include in HTTP requests
Outputs
findings
Scan for Sensitive Files
Description
Scan for exposed files that may leak sensitive information, including logs, configuration files, and development artifacts.
Features
- Scans for a wide range of sensitive files.
- Validates the content to minimize false positives.
- Can scan thousands of web servers simulataneously.
Inputs
Required
- urls: a list of URLs
Optional
- header: Header(s) to include in HTTP requests
- header-file: File with header(s) to include in HTTP requests
- rate-limit: Maximum number of requests to send per second per machine (default: 300)
Outputs
- findings: JSONLines records of finding details.
Changelog
- v1.0.0
- Initial release
- v1.1.0
- Added
header-file
input
- Added
- v1.2.0
- Added recursive scanning to detect vulnerabilities at every level of the input URL paths