-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathsupergobuster.old
19 lines (16 loc) · 1.44 KB
/
supergobuster.old
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
set -eu
URL=$1
echo "super go bustering for super brute: $URL"
gobuster -u $URL -l -s 200,204,301,302,307,403 -w /home/e/CTF-notes/SecLists/Discovery/Web-Content/tomcat.txt
gobuster -u $URL -l -s 200,204,301,302,307,403 -w /home/e/CTF-notes/SecLists/Discovery/Web-Content/nginx.txt
gobuster -u $URL -l -s 200,204,301,302,307,403 -w /home/e/CTF-notes/SecLists/Discovery/Web-Content/apache.txt
gobuster -u $URL -l -s 200,204,301,302,307,403 -w /home/e/CTF-notes/SecLists/Discovery/Web-Content/RobotsDisallowed-Top1000.txt
gobuster -u $URL -l -s 200,204,301,302,307,403 -w /home/e/CTF-notes/SecLists/Discovery/Web-Content/ApacheTomcat.fuzz.txt
# gobuster -u $URL -l -s 200,204,301,302,307,403 -w /home/e/CTF-notes/SecLists/Discovery/Web_Content/sharepoint.txt
gobuster -u $URL -l -s 200,204,301,302,307,403 -w /home/e/CTF-notes/SecLists/Discovery/Web-Content/iis.txt
gobuster -u $URL -l -s 200,204,301,302,307,403 -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt
gobuster -u $URL -l -s 200,204,301,302,307,403 -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt -e -x txt
gobuster -u $URL -l -s 200,204,301,302,307,403 -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt -e -x php
gobuster -u $URL -l -s 200,204,301,302,307,403 -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt -e -x doc
gobuster -u $URL -l -s 200,204,301,302,307,403 -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt -e -x docx