Tofailhossen
New Member
#!/bin/bash
#
GREEN="\033[0.32m"
RESET="\033[0m"
echo -e "${GREEN}[+]
...${RESET}"
read -p
.com: " TARGET
#
mkdir -p "$TARGET"
cd "$TARGET" || exit
echo -e
subfinder -d "$TARGET" -silent -o raw_subs.txt
echo -e "${GREEN}[+]
#
cat raw_subs.txt | httpx -silent -status-code -title -o live_subs.txt
echo -e "${GREEN}[+]
grep -E "404|Not Found|NoSuchBucket|There is no app here" live_subs.txt > potential_takeovers.txt
echo -e "${GREEN}[+] স্ক্যান সম্পন্ন হয়েছে! রেজাল্ট ফোল্ডার চেক করুন।${RESET}"
echo "লাইভ ডোমেন লিস্ট: $TARGET/live_subs.txt"
echo "সম্ভাব্য টেকওভার লিস্ট: $TARGET/potential_takeovers.txt"
#
GREEN="\033[0.32m"
RESET="\033[0m"
echo -e "${GREEN}[+]
...${RESET}"
read -p
.com: " TARGET
#
mkdir -p "$TARGET"
cd "$TARGET" || exit
echo -e
subfinder -d "$TARGET" -silent -o raw_subs.txt
echo -e "${GREEN}[+]
#
cat raw_subs.txt | httpx -silent -status-code -title -o live_subs.txt
echo -e "${GREEN}[+]
grep -E "404|Not Found|NoSuchBucket|There is no app here" live_subs.txt > potential_takeovers.txt
echo -e "${GREEN}[+] স্ক্যান সম্পন্ন হয়েছে! রেজাল্ট ফোল্ডার চেক করুন।${RESET}"
echo "লাইভ ডোমেন লিস্ট: $TARGET/live_subs.txt"
echo "সম্ভাব্য টেকওভার লিস্ট: $TARGET/potential_takeovers.txt"

