add 'show actions' for post mods, oversight from r12008. see #3965
git-svn-id: file:///home/svn/framework3/trunk@12058 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
3527aa2472
commit
e72a4e36bd
|
@ -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.")
|
||||
|
|
Loading…
Reference in New Issue