-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexploiter.sh
64 lines (63 loc) · 2.24 KB
/
exploiter.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
#!/bin/sh
echo "# __ __ __
# / | / | / |
# ______ __ __ ______ $$ | ______ $$/ _$$ |_ ______ ______
# / \ / \ / | / \ $$ | / \ / |/ $$ | / \ / \
# /$$$$$$ |$$ \/$$/ /$$$$$$ |$$ |/$$$$$$ |$$ |$$$$$$/ /$$$$$$ |/$$$$$$ |
# $$ $$ | $$ $$< $$ | $$ |$$ |$$ | $$ |$$ | $$ | __ $$ $$ |$$ | $$/
# $$$$$$$$/ /$$$$ \ $$ |__$$ |$$ |$$ \__$$ |$$ | $$ |/ |$$$$$$$$/ $$ |
# $$ |/$$/ $$ |$$ $$/ $$ |$$ $$/ $$ | $$ $$/ $$ |$$ |
# $$$$$$$/ $$/ $$/ $$$$$$$/ $$/ $$$$$$/ $$/ $$$$/ $$$$$$$/ $$/
# $$ |
# $$ |
# $$/
# "
echo -e "mass git exploit cloner"
mkdir windows_exploiter
cd windows_exploiter
git clone https://github.com/pentestmonkey/windows-privesc-check.git
git clone https://github.com/bitsadmin/wesng.git
git clone https://github.com/M4ximuss/Powerless.git
cd ..
mkdir linux_exploiter
cd linux_exploiter
git clone https://github.com/jondonas/linux-exploit-suggester-2.git
pwd
git clone https://github.com/pentestmonkey/unix-privesc-check.git
pwd
git clone https://github.com/sleventyeleven/linuxprivchecker.git
pwd
git clone https://github.com/Arr0way/linux-local-enumeration-script.git
cd ..
git clone https://github.com/21y4d/nmapAutomator.git
mkdir fuzzer
cd fuzzer
pwd
git clone https://github.com/wireghoul/dotdotpwn.git
cd ..
mkdir webdav
cd webdav
pwd
git clone https://github.com/cldrn/davtest.git
cd ..
mkdir shellcode
cd shellcode
pwd
git clone https://github.com/TheWover/donut.git
cd ..
mkdir powershell
cd powershell
pwd
git clone https://github.com/EmpireProject/Empire.git
git clone https://github.com/samratashok/nishang.git
cd..
mkdir android
cd andorid
git clone https://github.com/Screetsec/TheFatRat.git
cd ..
mkdir cms
cd cms
git clone https://github.com/Tuhinshubhra/CMSeeK.git
git clone https://github.com/droope/droopescan.git
cd ..
echo -e "\n done !!!!!!!!!!!!!"