mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Fixed problems with password in WMI explorer when use specials characters. GitHub ticket: #60
(cherry picked from commit 15cf2b6f0b693f7dc68a0a943acb7194a65992e0)
This commit is contained in:
parent
e434a1e9a8
commit
c56da922df
@ -27,10 +27,9 @@ check_login ();
|
|||||||
|
|
||||||
$ip_target = (string) get_parameter ('ip_target', $ipAgent); // Host
|
$ip_target = (string) get_parameter ('ip_target', $ipAgent); // Host
|
||||||
$plugin_user = (string) get_parameter ('plugin_user', 'Administrator'); // Username
|
$plugin_user = (string) get_parameter ('plugin_user', 'Administrator'); // Username
|
||||||
$plugin_pass = get_parameter('plugin_pass', ''); // Password
|
$plugin_pass = io_safe_output(get_parameter('plugin_pass', '')); // Password
|
||||||
$tcp_send = (string) get_parameter ('tcp_send'); // Namespace
|
$tcp_send = (string) get_parameter ('tcp_send'); // Namespace
|
||||||
|
|
||||||
|
|
||||||
//See if id_agente is set (either POST or GET, otherwise -1
|
//See if id_agente is set (either POST or GET, otherwise -1
|
||||||
$id_agent = $idAgent;
|
$id_agent = $idAgent;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user