Skip to content

Commit 3a41bd9

Browse files
committed
changes 'module' back to 'script', makes more sense
1 parent c6d7c88 commit 3a41bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/base/sessions/scriptable.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def execute_script(script_name, *args)
131131

132132
# No path found? Weak.
133133
if full_path.nil?
134-
print_error("The specified module could not be found: #{script_name}")
134+
print_error("The specified script could not be found: #{script_name}")
135135
return true
136136
end
137137
framework.events.on_session_script_run(self, full_path)

0 commit comments

Comments
 (0)