Allow tab-completing SESSION on exploits as well
parent
5717f52246
commit
8707df3abb
|
@ -2337,7 +2337,7 @@ class Core
|
||||||
end
|
end
|
||||||
|
|
||||||
# Well-known option names specific to post-exploitation
|
# 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'
|
return option_values_sessions() if opt.upcase == 'SESSION'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue