parent
80f415074b
commit
53e747ce2e
|
@ -98,6 +98,7 @@ module Msf::DBManager::Session
|
||||||
run: session.exploit.user_data[:run],
|
run: session.exploit.user_data[:run],
|
||||||
state: 'succeeded',
|
state: 'succeeded',
|
||||||
)
|
)
|
||||||
|
infer_vuln_from_session(session, wspace)
|
||||||
elsif session.via_exploit
|
elsif session.via_exploit
|
||||||
# This is a live session, we know the host is vulnerable to something.
|
# This is a live session, we know the host is vulnerable to something.
|
||||||
infer_vuln_from_session(session, wspace)
|
infer_vuln_from_session(session, wspace)
|
||||||
|
|
Loading…
Reference in New Issue