Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
dumper — CLI utility for creating encrypted database backups (PostgreSQL, MySQL, MongoDB) with support for multiple storage backends (SFTP, S3, Azure), SSH keys, and pre/post backup scripting. | Kitploit
Tools/GitHubGitHub/elkirrs/dumper
General Purpose UtilitiesEncryption/Decryption ToolsScripting & AutomationData RecoveryCloud Security
GitHubelkirrs/dumper

dumper

CLI utility for creating encrypted database backups (PostgreSQL, MySQL, MongoDB) with support for multiple storage backends (SFTP, S3, Azure), SSH keys, and pre/post backup scripting.

View Repository
8816 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

Laravel Logo

About Dumper

This is a CLI utility for creating backups databases of various types with flexible connection and storage settings.

Opportunities:

  • Multiple database systems can be managed.
  • Support PostgreSQL, MySQL, MongoDB and etc.
  • Work with SSH-Keys (include passphrase).
  • Custom dump name templates.
  • Archiving old dumps.
  • Encrypting and Decrypting backup and config file
  • Support different storages SFTP, Azure, S3 and etc.
  • Backup from docker
  • Shell script after and before backup

Installation:

root@kitploit:~
curl -sSL https://elkirrs.github.io/dumper/install.sh | sh 

Documentation:

Click to docs page: Documentation

Checking the receipt by the user:

  • Mac/Linux:
root@kitploit:~
shasum -a 256 dumper_linux_amd64.tar.gz
cat checksums.txt | grep dumper_linux_amd64.tar.gz
  • Windows (PowerShell):
root@kitploit:~
Get-FileHash .\dumper_windows_amd64.zip -Algorithm SHA256

Support the Project

If you like this project, you can support development:

  • PayPal: https://www.paypal.com/donate/?hosted_button_id=86QWWZSYNY4JN

  • BTC bc1qqrrtkymdck9q4h764hejjyenyfnyrpt4pgxd6h

  • ETH 0xfe25171F3763E789d50279c2d4e16d2bAf14F701

Thank you for your support!

Download Tool