Skip to content

Commit 238a30a

Browse files
committed
Update print_error to include post modules
1 parent 1d766ba commit 238a30a

File tree

1 file changed

+1
-1
lines changed
  • lib/msf/ui/console/command_dispatcher

1 file changed

+1
-1
lines changed

lib/msf/ui/console/command_dispatcher/core.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2152,7 +2152,7 @@ def cmd_show(*args)
21522152
if (mod and (mod.auxiliary? or mod.post?))
21532153
show_actions(mod)
21542154
else
2155-
print_error("No auxiliary module selected.")
2155+
print_error("No auxiliary or post module selected.")
21562156
end
21572157

21582158
else

0 commit comments

Comments
 (0)