Skip to content
/ tfsc Public

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

Notifications You must be signed in to change notification settings

Xh4H/tfsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages