Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions scanner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ if [ ! -z $(which zdns) ]; then
else
message "Skipping%20scanning%20of%20ZDNS%20in%20$1"
echo "[!] Skipping ..."
fi
sleep 5

echo "[+] SHODAN HOST SCANNING [+]"
Expand Down Expand Up @@ -370,6 +371,7 @@ if [ ! -z $(which gau) ]; then
else
message "[-]%20Skipping%20GAU%20for%20fingerprinting%20$1"
echo "[!] Skipping ..."
fi
sleep 5

echo "[+] Scanning for Virtual Hosts Resolution [+]"
Expand Down Expand Up @@ -405,6 +407,7 @@ if [ ! -z $(which ffuf) ]; then
else
message "[-]%20Skipping%20ffuf%20for%20401%20scanning"
echo "[!] Skipping ..."
fi
sleep 5

echo "[+] Dir and Files Scanning for Sensitive Files [+]"
Expand All @@ -415,6 +418,7 @@ if [ ! -z $(which ffuf) ]; then
else
message "[-]%20Skipping%20ffuf%20for%20dir%20and%20files%20scanning"
echo "[!] Skipping ..."
fi
sleep 5

[ ! -f ~/$1.out ] && mv ~/$1.out ~/recon/$1/
Expand Down