Is there any perl module through which we can find the shared files
on a remote XP system.If not is there any idea how to get the shared
files on the remote system.
thanx in advance.
Win32::NetResource (in libwin32, so supplied with ActivePerl) will let
you enumerate the shares exported by a given machine.
Ben
http://search.cpan.org/search?query=win32+registry
I don't know what you mean by 'remote desktop'. If you mean a module
that talks Microsoft's RDP protocol, then I somewhat doubt it.
Ben
What protocol are you trying to use? Again, if you mean RDP then I doubt
there is a module for it: it would be *extremely* difficult to remotely
drive a GUI-based protocol like RDP in any case.
Once you've worked out which protocol you are trying to connect with,
you can search CPAN as well as I can.
Ben
For example i have to check if remote registry , remote telnet, remote
sshd..etc are accesible for this set of passwords.For this the only
thing i hav to do is just establish a connection for each of the
password. If the connection is established then the remote system is
vulnerable else not vulnerable.
In the same manner i want to test whether i can just connect to the
RDP service on the remote machine.