You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI, Looking into the code the problem seems at line no 185 parser.add_argument("-m", dest="maxsize", type=int, required=False, default=1024, help="Maximum file size to download.")
The -t argument specifies the number of threads to use for enumeration and downloading. The default value is 1. If you have a large bucket, you may need to increase the number of threads.
Good evening, so the tool worked fine but I have a question.
I'm doing some tests with my bucket but for some reason the tool only dumps the first 1k of files.
How I can set to dump everything from a single bucket?
I have tried increasing the thread and the max file size but do not worked, they stop at the same point as default setting.
I also tried to dump without the wordlist because with the wordlist I cant find any file.
So what is my best way to work on this?
It is there any option available to dump the entire bucket?
The text was updated successfully, but these errors were encountered: