Reload.sh : Reinstall, Restore & Wipe Your System Via SSH, Without Rebooting

Reload.sh is a tool to reinstall, restore and wipe your system from the level and in the place of the running GNU/Linux distribution (without cd-rom, flash and other). Via SSH, without rebooting.

Also Read : Cuteit – IP Obfuscator Made to Make a Malicious IP a Bit Cuter

How it works?

Set your archive with system backup to restore:

_build=”/mnt/system-backup.tgz”

Set path to temporary system (optional):

_base=”/mnt/minimal-base”

If you do not specify this parameter, the temporary system will be downloaded automatically.

Set path to main system disk:

_disk=”/dev/vda”

Run reload.sh:

./bin/reload.sh –base “$_base” –build “$_build” –disk “$_disk”

Credit : trimstray

R K

Recent Posts

ROADTools: The Modern Azure AD Exploration Framework

ROADTools is a powerful framework designed for exploring and interacting with Microsoft Azure Active Directory…

1 hour ago

How to Enumerate Microsoft 365 Groups Using PowerShell and Python

Microsoft 365 Groups (also known as M365 Groups or Unified Groups) are at the heart…

2 hours ago

SeamlessPass: Using Kerberos Tickets to Access Microsoft 365

SeamlessPass is a specialized tool designed to leverage on-premises Active Directory Kerberos tickets to obtain…

23 hours ago

PPLBlade: Advanced Memory Dumping and Obfuscation Tool

PPLBlade is a powerful Protected Process Dumper designed to capture memory from target processes, hide…

1 day ago

HikPwn : Simple Scanner For Hikvision Devices With Basic Vulnerability Scanning

HikPwn: Comprehensive Guide to Scanning Hikvision Devices for Vulnerabilities If you’re searching for an efficient…

2 days ago

Comments in Bash Scripts

What Are Bash Comments? Comments in Bash scripts, are notes in your code that the…

1 week ago