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
Playwright-MCP (Model Context Protocol) is a cutting-edge tool designed to bridge the gap between AI…
JBDev is a specialized development tool designed to streamline the creation and debugging of jailbreak…
The Kereva LLM Code Scanner is an innovative static analysis tool tailored for Python applications…
Nuclei-Templates-Labs is a dynamic and comprehensive repository designed for security researchers, learners, and organizations to…
SSH-Stealer and RunAs-Stealer are malicious tools designed to stealthily harvest SSH credentials, enabling attackers to…
Control flow flattening is a common obfuscation technique used by OLLVM (Obfuscator-LLVM) to transform executable…