ctf-tools/shellsploit/install
2016-02-25 19:32:01 -08:00

11 lines
204 B
Bash
Executable file

#!/bin/bash -e
git clone https://github.com/b3mb4m/shellsploit-framework.git
cd shellsploit-framework
python easyinstall.py install
cd ..
mkdir -p bin
cd bin
ln -sf $VIRTUAL_ENV/bin/shellsploit .
cd ..