Skip to content

Commit

Permalink
changed web to webs_all to account for other webs hosted on non stnda…
Browse files Browse the repository at this point in the history
…rd ports
kleozzy committed Aug 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 20e2608 commit 0637d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reconftw.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0637d74

Please sign in to comment.