mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 16:34:13 +00:00
12 lines
234 B
Bash
Executable file
12 lines
234 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
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 .
|
|
cd ..
|