Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Re: Scan Win32 Machines in domain for P2P software

by davis (Vicar)
on Jun 16, 2003 at 08:43 UTC ( [id://266132]=note: print w/replies, xml ) Need Help??


in reply to Re: Scan Win32 Machines in domain for P2P software
in thread Scan Win32 Machines in domain for P2P software

if ( exists $bad_stuff{$subkey} ) {

Careful. That line would only match if the target machine's registry contained the exact string that I used to key the $bad_stuff hash. I used the hash so that I use a regular expression match to increase flexibility in what the code would catch.

E.g.: If the registry contained "LimeWireInstallDate" (Made up example), your version wouldn't catch it. I also assumed that it would be possible that software would install registry keys unrelated to the software name (it could use the software vendor's name instead, for example).

The point about SV_TYPE_ is a good one though, thanks.


davis
It's not easy to juggle a pregnant wife and a troubled child, but somehow I managed to fit in eight hours of TV a day.

Replies are listed 'Best First'.
Re: Re: Re: Scan Win32 Machines in domain for P2P software
by Marza (Vicar) on Jun 18, 2003 at 19:51 UTC

    Interesting. But is there a case where you only have "LimeWireInstallDate" and not the others?

    As to Gator. He is in the software directory of Lmachine" I would also add Comet System's comet cursor as it does massive tracking and all the women think it is SO cool! At least they are "honest" and give an uninstaller" Note: most spyware progs like SpyBot will take care of these two.

    "Comet Systems" => qr/comet systems/i, "Gator.com" => qr/gator.com/i,
    UPDATE

    Change that! I ran the uninstaller and surprise, the tracking stuff remained. Your spyware cleaner will fix it!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://266132]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-19 16:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found