S3Scanner icon indicating copy to clipboard operation
S3Scanner copied to clipboard

threads bug ?

Open d4op opened this issue 3 years ago • 1 comments

i start with --threads 200 or -t 200 and it says everytime dumping with 4 threads ? bug?

d4op avatar Dec 30 '21 00:12 d4op

Whoops, looks like it always prints that it's using 4 threads.

https://github.com/sa7mon/S3Scanner/blob/fafa30a3bd35b496b3f7db9bfc35b75a8a06bcd1/S3Scanner/S3Service.py#L278

I'll fix this, but yeah it is actually dumping with as many threads as you specify.

sa7mon avatar Dec 31 '21 16:12 sa7mon

Thank you for your bug report. I have just merged the pull request for complete re-write of this tool in Go so this issue is likely no longer applicable.

I would encourage you to try out the new version either by checking out the main branch or downloading the new release once I tag it. If you encounter errors with the new version, please open a new issue.

sa7mon avatar Jul 29 '23 03:07 sa7mon