A Python script to scan for common website backup files by checking various filename combinations.
- Clone or download this repository
- Install required dependencies:
pip install -r requirements.txtpython website_backup_scanner.py <target_url>python website_backup_scanner.py https://example.comThe script checks for the following backup file combinations:
File Names:
- web, website, backup, back, www, wwwroot, temp
File Extensions:
- tar, tar.gz, zip, rar, 7-zip, 7z
This tool is intended for legitimate security testing and backup discovery purposes only. Only use on websites you own or have explicit permission to test.