Beren

Results 2 comments of Beren

First, turn off compression: `git config --global core.compression 0 ` Then, do a partial clone to truncate the amount of info coming down: `git clone --depth 1 https://github.com/danielmiessler/SecLists ` Then,...

> @kenseilabs can you elaborate the issue ? I think they are talking about using the `-o` option for exporting to a file that is not the default export, at...