SolomonSklash / chomp-scan

A scripted pipeline of tools to streamline the bug bounty/penetration test reconnaissance phase, so you can focus on chomping bugs.
https://www.solomonsklash.io/chomp-scan-update.html
GNU General Public License v3.0
393 stars 76 forks source link

Suggestion #47

Closed Sy3Omda closed 5 years ago

Sy3Omda commented 5 years ago

I think we need to add option in config file to give user choice to shutdown computer after the script finished because in some cases this script could take 2 or more days of running.

SolomonSklash commented 5 years ago

I'm a little torn on this one. The script can definitely take a while, but in my experience, I've never used a feature like that in a tool, and wouldn't really trust most tools to shut down my computer. One option would be to just run Chomp Scan and then add something like && shutdown now. To me that seems like a better option than adding it to the config file. Any thoughts?