add 'show actions' for post mods, oversight from r12008. see #3965

git-svn-id: file:///home/svn/framework3/trunk@12058 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2011-03-21 17:07:11 +00:00
parent 3527aa2472
commit e72a4e36bd
1 changed files with 1 additions and 1 deletions

View File

@ -1739,7 +1739,7 @@ class Core
print_error("No exploit module selected.")
end
when "actions"
if (mod and mod.auxiliary?)
if (mod and (mod.auxiliary? or mod.post?))
show_actions(mod)
else
print_error("No auxiliary module selected.")