Description: Rapid Scripts is a project that offers automated scripts for quickly setting up live USB systems (Linux) tailored to various projects, including:
- Malware analysis 🛡️
- Penetration testing 🔍
- Programming 💻
- SDK development 🧰
- CTF challenges 🏴☠️
- Forensic analysis 🕵️♂️
- Memory analysis 🧠
These scripts streamline the setup process, eliminating the need for manual intervention and significantly reducing setup time. Whether configuring network settings, installing essential software packages, or deploying forensic analysis tools, Rapid Scripts empowers users to effortlessly establish tailored environments suited to their project requirements.
- Open Terminal: Use a shortcut like
Ctrl + Alt + T. - Run Git Clone:
git clone https://github.com/0xmra/Rapid-Scripts.git
- Navigate into the Repo:
cd rapid_scripts - Execute Commands: Directly in the terminal.
- Run Scripts: OR Navigate to the script location and use the following command:
Replace
./script_name.sh
script_name.shwith the actual name of your script file.