Allow tab-completing SESSION on exploits as well

unstable
James Lee 2012-05-17 16:11:02 -06:00
parent 5717f52246
commit 8707df3abb
1 changed files with 1 additions and 1 deletions

View File

@ -2337,7 +2337,7 @@ class Core
end
# Well-known option names specific to post-exploitation
if (mod.post?)
if (mod.post? or mod.exploit?)
return option_values_sessions() if opt.upcase == 'SESSION'
end