Re: Need bash help

2004-03-15 Thread Chris Pressey
On Tue, 16 Mar 2004 01:40:51 +0200 hugle <[EMAIL PROTECTED]> wrote: > Hello all. > I'm writing here, cause i think just here people can help me. > (p.s. didn't find bash mailing lists) > [...] > So what I wanna do is smth like: > > for i in `seq 1 254`; do > ./dc 192.168.1.$i > and if it returns

Need bash help

2004-03-15 Thread hugle
Hello all. I'm writing here, cause i think just here people can help me. (p.s. didn't find bash mailing lists) So here's what I'm palnning to do.. I have big LAN in here, and noticed that lots of users are still exploitable using RPC. I've just found source of this exploit, compiled it, and trie