How to install rsmudge/armitage. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
rsmudge/armitage Installation Guide
How to install rsmudge/armitage. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for rsmudge/armitage. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i rsmudge/armitageor
Install via npx
npx @hexmos/ipm i rsmudge/armitagePrerequisites
git
version controlpython3
programming languageVersion: >=3.6
pip3
package managerbuild-essential
packageVersion: >=12.4
libssl-dev
packagelibffi-dev
packageManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install from Source
git clone https://github.com/rsmudge/armitage.git
cd armitage
sudo apt-get update -y
sudo apt-get install -y python3 python3-pip python3-dev build-essential libssl-dev libffi-dev
sudo pip3 install -r requirements.txt
sudo python3 setup.py installInstall Armitage using Pacman (Arch Linux/CachyOS)
sudo pacman -Syu armitage --noconfirm