lib/ronin/exploits/cli/commands/run.rb in ronin-exploits-1.0.4 vs lib/ronin/exploits/cli/commands/run.rb in ronin-exploits-1.0.5
- old
+ new
@@ -68,11 +68,11 @@
# --target-os Selects the target with the matching OS
# --target-os-version VERSION Selects the target with the matching OS version
# -S, --target-software NAME Selects the target with the matching software name
# -V, --target-version VERSION Selects the target with the matching software version
# -L, --save-loot DIR Saves any found loot to the DIR
- # -D, --debug Enables debugging messages
+ # -d, --debug Enables debugging messages
# --irb Open an interactive Ruby shell inside the exploit
# -h, --help Print help information
#
# ## Arguments
#
@@ -209,10 +209,10 @@
type: String,
usage: 'DIR'
},
desc: 'Saves any found loot to the DIR'
- option :debug, short: '-D',
+ option :debug, short: '-d',
desc: 'Enables debugging messages' do
Support::CLI::Printing.debug = true
end
option :irb, desc: 'Open an interactive Ruby shell inside the exploit'