ctf-tools/shellsploit/install
2016-02-11 10:22:43 -08:00

12 lines
234 B
Bash
Executable file

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