diff --git a/shellsploit/install b/shellsploit/install index 007d288..56a4e7a 100755 --- a/shellsploit/install +++ b/shellsploit/install @@ -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 ..