s3scanner returns not_exist
for everything on most default conditions
#325
Replies: 2 comments 3 replies
-
I was not able to reproduce the issue
I suspect the IP address you are running the container from is being blocked by AWS, but that's a complete guess. Is this a VPS? Or an IP that also hosts a Tor relay? |
Beta Was this translation helpful? Give feedback.
-
It's a very curious behavior. I ran the command in the EC2 server earlier today and got many successful results. After repeating everything exactly the same, I got nothing, all AWS EC2 Run
Laptop Run
The result from the EC2 machine is receiving a Do you think AWS may be detecting this in some way and be blocking it with the |
Beta Was this translation helpful? Give feedback.
-
Existing Issues
Command
docker run --rm ghcr.io/sa7mon/s3scanner -bucket s3scanner-bucketsize
Observed behavior (what happened?)
I am trying to run this tool, something I remember succeeded in before, but now, no matter what I do, I get the
not_exist
output. Either something is broken or I must be doing something very dumb but even in that case it may be helpful to have a couple command examples in the readme guaranteed to succeed to test the behavior.I am using the docker image to make sure the infrastructure is not the culprit. See the output:
I know the testing buckets work fine because I can open and get the right response (https://s3scanner-bucketsize.s3.amazonaws.com/).
Am I doing something wrong? Or did something change that made the tool break these last days?
Thanks and apologizes for the inconvenience if this is on me.
Expected behaviour
Getting the
exists
output.Debug output
docker run --rm ghcr.io/sa7mon/s3scanner -verbose -bucket s3scanner-bucketsize
level=debug msg="bucket not found" bucket_name=s3scanner-bucketsize method="aws.BucketExists()" region=
level=info msg="not_exist | s3scanner-bucketsize"
OS Info
Docker Image maintained by the project
Config file
No response
Additional info
No response
Beta Was this translation helpful? Give feedback.
All reactions