We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a488b3 commit 40db1c4Copy full SHA for 40db1c4
lib/msf/base/simple/post.rb
@@ -89,7 +89,7 @@ def run_simple(opts = {}, &block)
89
#
90
# Job run proc, sets up the module and kicks it off.
91
92
- # XXX: Mostly Copy/pasted from simple/auxiliarly.rb
+ # XXX: Mostly Copy/pasted from simple/auxiliary.rb
93
94
def self.job_run_proc(ctx)
95
mod = ctx[0]
@@ -141,7 +141,7 @@ def self.job_run_proc(ctx)
141
142
# Clean up the module after the job completes.
143
144
- # Copy/pasted from simple/auxiliarly.rb
+ # Copy/pasted from simple/auxiliary.rb
145
146
def self.job_cleanup_proc(ctx)
147
0 commit comments