-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathsetoolkitinstall.sh
More file actions
17 lines (17 loc) · 837 Bytes
/
setoolkitinstall.sh
File metadata and controls
17 lines (17 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
echo "=============================================="
echo "Created By AnonHacker"
echo "Channel: https://www.youtube.com/channel/UCTVCBtLcOoZL9BufilZZFiA"
echo "=============================================="
apt-get update -y
apt-get --force-yes -y install python-pymssql build-essential python-pexpect python-pefile python-crypto python-openssl
apt-get --force-yes -y install git apache2 python-requests
git clone https://github.com/trustedsec/social-engineer-toolkit/ set/
cd set
python setup.py install
echo "===================================================="
echo "[+] Setoolkit installed successfully :)"
echo "[+] Type 'setoolkit' to run :)"
echo "[+] Created By AnonHacker"
echo "[SUB] Channel: https://www.youtube.com/channel/UCTVCBtLcOoZL9BufilZZFiA"
echo "===================================================="