You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# help to generate wordlist based on patterns to fuzz backup files (backup killer)
# read from:
* Url
* File
* STDIN
Install
*** julia ***
# install julia: https://julialang.org/downloads/ or snap install julia --classic
# then run this commands in terminal:
* 1. julia -e 'using Pkg; Pkg.add("JSON"); Pkg.add("ArgParse"); Pkg.add("OrderedCollections")'
* 2. git clone https://github.com/mrmeeseeks01/BackupX.git
* 3. cd BackupX/
* 4. julia BackupX.jl -h
# or you can use docker:
* 1. git clone https://github.com/mrmeeseeks01/BackupX.git
* 2. cd BackupX/
* 3. docker build -t backupx .
* 4. docker run backupx
Switches
# optional arguments:
* -h, --help show this help message and exit
* --version show version information and exit
* -u single url
* -U multiple urls in file
* -s read url(s) from stdin
* -p pattern file
* -w wordlist file
* -e extensions file
* -n number range (i.e. 1-100)
* -y, --year year range (i.e. 2022-2023)
* -m, --month month range (i.e. 1-12)
* -d, --day day range (i.e. 1-30)
* --silent do not print additional information (default: false)
* -o, --output save output in file (default: "")