parent
2c3ccb5207
commit
95a95d45ec
|
@ -679,7 +679,7 @@ class DBManager
|
||||||
# In the case of multi handler we cannot yet determine the true
|
# In the case of multi handler we cannot yet determine the true
|
||||||
# exploit responsible. But we can at least show the parent versus
|
# exploit responsible. But we can at least show the parent versus
|
||||||
# just the generic handler:
|
# just the generic handler:
|
||||||
if session.via_exploit == "exploit/multi/handler"
|
if session and session.via_exploit == "exploit/multi/handler"
|
||||||
sess_data[:via_exploit] = sess_data[:datastore]['ParentModule']
|
sess_data[:via_exploit] = sess_data[:datastore]['ParentModule']
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue