{% if l.sysinfo %}
System Info
IPs OS Version Arch
{% for ip in l.sysinfo.IPs %}{{ip}}
{%endfor%}
{{l.sysinfo.name}} {{l.sysinfo.version}} {{l.sysinfo.arch}}
{% endif %} {% if l.lsass %}
LSASS Credentials
{% for c in l.lsass %} {% endfor %}
Domain User Name Password LM Hash NT Hash
{{c.domainname}} {{c.username}} {{c.password}} {{c.LMhash}} {{c.NThash}}
{% endif %} {% if l.hive["local_users"] %}
Local Users
{% for c in l.hive["local_users"] %} {% endfor %}
User Name RID LM Hash NT Hash
{{c.username}} {{c.rid}} {{c.lm_hash}} {{c.nt_hash}}
{% endif %} {% if l.hive["local_dccs"] %}
Domain Cached Credentials
{% endif %}