mirror of
https://github.com/zardus/ctf-tools
synced 2025-01-05 17:28:49 +00:00
commit
71040cc626
1 changed files with 1 additions and 2 deletions
|
@ -3,10 +3,9 @@
|
||||||
git clone https://github.com/b3mb4m/shellsploit-framework.git
|
git clone https://github.com/b3mb4m/shellsploit-framework.git
|
||||||
cd shellsploit-framework
|
cd shellsploit-framework
|
||||||
python easyinstall.py install
|
python easyinstall.py install
|
||||||
chmod 755 shellsploit
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
cd bin
|
cd bin
|
||||||
ln -sf ../shellsploit-framework/shellsploit .
|
ln -sf $VIRTUAL_ENV/bin/shellsploit .
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Reference in a new issue