Merge pull request #56 from zardus/wip/shellsploit-fix

fix shellsploit
This commit is contained in:
Yan 2016-02-25 19:49:57 -08:00
commit 71040cc626

View file

@ -3,10 +3,9 @@
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 .
ln -sf $VIRTUAL_ENV/bin/shellsploit .
cd ..