From eb0d95ca1ee807ea8bcdf8b1bdfbe7336fd7816d Mon Sep 17 00:00:00 2001 From: Yan Date: Thu, 25 Feb 2016 19:32:01 -0800 Subject: [PATCH] fix shellsploit --- shellsploit/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ..