[Israel.pm] question
Shlomi Fish
shlomif at shlomifish.org
Thu Jun 14 11:58:03 PDT 2012
Hi Eran,
On Thu, 14 Jun 2012 16:54:15 +0300
eran meiri <emeiri at gmail.com> wrote:
> HI to all,
> does any one have an idea how I can access a windows registry of a remote
> computer via perl script?
What I would do (but there may be a better way - I'm not a Windows expert), is
use the Windows Power Shell remote execution support:
https://www.google.com/search?q=power%20shell%20remote%20execution
You can write something using PowerShell and trap its output using Perl . You
can also use ssh or a similar remote command protocol, or set up your own
custom TCP/IP service.
Regards,
Shlomi Fish
>
> thanks
--
-----------------------------------------------------------------
Shlomi Fish http://www.shlomifish.org/
"The Human Hacking Field Guide" - http://shlom.in/hhfg
XSLT is the worst thing since non‐sliced bread.
Please reply to list if it's a mailing list post - http://shlom.in/reply .
More information about the Perl
mailing list