Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1023 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 1023 Bytes

InfraSecInstaller

Automate the installation of essential infrastructure tools on Ubuntu 20.04. Simplify the setup process for security professionals. providing a streamlined deployment of a curated toolkit.

image

Usage

Prerequisites

  • Ubuntu 20.04
  • Root user privileges

Steps

  1. Clone the repository:

     root@root:~# git clone https://github.com/mrrobot1o1/InfraSecInstaller
  2. Navigate to the tool directory:

    root@root:~# cd InfraSecInstaller
  3. Excutable permission

    root@root:~# chmod +x install.sh
  4. Run the installer script:

    root@root:~# ./install.sh
  5. Follow the on-screen prompts to choose the tools to install or exclude.

Note

  • This script is designed to be run with root user privileges on Ubuntu 20.04. Ensure that you have the necessary permissions before executing the script.