2009-08-11 Miguel de Dios <miguel.dedios@artica.es>

* godmode/servers/manage_recontask_form.php,
	godmode/servers/manage_recontask.php, include/help/en/help_recontask.php,
	operation/servers/view_server_detail.php: change strings for more easy
	understand.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1837 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2009-08-11 15:36:47 +00:00
parent 1466cb0bd2
commit 0b8f55cbce
5 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,10 @@
2009-08-11 Miguel de Dios <miguel.dedios@artica.es>
* godmode/servers/manage_recontask_form.php,
godmode/servers/manage_recontask.php, include/help/en/help_recontask.php,
operation/servers/view_server_detail.php: change strings for more easy
understand.
2009-08-11 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/configurar_agente.php: change string for more easy

View File

@ -94,7 +94,7 @@ echo "<h2>".__('Pandora servers')." &raquo; ".__('Manage recontask')."</h2>";
$result = get_db_all_rows_in_table ("trecon_task");
$color=1;
if ($result !== false) {
$table->head = array (__('Name'), __('Network'), __('Network profile'), __('Group'), __('Incident'), __('OS'), __('Interval'), __('Action'));
$table->head = array (__('Name'), __('Network'), __('Module template'), __('Group'), __('Incident'), __('OS'), __('Interval'), __('Action'));
$table->align = array ("","","","center","","","center","center");
$table->width = 700;
$table->cellpadding = 4;
@ -106,7 +106,7 @@ if ($result !== false) {
'<a href="index.php?sec=gservers&sec2=godmode/servers/manage_recontask_form&update='.$row["id_rt"].'"><b>'.$row["name"].'</b></a>',
// Network (subnet)
$row["subnet"],
// Network profile name
// Module template name
'<a href="index.php?sec=gmodules&sec2=godmode/modules/manage_network_templates&id='.$row["id_network_profile"].'">'.get_networkprofile_name ($row["id_network_profile"]).'</a>',
// GROUP
print_group_icon ($row["id_group"], true),

View File

@ -88,8 +88,8 @@ $values[2592000] = __('%d month', 1);
$table->data[3][0] = __('Interval');
$table->data[3][1] = print_select ($values, "interval", $interval, '', '', '', true);
// Network profile
$table->data[4][0] = __('Network profile');
// Module template
$table->data[4][0] = __('Module template');
$table->data[4][1] = print_select_from_sql ('SELECT id_np, name FROM tnetwork_profile',
"id_network_profile", $id_network_profile, '', '', '', true);

View File

@ -7,5 +7,5 @@ To create a Recon Task, you must fill this form. Please fill all the fields, pay
"Network" refers to the network segment, and are defined using <b>CIDR</b> format. For example 192.168.1.0/24 refers to <i>all C class on 192.168.1.0</i>, wich includes all the addresses in the scope: 192.168.1.0 - 192.168.1.255.
</p>
<p>
"Network profile" are predefined profiles for the reconnaissance task. It will add such modules defined in the profile to the newly discovered machines in the network.
"Module template" are predefined profiles for the reconnaissance task. It will add such modules defined in the profile to the newly discovered machines in the network.
</p>

View File

@ -80,7 +80,7 @@ $table->align[3] = "center";
$table->head[4] = __('Status');
$table->align[4] = "center";
$table->head[5] = __('Network profile');
$table->head[5] = __('Module template');
$table->align[5] = "center";
$table->head[6] = __('Group');