Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.16 KB

File metadata and controls

32 lines (21 loc) · 1.16 KB

MaaSec Tools Repository

Welcome to the MaaSec Tools Repository! 🚀

About This 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.

What's Inside?

  • tools-maasec.sh: Automated tool installation script

Getting Started

Follow the instructions below to get started with the tools provided in this repository:

Prerequisites

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.
  1. Clone the repo: git clone https://github.com/MaaSecLab/Tools.git
  2. Give execution rights to the script: chmod +x tools-maasec.sh
  3. Execute the script: ./tools-maasec.sh

License

This repository is licensed under the MIT License. Feel free to use, modify, and distribute the code as per the terms of the license.