Change source for host address value in output

GSoC/Meterpreter_Web_Console
Matthew Kienow 2018-04-16 14:09:19 -04:00
parent daf67999d6
commit 74cb9c38b2
No known key found for this signature in database
GPG Key ID: 40787F8B1EAC6E41
1 changed files with 1 additions and 1 deletions

View File

@ -1010,7 +1010,7 @@ class Db
range.each { |addr|
note = framework.db.find_or_create_note(host: addr, type: type, data: data)
break if not note
print_status("Time: #{note.created_at} Note: host=#{note.host.address} type=#{note.ntype} data=#{note.data}")
print_status("Time: #{note.created_at} Note: host=#{addr} type=#{note.ntype} data=#{note.data}")
}
}
return