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.
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.
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.