Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Number of files to dump. #24

Open
Labs22 opened this issue Jul 23, 2022 · 1 comment
Open

Number of files to dump. #24

Labs22 opened this issue Jul 23, 2022 · 1 comment

Comments

@Labs22
Copy link

Labs22 commented Jul 23, 2022

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?

@ranjansmygit
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants