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.

Home Page:https://ronin-rb.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

postmodern opened this issue · comments

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.