Skip to content

Commit

Permalink
select all messed up
Browse files Browse the repository at this point in the history
  • Loading branch information
vrikodar authored Apr 24, 2021
1 parent 9414a2e commit c13fd9b
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions sub53
Original file line number Diff line number Diff line change
Expand Up @@ -86,40 +86,6 @@ function filter() {



for sub in $(ls *.txt)
do
echo -e "[*] Filtering ${BRed}${sub}${NC} now...."
filter ${sub}&
done
wait

echo -e "${BGreen}[+]${NC} Filtering ${BGreen}successfully${NC} completed...."
echo -e "\n${BGreen}[+]${NC} Filtered results have Been written to ${BRed}filtered${NC}.${BGreen}domain${NC}.txt files\n"

sleep 1

if [ -d Discovered ]
then
echo -e "${BGreen}[+]${NC} moving all Discovered data to ${BRed}Discovered${NC} directory.."
for file in $(ls *.txt)
do
mv ${file} Discovered/
done
echo -e "${BGreen}[+]${NC} Execution completed...\n"
else
echo -e "${BGreen}[+]${NC} making a Directory named ${BRed}Discovered${NC}..\n"
mkdir Discovered
echo -e "${BGreen}[+]${NC} moving all Discovered data to ${BRed}Discovered${NC} directory.."
for file in $(ls *.txt)
do
mv ${file} Discovered/
done
echo -e "${BGreen}[+]${NC} Execution completed...\n"
fi




for sub in $(ls *.txt)
do
echo -e "[*] Filtering ${BRed}${sub}${NC} now...."
Expand Down

0 comments on commit c13fd9b

Please sign in to comment.