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

Re: [cobalt-security] perl taint mode



uhm lol :p

----- Original Message ----- 
From: "John Bailey" <support@xxxxxxxxxxxxxxxxxxxxxx>
To: "Tomy Wagner" <tomy.wagner@xxxxxxxxx>
Cc: <cobalt-security@xxxxxxxxxxxxxxx>
Sent: Thursday, January 31, 2002 2:27 PM
Subject: Re: [cobalt-security] perl taint mode


> > mv /usr/bin/perl /usr/bin/.perl_orig
> > then create a new shell script which contains the following lines:
> >     #!/bin/sh
> >     /usr/bin/perl -T
> 
> Just a thought, but should that not be:
> 
> #!/bin/sh
> /usr/bin/.perl_orig -T $*
> 
> I'd have thought using /usr/bin/perl is just asking for infinite
> recursion?
> 
> Regards,
> 
> John
> 
> _______________________________________________
> cobalt-security mailing list
> cobalt-security@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-security
>