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
2 changes: 1 addition & 1 deletion isup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ echo -e "$ORANGE + ------------------------------=[Gathering Subdomains]=-------
echo -e ""
for foo in $(cat $TARGET) #demolist: https://hastebin.com/ahelalunan.css #expired
do
ping -c1 -W1 $foo > /dev/null 2>&1
ping -c1 -W1 -s1 $foo > /dev/null 2>&1
if [[ $? -eq 0 ]];
then
echo -e "$ORANGE [+]--- VALID ---[+] $foo $RESET"
Expand Down