tfsc
tfsc copied to clipboard
Automated tool to find backup files that may disclose a website's source code
tfsc - Temporary File Source Code (disclosure script)
tfsc is an automated and standalone tool to find backup files that may disclose the website's source code.
Usage example
tfcs.py has two required parameters (-u [url] and -f [file(s)]) and an optional one, -v (verbose):
python tfsc.py -u http://somesite.com/launcher -f index.php,stats.php

Parameters
| Command | Description |
|---|---|
| -f (--file) | file (or comma separated list of files to be searched) |
| -u (--url) | base url |
| -v (--verbose) | enable verbose debugging (accepts any value) |
More info
More info about Temporary File Source Code Disclosure Vulnerability here.
Disclaimer
All the information in this repository is for educational purposes only. The author of the repository is not responsible for any misuse of the information. This script has been created for educational purposes.