-
Notifications
You must be signed in to change notification settings - Fork 21
/
git_elle.sh
executable file
·68 lines (68 loc) · 1.07 KB
/
git_elle.sh
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#!/bin/bash
path='/root/tool/'
cd $path'AndroBugs_Framework'
git pull
cd $path'apd_launchpad'
git pull
cd $path'ARP-Poisoning-Tool'
git pull
cd $path'Bad-Pdf'
git pull
cd $path'CrackMapExec'
git pull
cd $path'datasploit'
git pull
cd $path'DeathStar'
git pull
cd $path'dnsteal'
git pull
cd $path'droopescan'
git pull
cd $path'eapeak'
git pull
cd $path'eaphammer'
git pull
cd $path'Empire'
git pull
cd $path'EyeWitness'
git pull
cd $path'gobuster'
git pull
cd $path'icebreaker'
git pull
cd $path'impacket'
git pull
cd $path'labs'
git pull
cd $path'metasploit-loader'
git pull
cd $path'Mobile-Security-Framework-MobSF'
git pull
cd $path'MyDailyScripts'
git pull
cd $path'ntlmv1-multi'
git pull
cd $path'python-pty-shells'
git pull
cd $path'Responder'
git pull
cd $path'snarf'
git pull
cd $path'subbrute'
git pull
cd $path'tcpprox'
git pull
cd $path'tomcatWarDeployer'
git pull
cd $path'vlan-hopping---frogger'
git pull
cd $path'web-shells'
git pull
cd $path'Windows-Exploit-Suggester'
git pull
cd $path'windows-privesc-check'
git pull
cd $path'winshock-test'
git pull
cd $path'xerosploit'
git pull