Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/documentation/modules/auxiliary/scanner/http/backup_file.md
Views: 11784
Introduction
This module scans a web server for a file name with various backup type extensions. The list of extensions are:
.backup
.bak
.copy
.copia
.old
.orig
.temp
.txt
~
Usage
In the basic config, you'll search for the extensions on /index.asp
, which may not be very useful. In this scenario, we look for /backup
instead. On the web server, we've created the files backup.old
, backup.orig
, and backup~
.