-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.sh
More file actions
25 lines (18 loc) · 766 Bytes
/
setup.sh
File metadata and controls
25 lines (18 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/bash
echo "starting installer..."
echo "giving administrator permission to ikaros"
chmod 755 ikaros
chmod 755 $HOME/Desktop/Ikaros/tools/ssltest.py
chmod 755 $HOME/Desktop/Ikaros/tools/WPSeku/wpseku.py
chmod 755 $HOME/Desktop/Ikaros/tools/Spaghetti/wascan.py
chmod 755 $HOME/Desktop/Ikaros/tools/theHarvester/theHarvester.py
chmod 755 $HOME/Desktop/Ikaros/tools/Spaghett1/spaghetti.py
echo "installing requirements..."
pip install -r $HOME/Desktop/Ikaros/tools/WPSeku/requirements.txt
pip install -r $HOME/Desktop/Ikaros/tools/Spaghett1/doc/requirements.txt
pip install -r $HOME/Desktop/Ikaros/tools/a2sv/requirements.txt
wpscan --update
echo "moving files..."
cp ikaros /bin
echo "installed."
echo "now you can run the script just buy writing ikaros"