lib/ronin/vulns/cli.rb in ronin-vulns-0.1.5 vs lib/ronin/vulns/cli.rb in ronin-vulns-0.2.0.rc1

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true # # ronin-vulns - A Ruby library for blind vulnerability testing. # -# Copyright (c) 2022-2023 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2022-2024 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-vulns is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published # by the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. @@ -41,10 +41,11 @@ include CommandKit::Options::Version command_name 'ronin-vulns' version Ronin::Vulns::VERSION - command_aliases['xss'] = 'reflected-xss' + command_aliases['xss'] = 'reflected-xss' + command_aliases['cmdi'] = 'command-injection' end end end