Skip to content

Commit

Permalink
Update sub53
Browse files Browse the repository at this point in the history
  • Loading branch information
vrikodar authored Apr 17, 2021
1 parent bfe7ee5 commit 7f5769f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions sub53
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

#Author: SxNade :: https://github.com/SxNade :: SxNade@protonmail.com

BGreen='\033[1;32m'
BRed='\033[1;31m'
NC='\033[0m'

echo " ----------------------"
echo " sub53 v1.0 "
echo " sub53 ${BRed}v1.1a${NC} "
echo " ----------------------"

echo -e " SxNade\n"

BGreen='\033[1;32m'
BRed='\033[1;31m'
NC='\033[0m'

find_subs() {
curl https://crt.sh/?q=${1} | grep -o .*.${1} | awk -F "<TD>" '{print $2}' | awk -F "<BR>" '{print $1}' | sort -u > ${1}.txt
Expand Down

0 comments on commit 7f5769f

Please sign in to comment.