ctf-tools/shellsploit/install

13 lines
234 B
Text
Raw Normal View History

2016-02-11 18:22:43 +00:00
#!/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 ..