-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate_install.sh
More file actions
executable file
·46 lines (35 loc) · 2.73 KB
/
update_install.sh
File metadata and controls
executable file
·46 lines (35 loc) · 2.73 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#!/bin/bash
apt update
apt full-upgrade -y
apt-get autoremove -y
apt install debian-goodies -y
apt install nuclei -y
cp update.sh /opt/
cd /opt/
go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest
npm install @stellata/webanalyzer
for f in $(cat /opt/UpdateScript/init_update.list); do
git clone "$f";
done
cd /opt/discover
./update.sh
cat << "EOF"
..
.:Kx
;k. :0O;
.O0l. .dk;
':x; '0Ko. 'dk;
.,ddOo'. .lK0k: cx,
. .ld;:0d. .'c:. .lO:0:O. ,'
.kl':. .l0. .lOc;dl ,kk'.;x0; ..
.lOOlc:. .0k. lOlx:'lo,:cOd;dd,. .c,
.ldOk. .o0..:O0;'xOxl. .:do,
'dc;oc. ':;;' ,0x. .dO: ,dc:;.
'oxd,. ;;. ',:x' 'xo;o0:.,0k. .ok:
'0x;. 'l'. .'kd;l'c0c,lkl,cdk:.' ,. 'lko.
.l0c. ...,:l0l.x00c' cOdoxxdc;,lOx:. cxkkkxl;.
'Ox. .:oxd,.'do.x0k,. ;oo,.... .. .....
.0O. 'lkk; ,xx;::xo:.
.OOc..;xl. .,,.
.clOc:.
EOF