(ENG) Installiation - AUCyberClub/axion GitHub Wiki
:white_check_mark: Installiation With Script
-
Open the terminal and type the following command :arrow_heading_down:
bash <(curl https://raw.githubusercontent.com/AUCyberClub/axion/master/Installiation.sh)
:wrench: Manually Install
-
Download Git, Binwalk, Exiftool, Volatility and Pip
sudo apt-get install git binwalk exiftool volatility python-pip python-pexpect wget -
Clone the axion
git clone https://github.com/AUCyberClub/axion.git -
Go inside the axion directory
cd axion -
Install the required python libraries
sudo pip install -r requirements.txt -
Download John Jumbo
wget http://download.openwall.net/pub/projects/john/contrib/linux/john-1.7.9-jumbo-5-Linux-x86-64.tar.gz -
Extract tar file
tar -xvf john-1.7.9-jumbo-5-Linux-x86-64.tar.gz -
Move and rename binary directory
mv john-1.7.9-jumbo-5-Linux-x86-64/run ./john_files -
Give permissions and delete old files
chmod +x john_files/* rm -rf john-1.7.9-jumbo*