#!/bin/bash

sudo apt install -y --ignore-missing wget curl pip python3-pip git snap snap docker.io
sudo apt install -y --ignore-missing nmap ncrack sqlmap wig whatweb wapiti websploit pompem aircrack-ng wifite hashcat lynis speedtest-cli
sudo apt install -y --ignore-missing nikto joomscan wordlists webshells wpscan
sudo snap install core
sudo snap install lsd
sudo snap install metasploit-framework

git clone https://github.com/skavngr/rapidscan.git ./rs/; python3 -m pip install ./rs/ --break-system-packages #debian
git clone https://github.com/skavngr/rapidscan.git ./rs/; python3 -m pip install ./rs/ #--break-system-packages #ubuntu

#git clone --depth 1 https://github.com/andresriancho/w3af.git; python3 ./w3af/w3af_gui
