diff --git a/README.md b/README.md index aa60899f..63d535e5 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ payloads. ronin-payloads allows one to write payloads as plain old Ruby classes. ronin-payloads can be distributed as Ruby files or in git repositories that can be installed with [ronin-repos]. +**tl;dr** It's like `msfvenom` but simpler and more modular. + ronin-exploits is part of the [ronin-rb] project, a [Ruby] toolkit for security research and development. diff --git a/gemspec.yml b/gemspec.yml index db88b170..fbaf20e8 100644 --- a/gemspec.yml +++ b/gemspec.yml @@ -6,6 +6,8 @@ description: classes. ronin-payloads can be distributed as Ruby files or in git repositories that can be installed with ronin-repos. + It's like `msfvenom` but simpler and more modular. + license: LGPL-3.0 authors: Postmodern email: postmodern.mod3@gmail.com