File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020echo -e " Running waybackurls on $1 "
2121waybackurls $1 | sort -u | grep .js | sed ' s/?.*//' | grep -v ' /wp-content/\|/wp-includes/\|.json\|jpg\|png\|css|\|/member/\|.jsp\|oauth\|login\|en-us\|v=\|=\|?\|/help/\|/id/\|paragon\|/wp-json/' | sort -u | tee -a $PWD /$1 /$1 -js-urls.txt > /dev/null 2>&1 ;
2222echo -e " Running gau on $1 "
23- # gau $1 | sort -u | grep .js | sed 's/?.*//' | grep -v '/wp-content/\|/wp-includes/\|.json\|jpg\|png\|css|\|/member/\|.jsp\|oauth\|login\|en-us\|v=\|=\|?\|/help/\|/id/\|paragon\|/wp-json/' | sort -u | tee -a $PWD/$1/$1-js-urls.txt >/dev/null 2>&1;
23+ gau $1 | sort -u | grep .js | sed ' s/?.*//' | grep -v ' /wp-content/\|/wp-includes/\|.json\|jpg\|png\|css|\|/member/\|.jsp\|oauth\|login\|en-us\|v=\|=\|?\|/help/\|/id/\|paragon\|/wp-json/' | sort -u | tee -a $PWD /$1 /$1 -js-urls.txt > /dev/null 2>&1 ;
2424
2525cd $PWD /$1 ;
2626echo -e " Found $( cat $1 -js-urls.txt | sort -u | wc -l) js file url " ;
You can’t perform that action at this time.
0 commit comments