Skip to content

Commit

Permalink
prevent duplicate searches by only using path-based bucket (not subdo…
Browse files Browse the repository at this point in the history
…main)
  • Loading branch information
clarketm committed Feb 9, 2019
1 parent 589af82 commit d36b83a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion s3recon/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.1.0"
4 changes: 2 additions & 2 deletions s3recon/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
format_list = [
"https://s3{region}.amazonaws.com/{word}{sep}{env}",
"https://s3{region}.amazonaws.com/{env}{sep}{word}",
"https://{word}{sep}{env}.s3{region}.amazonaws.com",
"https://{env}{sep}{word}.s3{region}.amazonaws.com",
# "https://{word}{sep}{env}.s3{region}.amazonaws.com",
# "https://{env}{sep}{word}.s3{region}.amazonaws.com",
]

useragent_list = [
Expand Down

0 comments on commit d36b83a

Please sign in to comment.