ronin-rb / ronin

Ronin is a Free and Open Source Ruby Toolkit for Security Research and Development. Ronin also allows for the rapid development and distribution of code, exploits, payloads, etc, via 3rd-party git repositories.
https://ronin-rb.dev
GNU General Public License v3.0
693 stars 50 forks source link

Upgrade to `command_kit` ~> 0.6 and use the `CommandKit::Open` module #206

Open postmodern opened 4 months ago

postmodern commented 4 months ago

Upgrade to command_kit ~> 0.6 for the new CommandKit::Open module which automatically handles Errno::ENOENT exceptions. This will reduce the need to check if a file exists and printing a "No such file or directory" error if it does not.