Re: wildcard poisoning

2014-09-11 Thread carlos albino garcia grijalba
i think that this is not something related with OBSD security but with the correct use of the shell of course this is something that could happen Date: Tue, 9 Sep 2014 21:21:30 -0700 Subject: Re: wildcard poisoning From: pkesh...@gmail.com To: stur...@hotmail.com CC: misc@openbsd.org On 9

wildcard poisoning

2014-09-09 Thread Stefan Olsson
I came across an interesting article on wildcards in shell: http://www.defensecode.com/public/DefenseCode_Unix_WildCards_Gone_Wild.txt Tested some of the above in pdksh on a current OpenBSD-host: $ mkdir test $ cd test $ touch file1 file2 file3 -rf $ mkdir DIR1 DIR2               $ ls -al total

Re: wildcard poisoning

2014-09-09 Thread patrick keshishian
On 9/9/14, Stefan Olsson stur...@hotmail.com wrote: I came across an interesting article on wildcards in shell: http://www.defensecode.com/public/DefenseCode_Unix_WildCards_Gone_Wild.txt Tested some of the above in pdksh on a current OpenBSD-host: $ mkdir test $ cd test $ touch file1 file2