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

Add a `ronin unarchive` command

postmodern opened this issue · comments

Add a ronin unarchive command that inherits from FileProcessorCommand and uses Ronin::Support::Archive to extract file(s) from .tar or .zip archives.

Implemented by PR #189.