forked from p15670423/monkey
Fixed bug (from node['domain_name'] to monkey['domain_name']
This commit is contained in:
parent
5702ee4b2e
commit
f89b1c52a9
|
@ -152,7 +152,7 @@ class ReportService:
|
||||||
{
|
{
|
||||||
'label': monkey['label'],
|
'label': monkey['label'],
|
||||||
'ip_addresses': monkey['ip_addresses'],
|
'ip_addresses': monkey['ip_addresses'],
|
||||||
'domain_name': node['domain_name'],
|
'domain_name': monkey['domain_name'],
|
||||||
'exploits': list(set(
|
'exploits': list(set(
|
||||||
[ReportService.EXPLOIT_DISPLAY_DICT[exploit['exploiter']] for exploit in monkey['exploits'] if
|
[ReportService.EXPLOIT_DISPLAY_DICT[exploit['exploiter']] for exploit in monkey['exploits'] if
|
||||||
exploit['result']]))
|
exploit['result']]))
|
||||||
|
|
Loading…
Reference in New Issue