organon
This program focuses on automating the download, installation and compilation of pentest tools from source
How to download and setup organon
Open terminal and run command
git clone https://github.com/fnk0c/organon.git
git clone is used to create a copy or clone of organon repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with organon https://github.com/fnk0c/organon/archive/master.zip
Or simply clone organon with SSH
[email protected]:fnk0c/organon.git