All Projects → Xh4H → Tfsc

Xh4H / Tfsc

Automated tool to find backup files that may disclose the website's source code

Programming Languages

python
139335 projects - #7 most used programming language

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 is based in 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

example

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].