Skip to content

Commit

Permalink
Add alias for run_simple to exploit_simple
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-r7 committed Nov 16, 2023
1 parent 41aba0a commit b300f4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/msf/base/simple/exploit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def exploit_simple(opts, &block)
Msf::Simple::Exploit.exploit_simple(self, opts, &block)
end

alias run_simple exploit_simple
#
# Initiates a check, setting up the exploit to be used. The following
# options can be specified:
Expand Down

0 comments on commit b300f4a

Please sign in to comment.