From 0637d747e32947ac1ee1944e765487785c7fa200 Mon Sep 17 00:00:00 2001 From: kleoz <29057778+kleozzy@users.noreply.github.com> Date: Sun, 11 Aug 2024 21:22:54 +0300 Subject: [PATCH] changed web to webs_all to account for other webs hosted on non stndard ports --- reconftw.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reconftw.sh b/reconftw.sh index 109f179e..41d6a2aa 100755 --- a/reconftw.sh +++ b/reconftw.sh @@ -1378,7 +1378,7 @@ function s3buckets() { # Include root domain in the process echo "$domain" > webs/full_webs.txt - cat webs/webs.txt >> webs/full_webs.txt + cat webs/webs_all.txt >> webs/full_webs.txt # Initialize the output file in the subdomains folder > subdomains/cloudhunter_open_buckets.txt # Create or clear the output file