Welcome to the MaaSec Tools Repository! 🚀
This repository serves as a central hub for tools and scripts that are essential for our members and contributors. It currently includes a shell script, tools-maasec.sh
, which automates the installation of all required packages and tools for CTFs, cybersecurity learning, and general hacking-related tasks.
tools-maasec.sh
: Automated tool installation script
Follow the instructions below to get started with the tools provided in this repository:
Make sure your system meets the following requirements:
- A Debian-based Linux distribution (e.g., Ubuntu, Kali Linux, Parrot OS).
sudo
privileges for installing software packages.- An active internet connection.
- Clone the repo:
git clone https://github.com/MaaSecLab/Tools.git
- Give execution rights to the script:
chmod +x tools-maasec.sh
- Execute the script:
./tools-maasec.sh
This repository is licensed under the MIT License. Feel free to use, modify, and distribute the code as per the terms of the license.