Subversion Repositories ALCASAR

Rev

Rev 2906 | Rev 2973 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2906 Rev 2965
1
<?php
1
<?php
2
/********************
2
/********************
3
* READ CONF FILES   *
3
* READ CONF FILES   *
4
*********************/
4
*********************/
5
define("CONF_FILE", "/usr/local/etc/alcasar.conf");
5
define("CONF_FILE", "/usr/local/etc/alcasar.conf");
6
define("ETHERS_INFO_FILE", "/usr/local/etc/alcasar-ethers-info");
6
define("ETHERS_INFO_FILE", "/usr/local/etc/alcasar-ethers-info");
7
$conf_files=array(CONF_FILE,ETHERS_INFO_FILE);
7
$conf_files=array(CONF_FILE,ETHERS_INFO_FILE);
8
foreach ($conf_files as $file) {
8
foreach ($conf_files as $file) {
9
	if (!file_exists($file)) {
9
	if (!file_exists($file)) {
10
		exit("Requested file ".$file." isn't present");
10
		exit("Requested file ".$file." isn't present");
11
	}
11
	}
12
	if (!is_readable($file)) {
12
	if (!is_readable($file)) {
13
		exit("Can't read the file ".$file);
13
		exit("Can't read the file ".$file);
14
	}
14
	}
15
}
15
}
16
 
16
 
17
$alcasar_conf_file = '/usr/local/etc/alcasar.conf';
17
$alcasar_conf_file = '/usr/local/etc/alcasar.conf';
18
$file_conf = fopen($alcasar_conf_file, 'r');
18
$file_conf = fopen($alcasar_conf_file, 'r');
19
if (!$file_conf) {
19
if (!$file_conf) {
20
	exit('Error opening the file '.$alcasar_conf_file);
20
	exit('Error opening the file '.$alcasar_conf_file);
21
}
21
}
22
while (!feof($file_conf)) {
22
while (!feof($file_conf)) {
23
	$buffer = fgets($file_conf, 4096);
23
	$buffer = fgets($file_conf, 4096);
24
	if ((strpos($buffer, '=') !== false) && (substr($buffer, 0, 1) !== '#')) {
24
	if ((strpos($buffer, '=') !== false) && (substr($buffer, 0, 1) !== '#')) {
25
		$tmp = explode('=', $buffer, 2);
25
		$tmp = explode('=', $buffer, 2);
26
		$conf[trim($tmp[0])] = trim($tmp[1]);
26
		$conf[trim($tmp[0])] = trim($tmp[1]);
27
	}
27
	}
28
}
28
}
29
fclose($file_conf);
29
fclose($file_conf);
30
 
30
 
31
$tmp = explode("/",$conf["PRIVATE_IP"]);
31
$tmp = explode("/",$conf["PRIVATE_IP"]);
32
$intif = $conf["INTIF"];
-
 
33
$private_ip=$tmp[0];
32
$private_ip=$tmp[0];
-
 
33
$intif = $conf["INTIF"];
-
 
34
if ($conf['MULTIWAN'] !== 'Off') {
-
 
35
	exec ('sudo /usr/local/bin/alcasar-list-ip_gw.sh', $list_ip_gw); 
-
 
36
}
34
require('/etc/freeradius-web/config.php');
37
require('/etc/freeradius-web/config.php');
35
# Choice of language
38
# Choice of language
36
$Language = 'en';
39
$Language = 'en';
37
if (isset($_SERVER['HTTP_ACCEPT_LANGUAGE'])) {
40
if (isset($_SERVER['HTTP_ACCEPT_LANGUAGE'])) {
38
	$Langue = explode(',', $_SERVER['HTTP_ACCEPT_LANGUAGE']);
41
	$Langue = explode(',', $_SERVER['HTTP_ACCEPT_LANGUAGE']);
39
	$Language = strtolower(substr(chop($Langue[0]), 0, 2));
42
	$Language = strtolower(substr(chop($Langue[0]), 0, 2));
40
}
43
}
41
if ($Language === 'fr') {
44
if ($Language === 'fr') {
42
	$l_activity = "Activité sur le réseau de consultation";
45
	$l_activity = "Activité sur le réseau de consultation";
43
	$l_ip_adr = "Adresse IP";
46
	$l_ip_adr = "Adresse IP";
44
	$l_mac_adr = "Adresse MAC";
47
	$l_mac_adr = "Adresse MAC";
45
	$l_unknown = "manufacturer unknown";
48
	$l_unknown = "manufacturer unknown";
46
	$l_user = "Usager";
49
	$l_user = "Usager";
47
	$l_mac_allowed = "@MAC autorisée";
50
	$l_mac_allowed = "@MAC autorisée";
48
	$l_mac_temporarily_allowed = "@MAC autorisée temporairement";
51
	$l_mac_temporarily_allowed = "@MAC autorisée temporairement";
49
	$l_action = "Action";
52
	$l_action = "Action";
50
	$l_dissociate = "Dissocier @IP";
53
	$l_dissociate = "Dissocier @IP";
51
	$l_disconnect = "Déconnecter";
54
	$l_disconnect = "Déconnecter";
52
	$l_stop_capture_disconnect = "Arrêter la capture et déconnecter";
55
	$l_stop_capture_disconnect = "Arrêter la capture et déconnecter";
53
	$l_refresh = "Cette page est rafraichie toutes les 30 secondes";
56
	$l_refresh = "Cette page est rafraichie toutes les 30 secondes";
54
	$l_edit_user = "Editer l'utilisateur";
57
	$l_edit_user = "Editer l'utilisateur";
55
	$l_connect = "Autoriser temporairement";
58
	$l_connect = "Autoriser temporairement";
56
	$l_captureon = "Autoriser et capturer";
59
	$l_captureon = "Autoriser et capturer";
57
	$l_captureoff = "Arrêter la capture";
60
	$l_captureoff = "Arrêter la capture";
58
	$l_captureonly_on = "Capturer";
61
	$l_captureonly_on = "Capturer";
-
 
62
	$l_gw = "Routeur";
59
} else if ($Language === 'es') {
63
} else if ($Language === 'es') {
60
	$l_activity = "Actividad en la LAN";
64
	$l_activity = "Actividad en la LAN";
61
	$l_ip_adr = "Dirección IP";
65
	$l_ip_adr = "Dirección IP";
62
	$l_mac_adr = "Dirección MAC";
66
	$l_mac_adr = "Dirección MAC";
63
	$l_unknown = "fabricante desconocido";
67
	$l_unknown = "fabricante desconocido";
64
	$l_user = "Usuario";
68
	$l_user = "Usuario";
65
	$l_mac_allowed = "@MAC autorizada";
69
	$l_mac_allowed = "@MAC autorizada";
66
	$l_mac_temporarily_allowed = "@MAC temporalmente autorizada";
70
	$l_mac_temporarily_allowed = "@MAC temporalmente autorizada";
67
	$l_action = "Acción";
71
	$l_action = "Acción";
68
	$l_dissociate = "Liberar @IP";
72
	$l_dissociate = "Liberar @IP";
69
	$l_disconnect = "Desconectar";
73
	$l_disconnect = "Desconectar";
70
	$l_stop_capture_disconnect = "Deje de capturar y desconecte";
74
	$l_stop_capture_disconnect = "Deje de capturar y desconecte";
71
	$l_refresh = "Esta información es actualizada cada 30''";
75
	$l_refresh = "Esta información es actualizada cada 30''";
72
	$l_edit_user = "usuario de edición"; 
76
	$l_edit_user = "usuario de edición"; 
73
	$l_connect = "Permitir temporalmente";
77
	$l_connect = "Permitir temporalmente";
74
	$l_captureon = "Autorizar y capturar";
78
	$l_captureon = "Autorizar y capturar";
75
	$l_captureoff = "Detener la captura";
79
	$l_captureoff = "Detener la captura";
76
	$l_captureonly_on = "Captura";
80
	$l_captureonly_on = "Captura";
-
 
81
	$l_gw = "Router";
77
} else {
82
} else {
78
	$l_activity = "Activity on the consultation LAN";
83
	$l_activity = "Activity on the consultation LAN";
79
	$l_ip_adr = "IP Address";
84
	$l_ip_adr = "IP Address";
80
	$l_mac_adr = "MAC Address";
85
	$l_mac_adr = "MAC Address";
81
	$l_unknown = "fabricant inconnu";
86
	$l_unknown = "fabricant inconnu";
82
	$l_user = "User";
87
	$l_user = "User";
83
	$l_mac_allowed = "@MAC allowed";
88
	$l_mac_allowed = "@MAC allowed";
84
	$l_mac_temporarily_allowed = "@MAC temporarily allowed";
89
	$l_mac_temporarily_allowed = "@MAC temporarily allowed";
85
	$l_action = "Action";
90
	$l_action = "Action";
86
	$l_dissociate = "Dissociate @IP";
91
	$l_dissociate = "Dissociate @IP";
87
	$l_disconnect = "Disconnect";
92
	$l_disconnect = "Disconnect";
88
	$l_stop_capture_disconnect = "Stop capture and disconnect";
93
	$l_stop_capture_disconnect = "Stop capture and disconnect";
89
	$l_refresh = "This frame is refreshed every 30'";
94
	$l_refresh = "This frame is refreshed every 30'";
90
	$l_edit_user = "Edit user";
95
	$l_edit_user = "Edit user";
91
	$l_connect = "Temporarily authorize";
96
	$l_connect = "Temporarily authorize";
92
	$l_captureon = "Authorize and capture";
97
	$l_captureon = "Authorize and capture";
93
	$l_captureoff = "Stop capture";
98
	$l_captureoff = "Stop capture";
94
	$l_captureonly_on = "Capture";
99
	$l_captureonly_on = "Capture";
-
 
100
	$l_gw = "Router";
95
}
101
}
96
function taille_fichier($fichier)
102
function taille_fichier($fichier)
97
{
103
{
98
	$taille_fichier = filesize($fichier);
104
	$taille_fichier = filesize($fichier);
99
	if ($taille_fichier >= 1073741824){
105
	if ($taille_fichier >= 1073741824){
100
		$taille_fichier = round($taille_fichier / 1073741824 * 100) / 100 . " Go";}
106
		$taille_fichier = round($taille_fichier / 1073741824 * 100) / 100 . " Go";}
101
	elseif ($taille_fichier >= 1048576){
107
	elseif ($taille_fichier >= 1048576){
102
		$taille_fichier = round($taille_fichier / 1048576 * 100) / 100 . " Mo";}
108
		$taille_fichier = round($taille_fichier / 1048576 * 100) / 100 . " Mo";}
103
	elseif ($taille_fichier >= 1024){
109
	elseif ($taille_fichier >= 1024){
104
		$taille_fichier = round($taille_fichier / 1024 * 100) / 100 . " Ko";}
110
		$taille_fichier = round($taille_fichier / 1024 * 100) / 100 . " Ko";}
105
	else {$taille_fichier = $taille_fichier . " o";}
111
	else {$taille_fichier = $taille_fichier . " o";}
106
	return $taille_fichier;
112
	return $taille_fichier;
107
}
113
}
108
 
114
 
109
if (isset($_POST['action'])){
115
if (isset($_POST['action'])){
110
	$mac= str_replace ("'",'',escapeshellarg($_POST['mac_addr']));
116
	$mac= str_replace ("'",'',escapeshellarg($_POST['mac_addr']));
111
	unset($_POST['mac_addr']);
117
	unset($_POST['mac_addr']);
112
	switch ($_POST['action']){
118
	switch ($_POST['action']){
113
		case "$l_disconnect" :
119
		case "$l_disconnect" :
114
			exec("sudo /usr/sbin/chilli_query logout ".$mac);
120
			exec("sudo /usr/sbin/chilli_query logout ".$mac);
115
		break;
121
		break;
116
		case "$l_stop_capture_disconnect" :
122
		case "$l_stop_capture_disconnect" :
117
			exec('sudo /usr/local/bin/alcasar-iot_capture.sh -k '.$mac.' &>/dev/null &');
123
			exec('sudo /usr/local/bin/alcasar-iot_capture.sh -k '.$mac.' &>/dev/null &');
118
			exec("sudo /usr/sbin/chilli_query logout ".$mac);
124
			exec("sudo /usr/sbin/chilli_query logout ".$mac);
119
		break;
125
		break;
120
		case "$l_dissociate" :
126
		case "$l_dissociate" :
121
			exec("sudo /usr/sbin/chilli_query dhcp-release ".$mac);
127
			exec("sudo /usr/sbin/chilli_query dhcp-release ".$mac);
122
		break;
128
		break;
123
		case "$l_connect" :
129
		case "$l_connect" :
124
			exec("sudo /usr/sbin/chilli_query authorize mac ".$mac);
130
			exec("sudo /usr/sbin/chilli_query authorize mac ".$mac);
125
		break;
131
		break;
126
		case "$l_captureon" :
132
		case "$l_captureon" :
127
			exec('sudo /usr/local/bin/alcasar-iot_capture.sh -l '.$mac.' &>/dev/null &');
133
			exec('sudo /usr/local/bin/alcasar-iot_capture.sh -l '.$mac.' &>/dev/null &');
128
			exec("sudo /usr/sbin/chilli_query authorize mac ".$mac);
134
			exec("sudo /usr/sbin/chilli_query authorize mac ".$mac);
129
		break;
135
		break;
130
		case "$l_captureonly_on" :
136
		case "$l_captureonly_on" :
131
			exec('sudo /usr/local/bin/alcasar-iot_capture.sh -l '.$mac.' &>/dev/null &');
137
			exec('sudo /usr/local/bin/alcasar-iot_capture.sh -l '.$mac.' &>/dev/null &');
132
		break;	
138
		break;	
133
		case "$l_captureoff" :
139
		case "$l_captureoff" :
134
			exec('sudo /usr/local/bin/alcasar-iot_capture.sh -k '.$mac.' &>/dev/null &');
140
			exec('sudo /usr/local/bin/alcasar-iot_capture.sh -k '.$mac.' &>/dev/null &');
135
		break;
141
		break;
136
	}
142
	}
137
}
143
}
138
?>
144
?>
139
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
145
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
140
<html><!-- written by Rexy -->
146
<html><!-- written by Rexy -->
141
<head>
147
<head>
142
<meta HTTP-EQUIV="Refresh" CONTENT="30">
148
<meta HTTP-EQUIV="Refresh" CONTENT="30">
143
<meta http-equiv="Content-Type" content="text/html; charset=<?= $config['general_charset'] ?>">
149
<meta http-equiv="Content-Type" content="text/html; charset=<?= $config['general_charset'] ?>">
144
<title>Activity</title>
150
<title>Activity</title>
145
<link rel="stylesheet" type="text/css" href="/css/acc.css">
151
<link rel="stylesheet" type="text/css" href="/css/acc.css">
146
</head>
152
</head>
147
<body>
153
<body>
148
<table width="100%" border="0" cellspacing="0" cellpadding="0">
154
<table width="100%" border="0" cellspacing="0" cellpadding="0">
149
<tr><th><?= $l_activity ?></th></tr>
155
<tr><th><?= $l_activity ?></th></tr>
150
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
156
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
151
</table>
157
</table>
152
<table width="100%" border=1 cellspacing=0 cellpadding=1>
158
<table width="100%" border=1 cellspacing=0 cellpadding=1>
153
	<tr><td valign="middle" align="center"><?= $l_refresh ?><br>
159
	<tr><td valign="middle" align="center"><?= $l_refresh ?><br>
154
	<table border=1 width="80%" cellpadding=2 cellspacing=0>
160
	<table border=1 width="80%" cellpadding=2 cellspacing=0>
155
		<tr>
161
		<tr>
156
			<th>#</th>
162
			<th>#</th>
157
			<th><?= $l_ip_adr ?></th>
163
			<th><?= $l_ip_adr ?></th>
158
			<th><?= $l_mac_adr ?></th>
164
			<th><?= $l_mac_adr ?></th>
159
			<th><?= $l_user ?></th>
165
			<th><?= $l_user ?></th>
160
			<th><?= $l_action ?></th>
166
			<th><?= $l_action ?></th>
161
		</tr>
167
			<?php
-
 
168
			if ($conf['MULTIWAN'] !== 'Off') {
-
 
169
				echo "<th>$l_gw</th>";
162
		<?php
170
			}
-
 
171
		echo "</tr>";
163
		$IoT_capture = $conf["IOT_CAPTURE"];
172
		$IoT_capture = $conf["IOT_CAPTURE"];
164
		$output = array(); $detail = array(); $nb_ligne = 0;
173
		$output = array(); $detail = array(); $nb_ligne = 0;
165
		exec("sudo /sbin/ip link show ".escapeshellarg($intif), $output); // retrieve ALCASAR MAC address
174
		exec("sudo /sbin/ip link show ".escapeshellarg($intif), $output); // retrieve ALCASAR MAC address
166
		$detail = explode (" " , $output[1]);
175
		$detail = explode (" " , $output[1]);
167
		$intif_mac_addr=strtoupper(str_replace(":","-",$detail[5]));
176
		$intif_mac_addr=strtoupper(str_replace(":","-",$detail[5]));
168
		unset ($output);unset ($detail);
177
		unset ($output);unset ($detail);
169
		exec ('sudo /usr/sbin/chilli_query list|sort -k5 -r', $output); 
178
		exec ('sudo /usr/sbin/chilli_query list|sort -k5 -r', $output); 
170
		while (list(,$ligne) = each($output)){
179
		while (list(,$ligne) = each($output)){
171
			$detail = explode (" ", $ligne);
180
			$detail = explode (" ", $ligne);
172
			$nb_ligne ++;
181
			$nb_ligne ++;
173
			echo "<tr valign=\"middle\">";
182
			echo "<tr valign=\"middle\">";
174
			echo "<td>".$nb_ligne."</td>";
183
			echo "<td>".$nb_ligne."</td>";
175
			echo "<td>".$detail[1]."</td>";
184
			echo "<td>".$detail[1]."</td>";
176
			echo "<td>$detail[0]";
185
			echo "<td>$detail[0]";
177
			if(file_exists('/usr/local/share/nmap-mac-prefixes')) // for each device on LAN, retrieve the MAC manufacturer
186
			if(file_exists('/usr/local/share/nmap-mac-prefixes')) // for each device on LAN, retrieve the MAC manufacturer
178
			{
187
			{
179
				$oui_id = substr(str_replace("-","",$detail[0]),0,6);
188
				$oui_id = substr(str_replace("-","",$detail[0]),0,6);
180
				exec ("grep $oui_id /usr/local/share/nmap-mac-prefixes | cut -f2", $mac_manufacturer);
189
				exec ("grep $oui_id /usr/local/share/nmap-mac-prefixes | cut -f2", $mac_manufacturer);
181
				if(! empty($mac_manufacturer[0])) echo " <font size=\"1\">($mac_manufacturer[0])</font>";
190
				if(! empty($mac_manufacturer[0])) echo " <font size=\"1\">($mac_manufacturer[0])</font>";
182
					else echo " <font size=\"1\">($l_unknown)</font>";
191
					else echo " <font size=\"1\">($l_unknown)</font>";
183
				unset($mac_manufacturer);
192
				unset($mac_manufacturer);
184
			}
193
			}
185
			exec ("grep $detail[0] /usr/local/etc/alcasar-ethers-info |cut -d' ' -f3", $mac_in_ether_file);
194
			exec ("grep $detail[0] /usr/local/etc/alcasar-ethers-info |cut -d' ' -f3", $mac_in_ether_file);
186
			if (!empty($mac_in_ether_file[0]))
195
			if (!empty($mac_in_ether_file[0]))
187
			{
196
			{
188
				$mac_info= ltrim($mac_in_ether_file[0],'#');
197
				$mac_info= ltrim($mac_in_ether_file[0],'#');
189
				if (!empty($mac_info)) echo " - <b>" . ltrim($mac_in_ether_file[0],'#') . "</b>";
198
				if (!empty($mac_info)) echo " - <b>" . ltrim($mac_in_ether_file[0],'#') . "</b>";
190
			}
199
			}
191
			echo "</td><td>";
200
			echo "</td><td>";
192
			if ($detail[4] == "1"){ // authenticated equipment
201
			if ($detail[4] == "1"){ // authenticated equipment
193
				$login = $detail[5];
202
				$login = $detail[5];
194
				unset ($found_users); unset ($cn);
203
				unset ($found_users); unset ($cn);
195
				$search = $login; $search_IN = 'username'; // is user in database ?
204
				$search = $login; $search_IN = 'username'; // is user in database ?
196
				if (is_file("../lib/sql/find.php"))
205
				if (is_file("../lib/sql/find.php"))
197
				include("../lib/sql/find.php");
206
				include("../lib/sql/find.php");
198
				if (isset ($found_users)) // user is in database
207
				if (isset ($found_users)) // user is in database
199
				{
208
				{
200
					if (is_file("../lib/sql/user_info.php")) //retrieve user info (especialy $cn)
209
					if (is_file("../lib/sql/user_info.php")) //retrieve user info (especialy $cn)
201
						include("../lib/sql/user_info.php");
210
						include("../lib/sql/user_info.php");
202
				}
211
				}
203
				if (! isset ($cn)){ $cn='-';}
212
				if (! isset ($cn)){ $cn='-';}
204
				# The user is an allowed MAC address
213
				# The user is an allowed MAC address
205
					if ($detail[5] == $detail[0]){
214
					if ($detail[5] == $detail[0]){
206
						if (isset ($found_users)) { #MAC is in database
215
						if (isset ($found_users)) { #MAC is in database
207
							echo "<a href=\"/acc/manager/htdocs/user_admin.php?login=$detail[5]\" title=\"$l_edit_user\">$l_mac_allowed";if ($cn != '-'){ echo " ($cn)";};echo "</a>";
216
							echo "<a href=\"/acc/manager/htdocs/user_admin.php?login=$detail[5]\" title=\"$l_edit_user\">$l_mac_allowed";if ($cn != '-'){ echo " ($cn)";};echo "</a>";
208
							echo "</td><td>";
217
							echo "</td><td>";
209
						}
218
						}
210
						else { #MAC is temporarily allowed
219
						else { #MAC is temporarily allowed
211
							echo "<b>$l_mac_temporarily_allowed</b>";
220
							echo "<b>$l_mac_temporarily_allowed</b>";
212
							echo "</td><td>";
221
							echo "</td><td>";
213
							echo "<FORM action=\"".$_SERVER['PHP_SELF']."\" method=\"POST\">";
222
							echo "<FORM action=\"".$_SERVER['PHP_SELF']."\" method=\"POST\">";
214
							echo "<INPUT type=\"hidden\" name=\"mac_addr\" value=\"$detail[0]\">";
223
							echo "<INPUT type=\"hidden\" name=\"mac_addr\" value=\"$detail[0]\">";
215
							if($IoT_capture == "on")
224
							if($IoT_capture == "on")
216
							{
225
							{
217
								if(exec('sudo /usr/local/bin/alcasar-iot_capture.sh -i '.$detail[0]) == "CaptureON")
226
								if(exec('sudo /usr/local/bin/alcasar-iot_capture.sh -i '.$detail[0]) == "CaptureON")
218
								{
227
								{
219
									echo "<INPUT type=\"submit\" name=\"action\" value=\"$l_stop_capture_disconnect\">";
228
									echo "<INPUT type=\"submit\" name=\"action\" value=\"$l_stop_capture_disconnect\">";
220
									echo "<INPUT type=\"submit\" name=\"action\" value=\"$l_captureoff\">";
229
									echo "<INPUT type=\"submit\" name=\"action\" value=\"$l_captureoff\">";
221
								}
230
								}
222
 								else
231
 								else
223
								{
232
								{
224
									echo "<INPUT type=\"submit\" name=\"action\" value=\"$l_disconnect\">";
233
									echo "<INPUT type=\"submit\" name=\"action\" value=\"$l_disconnect\">";
225
									echo "<BR><INPUT type=\"submit\" name=\"action\" value=\"$l_captureonly_on\">";
234
									echo "<BR><INPUT type=\"submit\" name=\"action\" value=\"$l_captureonly_on\">";
226
									$file = '/var/Save/iot_captures/'.$detail[0].'.pcap';
235
									$file = '/var/Save/iot_captures/'.$detail[0].'.pcap';
227
									if (file_exists($file))
236
									if (file_exists($file))
228
										{
237
										{
229
										echo "<BR><center><a href=\"/save/iot_captures/$detail[0].pcap\">$detail[0].pcap</a> (";echo taille_fichier("/var/Save/iot_captures/".$detail[0].".pcap");echo ")</center>";
238
										echo "<BR><center><a href=\"/save/iot_captures/$detail[0].pcap\">$detail[0].pcap</a> (";echo taille_fichier("/var/Save/iot_captures/".$detail[0].".pcap");echo ")</center>";
230
										}
239
										}
231
								}	
240
								}	
232
							}
241
							}
233
							else
242
							else
234
								echo "<INPUT type=\"submit\" name=\"action\" value=\"$l_disconnect\">";
243
								echo "<INPUT type=\"submit\" name=\"action\" value=\"$l_disconnect\">";
235
 
244
 
236
							echo "</FORM></TD>";
245
							echo "</FORM></TD>";
237
						}
246
						}
238
						# Disable temporarily @MAC access
247
						# Disable temporarily @MAC access
239
					}
248
					}
240
				# The user is a humanoide ;-)
249
				# The user is a humanoide ;-)
241
					else {
250
					else {
242
						if ($cn != '-') { echo "<a href=\"/acc/manager/htdocs/user_admin.php?login=$detail[5]\" title=\"$l_edit_user $detail[5]\">$detail[5] ($cn)</a>";}
251
						if ($cn != '-') { echo "<a href=\"/acc/manager/htdocs/user_admin.php?login=$detail[5]\" title=\"$l_edit_user $detail[5]\">$detail[5] ($cn)</a>";}
243
						else { echo "<a href=\"/acc/manager/htdocs/user_admin.php?login=$detail[5]\" title=\"$l_edit_user $detail[5]\">$detail[5]</a>";}
252
						else { echo "<a href=\"/acc/manager/htdocs/user_admin.php?login=$detail[5]\" title=\"$l_edit_user $detail[5]\">$detail[5]</a>";}
244
						echo "<TD>";
253
						echo "<TD>";
245
						echo "<FORM action=\"".$_SERVER['PHP_SELF']."\" method=\"POST\">";
254
						echo "<FORM action=\"".$_SERVER['PHP_SELF']."\" method=\"POST\">";
246
						echo "<INPUT type=\"hidden\" name=\"mac_addr\" value=\"$detail[0]\">";
255
						echo "<INPUT type=\"hidden\" name=\"mac_addr\" value=\"$detail[0]\">";
247
						echo "<INPUT type=\"submit\" name=\"action\" value=\"$l_disconnect\">";
256
						echo "<INPUT type=\"submit\" name=\"action\" value=\"$l_disconnect\">";
248
						echo "</FORM></TD>";
257
						echo "</FORM></TD>";
249
						}
258
						}
250
					}
259
					}
251
			# equipment without authenticated user
260
			# equipment without authenticated user
252
			else if (($detail[0] == $intif_mac_addr) || ($detail[1] == $private_ip)){
261
			else if (($detail[0] == $intif_mac_addr) || ($detail[1] == $private_ip)){
253
				echo "ALCASAR system";
262
				echo "ALCASAR system";
254
				echo "<TD>";
263
				echo "<TD>";
255
				echo "&nbsp;";
264
				echo "&nbsp;";
256
				echo "</TD>";
265
				echo "</TD>";
257
				}	
266
				}	
258
			else {  
267
			else {  
259
				echo "&nbsp;";
268
				echo "&nbsp;";
260
				echo "<TD>";		
269
				echo "<TD>";		
261
				echo "<FORM action=\"".$_SERVER['PHP_SELF']."\" method=\"POST\">";
270
				echo "<FORM action=\"".$_SERVER['PHP_SELF']."\" method=\"POST\">";
262
				# Dissociate user (... or other) who is not connected yet
271
				# Dissociate user (... or other) who is not connected yet
263
				echo "<INPUT type=\"hidden\" name=\"mac_addr\" value=\"$detail[0]\">";
272
				echo "<INPUT type=\"hidden\" name=\"mac_addr\" value=\"$detail[0]\">";
264
				exec ("grep $detail[0] /usr/local/etc/alcasar-ethers-info", $mac_in_ether_file);
273
				exec ("grep $detail[0] /usr/local/etc/alcasar-ethers-info", $mac_in_ether_file);
265
				if (empty($mac_in_ether_file[1]))
274
				if (empty($mac_in_ether_file[1]))
266
				{
275
				{
267
					echo "<INPUT type=\"submit\" name=\"action\" value=\"$l_dissociate\">"; // Dissociate only MAC not in ether file (dhcp)
276
					echo "<INPUT type=\"submit\" name=\"action\" value=\"$l_dissociate\">"; // Dissociate only MAC not in ether file (dhcp)
268
				}
277
				}
269
				echo "<INPUT type=\"submit\" name=\"action\" value=\"$l_connect\">"; // Enable temporarily @MAC access
278
				echo "<INPUT type=\"submit\" name=\"action\" value=\"$l_connect\">"; // Enable temporarily @MAC access
270
				
279
				
271
				if($IoT_capture == "on")
280
				if($IoT_capture == "on")
272
				{
281
				{
273
					if(exec('sudo /usr/local/bin/alcasar-iot_capture.sh -i '.$detail[0]) == "CaptureON")
282
					if(exec('sudo /usr/local/bin/alcasar-iot_capture.sh -i '.$detail[0]) == "CaptureON")
274
					{
283
					{
275
						echo "<BR><INPUT type=\"submit\" name=\"action\" value=\"$l_captureoff\">";
284
						echo "<BR><INPUT type=\"submit\" name=\"action\" value=\"$l_captureoff\">";
276
					}
285
					}
277
					else
286
					else
278
					{
287
					{
279
						echo "<BR><INPUT type=\"submit\" name=\"action\" value=\"$l_captureon\">";
288
						echo "<BR><INPUT type=\"submit\" name=\"action\" value=\"$l_captureon\">";
280
						echo "<INPUT type=\"submit\" name=\"action\" value=\"$l_captureonly_on\">";
289
						echo "<INPUT type=\"submit\" name=\"action\" value=\"$l_captureonly_on\">";
281
						$file = '/var/Save/iot_captures/'.$detail[0].'.pcap';
290
						$file = '/var/Save/iot_captures/'.$detail[0].'.pcap';
282
						if (file_exists($file))
291
						if (file_exists($file))
283
							{
292
							{
284
							echo "<BR><center><a href=\"/save/iot_captures/$detail[0].pcap\">$detail[0].pcap</a> (";echo taille_fichier("/var/Save/iot_captures/".$detail[0].".pcap");echo ")</center>";
293
							echo "<BR><center><a href=\"/save/iot_captures/$detail[0].pcap\">$detail[0].pcap</a> (";echo taille_fichier("/var/Save/iot_captures/".$detail[0].".pcap");echo ")</center>";
285
							}
294
							}
286
					}
295
					}
287
				}
296
				}
288
				echo "</FORM></TD>";
297
				echo "</FORM></TD>";
289
			}
298
			}
-
 
299
			if ($conf['MULTIWAN'] !== 'Off') {
-
 
300
				if ($detail[4] == "1"){ // authenticated equipment
-
 
301
					while (list(,$ligne2) = each($list_ip_gw)){
-
 
302
						$detail2 = explode (" ", $ligne2);
-
 
303
						if ($detail2[0] == $detail[1]){
-
 
304
							echo "<td>$detail2[1]</td>";
-
 
305
							break;}
-
 
306
					}
-
 
307
				}
-
 
308
				else {
-
 
309
					echo "<td> </td>";
-
 
310
				}
-
 
311
			}
290
			unset ($mac_in_ether_file);
312
			unset ($mac_in_ether_file);
291
			echo "</tr>";
313
			echo "</tr>";
292
		}
314
		}
293
		?>
315
		?>
294
	</table>
316
	</table>
295
	</td></tr>
317
	</td></tr>
296
</table>
318
</table>
297
</html>
319
</html>
298
 
320