{% if summary_report %}
IRC Requests
{% else %}
{% endif %}
Command |
Params |
Type |
{% for irc in results.network.irc %}
{{irc.command}} |
{{irc.params}} |
{{irc.type}} |
{% endfor %}
{% endif %}
{% if results.network.icmp %}
{% if summary_report %}
ICMP Requests
{% else %}
{% endif %}
Source |
Destination |
ICMP Type |
Data |
{% for icmp in results.network.icmp %}
{{icmp.src}} |
{{icmp.dst}} |
{{icmp.type}} |
{{icmp.data}} |
{% endfor %}
{% endif %}
{% if not results.network.hosts and not results.network.domains and not results.network.http and not results.network.irc and not results.network.icmp %}
Nothing to display.
{% endif %}
{% else %}
Nothing to display.
{% endif %}