stevemcilwain / quiver

Quiver is the tool to manage all of your tools for bug bounty hunting and penetration testing.
MIT License
206 stars 38 forks source link

Provide some warning of how much space install-kali will require #1

Closed nk9 closed 4 years ago

nk9 commented 4 years ago

I just ran install-kali.sh on a VM with a bit of space left (I'm not sure exactly how much, unfortunately). It ate up everything and then all the commands started failing with "No space left on device."

The command does warn you something like "this command does a LOT", but it doesn't say how much space is needed for everything. Which seems to be many hundreds of megabytes, if not more. It would be very helpful if this were made explicit. Even better, the script should ballpark the amount of space required and then give you a warning before running if you're going to have less than some amount of space left on your VM when it's through.

stevemcilwain commented 4 years ago

Yeah, that script is really my personal setup and includes a LOT of extra tools and repos. I have some ideas on how to include setup of Quiver dependencies in much more modular fashion.

stevemcilwain commented 4 years ago

I removed the install-kali.sh script, it contained way more than what's needed for Quiver. Instead, just follow the instructions to git clone the repo and edit/source .zshrc. Once loaded you can use

qq-install

This will install only the needed packages and repos.

nk9 commented 4 years ago

That's excellent, thank you!