Update
This commit is contained in:
@@ -6,11 +6,4 @@ if [ $# -lt 1 ]; then
|
||||
fi
|
||||
|
||||
HOST=$1
|
||||
EXTENSIONS=""
|
||||
|
||||
if [ $# -gt 1 ]; then
|
||||
EXTENSIONS="-x ${2}"
|
||||
fi
|
||||
|
||||
gobuster dir --url="${HOST}" --wordlist="/usr/share/wordlists/SecLists/Discovery/Web-Content/raft-large-words-lowercase.txt" \
|
||||
-k "${EXTENSIONS}" -b "403,404"
|
||||
gobuster dir --url="${HOST}" --wordlist="/usr/share/wordlists/SecLists/Discovery/Web-Content/raft-large-words-lowercase.txt" -b "403,404" "${@:2}"
|
||||
|
||||
Reference in New Issue
Block a user