Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tismayil/ohmybackup
Scan Victim Backup Directories & Backup Files
https://github.com/tismayil/ohmybackup
Last synced: 3 months ago
JSON representation
Scan Victim Backup Directories & Backup Files
- Host: GitHub
- URL: https://github.com/tismayil/ohmybackup
- Owner: tismayil
- License: gpl-2.0
- Created: 2020-02-19T13:37:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T12:20:29.000Z (about 1 year ago)
- Last Synced: 2024-06-18T21:36:17.464Z (5 months ago)
- Language: Go
- Size: 3.34 MB
- Stars: 177
- Watchers: 5
- Forks: 52
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - tismayil/ohmybackup - Scan Victim Backup Directories & Backup Files (Go)
README
# ohmybackup
ohmybackup - Scan Victim's Backup Directories & Backup Files[![asciicast](https://asciinema.org/a/KqJidcE8HewnNwGjop8AanycO.svg)](https://asciinema.org/a/KqJidcE8HewnNwGjop8AanycO)
### ohmybackup #
Scans backup folders on target sites. Searches archived files in the folders it finds.
With the 2-file scanning system, it adds extensions and filenames in different ways, making it more likely to be found.1 - files/extensions.txt - This adds new extensions to the file, for example: by adding in the form of .example allows you to retry all the possibilities tried in the new extensions.
2 - files/files.txt - It can scan these folders according to the extensions you added, by giving them new file names.
3 - files/folders.txt - Recursively scans the specified folders. You can add to this list yourself.
## Installation
`go run ohmybackup.go --hostname victim.host`
or
`go build ohmybackup.go`
## Run
`./ohmybackup --hostname victim.host `