[% WRAPPER 'master_templates/master.tmpl'
theme='bootstrap'
app_key='traceroute_enable_disable'
-%]
[% locale.maketext('Traceroute displays the packet routing statistics from the server to another network host. It can be used to map the network’s topology and subsequently be used as a tool to focus a hacking attack.') %]
Traceroute Status
[% IF !data.binaries.keys.size %]
[% locale.maketext('No traceroute binaries exist on your system.') %]
[% ELSE %]
[% IF !data.funky && !data.disabled && data.enabled %]
[% locale.maketext('Traceroute is currently enabled.') %]
[% ELSIF !data.funky && !data.enabled && data.disabled %]
[% locale.maketext('Traceroute is currently disabled.') %]
[% ELSE %]
[% locale.maketext('Traceroute is currently partially enabled.') %]
[% END %]
[% IF data.errors.keys %]
[% locale.maketext('[output,strong,Error]: Some file permissions were set improperly.') %]
[% END %]
[% IF data.binaries.keys %]
| Binary | Permissions |
[% FOREACH binary IN data.binaries.keys %]
| [% binary | html %] |
[% data.binaries.$binary | html %] |
[% END #FOREACH -%]
[% END -%]
[% END # no traceroute at all%]
[% END #wrapper -%]