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.
- Ubuntu 20.04
- Root user privileges
-
Clone the repository:
root@root:~# git clone https://github.com/mrrobot1o1/InfraSecInstaller
-
Navigate to the tool directory:
root@root:~# cd InfraSecInstaller
-
Excutable permission
root@root:~# chmod +x install.sh
-
Run the installer script:
root@root:~# ./install.sh
-
Follow the on-screen prompts to choose the tools to install or exclude.
- 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.