mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
killav usage
git-svn-id: file:///home/svn/framework3/trunk@7272 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
adece18fd5
commit
cf25726236
@ -4,6 +4,21 @@
|
||||
# Provided by: Jerome Athias <jerome.athias [at] free.fr>
|
||||
#
|
||||
|
||||
@@exec_opts = Rex::Parser::Arguments.new(
|
||||
"-h" => [ false, "Help menu." ]
|
||||
)
|
||||
def usage
|
||||
print_line("Usage:" + @@exec_opts.usage)
|
||||
raise Rex::Script::Completed
|
||||
end
|
||||
|
||||
@@exec_opts.parse(args) { |opt, idx, val|
|
||||
case opt
|
||||
when "-h"
|
||||
usage
|
||||
end
|
||||
}
|
||||
|
||||
print_status("Killing Antivirus services on the target...")
|
||||
|
||||
avs = %W{
|
||||
|
Loading…
Reference in New Issue
Block a user