Ohmybackup is to scan victim backup directories & backup files. It 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.
Also Read – How to Hack a Mobile Phone With Just The Number
Installation
go run ohmybackup.go –hostname victim.host
or
go build ohmybackup.go
Run
./ohmybackup –hostname victim.host
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…