DefensePointSecurity / threat_note

DPS' Lightweight Investigation Notebook
Apache License 2.0
421 stars 97 forks source link

vars need to be declared #147

Open r3comp1le opened 8 years ago

r3comp1le commented 8 years ago

I couldnt load network indicators until these were declared in victimobject() and objectsummary()

   pt_pdns_data = ""
    pt_whois_data = ""
    pt_pssl_data = ""
    pt_host_attr_data = ""
sroberts commented 8 years ago

@r3comp1le in which file?

r3comp1le commented 8 years ago

threat_note.py

spencerwp commented 8 years ago

This is fixed in pull request #151