Skip to content

Commit dfb2b13

Browse files
authored
Merge pull request #954 from six2dez/dev
fix cdncheck
2 parents 6cff28d + 82333f9 commit dfb2b13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reconftw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3029,7 +3029,7 @@ function portscan() {
30293029
# Check for CDN providers
30303030
if [[ ! -s "hosts/cdn_providers.txt" ]]; then
30313031
if [[ -s "hosts/ips.txt" ]]; then
3032-
cdncheck -silent -resp -cdn -waf -nc <hosts/ips.txt 2>/dev/null >hosts/cdn_providers.txt
3032+
cat hosts/ips.txt | cdncheck -silent -resp -cdn -waf -nc 2>/dev/null | anew -q hosts/cdn_providers.txt
30333033
fi
30343034
fi
30353035

0 commit comments

Comments
 (0)