[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] [OT] Email spam



> .pl and .cgi files can be named anything at all.
> 
> Try the following commands:
> 
> # find /home/sites -name "*.pl"
> 
> and
> 
> # find /home/sites -name "*.cgi"
> 
> to get a list of ALL .pl and .cgi files your clients may have installed.
> 

or, maybe better, try

   find /home/sites/site*/web -type f -perm +111
and
   find /home/sites/site*/users/*/web -type f -perm +111


to find all files marked executable.



Jens-Peter