Skip to content

Commit eb0d95c

Browse files
committed
fix shellsploit
1 parent 4fad6a0 commit eb0d95c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

shellsploit/install

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
git clone https://github.com/b3mb4m/shellsploit-framework.git
44
cd shellsploit-framework
55
python easyinstall.py install
6-
chmod 755 shellsploit
76
cd ..
87

98
mkdir -p bin
109
cd bin
11-
ln -sf ../shellsploit-framework/shellsploit .
10+
ln -sf $VIRTUAL_ENV/bin/shellsploit .
1211
cd ..

0 commit comments

Comments
 (0)