Class: Ronin::CLI::Commands::New Private
- Inherits:
-
Ronin::CLI::Command
- Object
- Core::CLI::Command
- Ronin::CLI::Command
- Ronin::CLI::Commands::New
- Defined in:
- lib/ronin/cli/commands/new.rb,
lib/ronin/cli/commands/new/script.rb,
lib/ronin/cli/commands/new/exploit.rb,
lib/ronin/cli/commands/new/payload.rb,
lib/ronin/cli/commands/new/project.rb,
lib/ronin/cli/commands/new/web_app.rb,
lib/ronin/cli/commands/new/nokogiri.rb,
lib/ronin/cli/commands/new/dns_proxy.rb,
lib/ronin/cli/commands/new/web_server.rb,
lib/ronin/cli/commands/new/web_spider.rb,
lib/ronin/cli/commands/new/dns_listener.rb,
lib/ronin/cli/commands/new/http_listener.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Creates new Ruby projects or scripts.
Usage
ronin new {project [options] DIR | script FILLE}
Options
-h, --help Print help information
Arguments
[COMMAND] The command name to run
[ARGS ...] Additional arguments for the command
Commands
help
project
script
Defined Under Namespace
Classes: DnsListener, DnsProxy, Exploit, HttpListener, Payload, Project, Script, WebApp, WebServer, WebSpider
Constant Summary collapse
- Nokogiri =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
An alias for
ronin-web new nokogiri
. Ronin::Web::CLI::Commands::New::Nokogiri