query("select * from victims"); while($row = $botQuery->fetch_assoc()) { $hostname = $row["hostname"]; $operatingsystem = $row["operatingsystem"]; $ipaddress = $row["ipaddress"]; $Action = "Manage"; echo ""; echo ""; echo ""; echo ""; } ?>
Hostname Ip Address Operating System Action
".$hostname."".$ipaddress."".$operatingsystem."".$Action."