Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.55 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.55 KB

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

tfsc3

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.