I want to thank you all for replying to my post. I'm building the
world at the moment and can't wait to start testing what you guys
suggested.
I knew you guys won't let me down.As always I ended up having my
problems solved as well as adding more to my knowledge. It's a
wonderful feeling.
Thanks
> Abu Khaled wrote:
>
> >I don't know much about scripting but i tried to write one to scan my
> >local network using the net/arping port.
Hi, I wrote a similar script a while back to run on my rh linux box; it's
pretty quick and uses the ping cmd.
> #!/bin/bash
>
> pingEm()
> {
> echo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Mon, 25 Apr 2005, Murat Balaban wrote:
Hi,
Did you check http://www.enderunix.org/knowlan/ ?
What is Knowlan?
Knowlan is ARP protocol based Local Area Network IP and MAC Adress Extractor.
Knowlan uses libpcap and libnet libraries for to be simple to
Hi,
Did you check http://www.enderunix.org/knowlan/ ?
What is Knowlan?
Knowlan is ARP protocol based Local Area Network IP and MAC Adress Extractor.
Knowlan uses libpcap and libnet libraries for to be simple to handle and to
have a simple code for any interestor to deal with the code. To desc
Abu Khaled wrote:
On 4/24/05, Alex Soares de Moura <[EMAIL PROTECTED]> wrote:
Abu Khaled wrote:
Greetings...
I don't know much about scripting but i tried to write one to scan my
local network using the net/arping port.
here is the script:
#!/bin/sh
IP=1
while [ $IP -le 20 ]
do
echo -e ".\c"
if
On 4/24/05, Alex Soares de Moura <[EMAIL PROTECTED]> wrote:
> Abu Khaled wrote:
>
> >Greetings...
> >
> >I don't know much about scripting but i tried to write one to scan my
> >local network using the net/arping port.
> >here is the script:
> >
> >#!/bin/sh
> >IP=1
> >while [ $IP -le 20 ]
> >do
>