Skip to content

rexyfahrezi/ctfd-auto-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

ctfd-auto-backup

Tools for backing up CTFd DB (SQL) automatically with Python

How it works :

It's basically just grabbing the SSRF token and submit that with other credentials to export the backup file.

Install the libraries :

pip install BeautifulSoup4
pip install requests
pip install wget

Usage :

1. Change all the variables that contain url/domain to your CTFd url/domain
2. Run the script `python ctfd-auto-backup.py`
3. The files that have been downloaded will be in the backup_dir

You can put this script into a time-based job scheduler such as cron or any automation utilties that can run python in it

About

Tools for backing up CTFd DB (SQL) automatically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages