tfsc is an automated and standalone tool to find backup files that may disclose the website's source code.
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
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 about Temporary File Source Code Disclosure Vulnerability here.
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.