Open-AudIT
https://www.open-audit.org/phpBB3/

"Remote Management" Plugin
https://www.open-audit.org/phpBB3/viewtopic.php?f=9&t=2480
Page 1 of 1

Author:  homebunny [ Mon Nov 19, 2007 5:53 pm ]
Post subject:  "Remote Management" Plugin

Hi,

I would like using my own custom plugins for Remote management, where changes are NOT lost when i'm updating to the next version.

Example "Funk Proxy" (Remote management):
Edit File system_viewdef_summary.php
[code]
"140"=>array("name"=>"Proxy",
"head"=>__("Proxy"),
"get"=>array("head"=>"Proxy-Session",
"file"=>"launch.php",
"title"=>__("Proxy-Session"),
"image"=>"./images/o_load_balancer.png",
"image_width"=>"16",
"image_height"=>"16",
"var"=>array("hostname"=>"%system_name",
"application"=>"Proxy",
"ext"=>"vbs",
),
),
),[/code]
(File launch_filedef_proxy.txt is attached)

I would like to use this PLUGINS for installing software remotly.
(Currently I use an access DB for this tasks, but would like this in Open-AudIT)

Any ideas how we can make this, so my changes/customization wouldn't be lost in a (sub)version upgrade

Cheers

launch_filedef_proxy.txt
[code]ThisMessage="Click OK to Proxy NAME"
ThisResult = MsgBox (ThisMessage, 65, "Proxy Master")
if ThisResult = 1 then
Dim WshShell, oExec
Set WshShell = CreateObject("WScript.Shell")
cmdline = "C:\PROGRAM FILES\FUNK SOFTWARE\PROXY MASTER\PROXY /PIP /XR3M0T3 /SNAME"
Set oExec = WshShell.Exec(cmdline)
end if
[/code]

Page 1 of 1 All times are UTC + 10 hours
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/