Re: nmap quiet mode

2008-01-06 Thread Vitaly
On Jan 6, 2008 8:37 PM, Mike Kemelmakher <[EMAIL PROTECTED]> wrote: > Hi All, > > I need following functionality from nmap - test presence of a service > listening to a particular port without performing full connect but with > TCP SYN ACK RESET > and get the result in form of return status. some

Re: copy boot image

2008-01-06 Thread Ofek Doron [Ofek BIZ]
Tom Rosenfeld wrote: What is the recommended method to distributing linux images? There is no "recommended method" ... maybe "partimage" (http://www.partimage.org/Main_Page) will be sufficient for you. - doron If I have a workstation with a tuned installation and I want to replicate it t

Re: Linux hardening Guide

2008-01-06 Thread Ofek Doron [Ofek BIZ]
Hi, I think that better place is OpenNA web site. Gerhard Mourani (the owner) have a nice book about linux hardening (Securing and Optimizing Linux: The Hacking Solution): http://www.openna.com/products/books.php also, take a look at http://www.puschitz.com ( werner puschitz web site/)

nmap quiet mode

2008-01-06 Thread Mike Kemelmakher
Hi All, I need following functionality from nmap - test presence of a service listening to a particular port without performing full connect but with TCP SYN ACK RESET and get the result in form of return status. something like following: [EMAIL PROTECTED] # nmap -sS -p 22 hostname [EMAIL

Re: nmap quiet mode

2008-01-06 Thread Josh Amishav-Zlatin
On Sun, 6 Jan 2008, Mike Kemelmakher wrote: 10x. as far as i can see it is not working for localhost for some reason ... Can you verify that the expected port is indeed available on localhost through some other means (i.e. netstat -pan, nc localhost port)? and i need to test ports on the sa

Re: nmap quiet mode

2008-01-06 Thread Mike Kemelmakher
10x. as far as i can see it is not working for localhost for some reason ... and i need to test ports on the same host as well as on remote hosts. -Mike Josh Amishav-Zlatin wrote: On Sun, 6 Jan 2008, Mike Kemelmakher wrote: Hi All, I need following functionality from nmap - test presence

Re: nmap quiet mode

2008-01-06 Thread Josh Amishav-Zlatin
On Sun, 6 Jan 2008, Mike Kemelmakher wrote: Hi All, I need following functionality from nmap - test presence of a service listening to a particular port without performing full connect but with TCP SYN ACK RESET If you don't want a full TCP handshake why not use hping, something like: hpi

Re: Borrowing an Ethernet Card

2008-01-06 Thread Oron Peled
On Sunday, 6 בJanuary 2008, Shlomi Fish wrote: > I have the following networking bug on my Linux computer: > http://community.livejournal.com/shlomif_tech/3938.html > ... > So I'm asking if anyone here has a working 100 Mbps Ethernet card that he > can lend me so I can temporarily replace it in my

Re: growisofs Makes the System Less Responsive on MDV-Cooker and kernel 2.6.24-rc6

2008-01-06 Thread Yedidyah Bar-David
On Sun, Jan 06, 2008 at 07:59:18PM +0200, Shlomi Fish wrote: > Hi all! > > I often used to burn CDs and DVDs on my Mandriva Cooker system without any > problems. I used the combination of the command line tools "mkisofs" > and "growisofs" to burn a DVD. > > Today I noticed that when running gro

Re: copy boot image

2008-01-06 Thread Tom Rosenfeld
On Jan 6, 2008 5:54 PM, Ofek Doron [Ofek BIZ] <[EMAIL PROTECTED]> wrote: > Tom Rosenfeld wrote: > > What is the recommended method to distributing linux images? > > There is no "recommended method" ... > maybe "partimage" (http://www.partimage.org/Main_Page) will be sufficient > for you. > > - do

nmap quiet mode

2008-01-06 Thread Mike Kemelmakher
Hi All, I need following functionality from nmap - test presence of a service listening to a particular port without performing full connect but with TCP SYN ACK RESET and get the result in form of return status. something like following: [EMAIL PROTECTED] # nmap -sS -p 22 hostname [EMAIL

growisofs Makes the System Less Responsive on MDV-Cooker and kernel 2.6.24-rc6

2008-01-06 Thread Shlomi Fish
Hi all! I often used to burn CDs and DVDs on my Mandriva Cooker system without any problems. I used the combination of the command line tools "mkisofs" and "growisofs" to burn a DVD. Today I noticed that when running growisofs to burn a DVD, the system became much less responsive: moving windo

Borrowing an Ethernet Card

2008-01-06 Thread Shlomi Fish
Hi all! I have the following networking bug on my Linux computer: http://community.livejournal.com/shlomif_tech/3938.html Now my hostmaster suspects that the problem is caused by a faulty Ethernet Network Interface Card (NIC). He offered to lend me his own Ethernet card, which he knows to work

Re: copy boot image

2008-01-06 Thread Hetz Ben Hamo
Why opening the box? You can do it with ghost (and other tools which you can find in freshmeat.net), but you don't need to open the machine for that. Thanks, Hetz On Jan 6, 2008 4:58 PM, Tom Rosenfeld <[EMAIL PROTECTED]> wrote: > What is the recommended method to distributing linux images? > > I

Re: copy boot image

2008-01-06 Thread Kfir Lavi
On Jan 6, 2008 2:58 PM, Tom Rosenfeld <[EMAIL PROTECTED]> wrote: > What is the recommended method to distributing linux images? > > If I have a workstation with a tuned installation and I want to replicate > it to other workstation. The old fashion way is to open the box and > physically copy the

Re: copy boot image

2008-01-06 Thread Geoffrey S. Mendelson
On Sun, Jan 06, 2008 at 04:58:44PM +0200, Tom Rosenfeld wrote: > What is the recommended method to distributing linux images? > > If I have a workstation with a tuned installation and I want to replicate it > to other workstation. The old fashion way is to open the box and physically > copy the di

Re: copy boot image

2008-01-06 Thread Constantine Shulyupin
mount -o bind / /mnt/tmp/ # to eliminate /proc /sys etc tar czf $SOMEWHERE_NOT_ROOT/root.tgz -C /mnt/tmp/ On Jan 6, 2008 4:58 PM, Tom Rosenfeld <[EMAIL PROTECTED]> wrote: > What is the recommended method to distributing linux images? > > If I have a workstation with a tuned installation and I want

copy boot image

2008-01-06 Thread Tom Rosenfeld
What is the recommended method to distributing linux images? If I have a workstation with a tuned installation and I want to replicate it to other workstation. The old fashion way is to open the box and physically copy the disk with ghost. How can I do this without a screwdriver? Thanks, -tom