Fwd: Nmap ( http://directory.fsf.org/project/nmap/ ) is Mis-Interpreting the GPL

2009-11-21 Thread Shlomi Fish
-- Forwarded Message -- Subject: Nmap ( http://directory.fsf.org/project/nmap/ ) is Mis-Interpreting the GPL Date: Saturday 21 Nov 2009, 12:29:05 From: Shlomi Fish To: bug-direct...@fsf.org CC: fyo...@insecure.org Hi! It seems that while http://directory.fsf.org/project

Re: Nmap, tty and Perl

2009-06-27 Thread Noam Rathaus
Hi sara, I am not looking for direct HTML rendering, rather that nmap will give more updates during the process, at the moment it just tells you at the beging "hello" and when its done "here are the results". If you want to get an update on its progress you need to "pr

Re: Nmap, tty and Perl

2009-06-27 Thread sara fink
nt of view. On 6/25/09, Noam Rathaus wrote: > Hi, > > I am trying to get nmap to be a bit more "friendly" by wrapping it > inside a perl script that will cause it to spit out a status by > "sending it a character": > == > #!/usr/bin/perl > use IPC::O

Re: Nmap, tty and Perl

2009-06-25 Thread Gabor Szabo
On Thu, Jun 25, 2009 at 10:59 AM, Noam Rathaus wrote: > Hi, > > I am trying to get nmap to be a bit more "friendly" by wrapping it > inside a perl script that will cause it to spit out a status by > "sending it a character": I don't know much about n

Re: Nmap, tty and Perl

2009-06-25 Thread Noam Rathaus
Gabor, I did - but these two packages appear to be left-ware, they haven't been updated it quite a while. Nmap-Scanner = October 29, 2006 Nmap-Parser = 07 Nov 2008 The first appears much more dead then the second one, which is a shame as the first one is more comprehensive than the secon

Re: Nmap, tty and Perl

2009-06-25 Thread Gabor Szabo
On Thu, Jun 25, 2009 at 12:19 PM, Noam Rathaus wrote: > Gabor, > > Those two are great packages, but they don't get a more frequent > progressbar than that which is spit out by Nmap, which is problematic > if you want to show it more "interactively" to the user. >

Re: Nmap, tty and Perl

2009-06-25 Thread Shlomi Fish
Hi Noam! A few comments on your Perl code. On Thursday 25 June 2009 10:59:47 Noam Rathaus wrote: > Hi, > > I am trying to get nmap to be a bit more "friendly" by wrapping it > inside a perl script that will cause it to spit out a status by > "sending it a character&

Re: Nmap, tty and Perl

2009-06-25 Thread Noam Rathaus
Gabor, Those two are great packages, but they don't get a more frequent progressbar than that which is spit out by Nmap, which is problematic if you want to show it more "interactively" to the user. BTW: 1) the first one has several bugs, for example it gets stuck as it waits f

Nmap, tty and Perl

2009-06-25 Thread Noam Rathaus
Hi, I am trying to get nmap to be a bit more "friendly" by wrapping it inside a perl script that will cause it to spit out a status by "sending it a character": == #!/usr/bin/perl use IPC::Open3; use POSIX ":sys_wait_h"; use FileHandle; $| = 1; my $nmap = "/u

Re: nmap quiet mode

2008-01-07 Thread Josh Amishav-Zlatin
On Mon, 7 Jan 2008, Mike Kemelmakher wrote: yes. i can. nmap, telnet, neststat, ssh all work as expected. simply hping will not return error status "1" in case port is not available on localhost Hi Mike, One work-around might be to run: hping -c 1 -S localhost -p [port]

Re: nmap quiet mode

2008-01-07 Thread Mike Kemelmakher
. i can. nmap, telnet, neststat, ssh all work as expected. simply hping will not return error status "1" in case port is not available on localhost and i need to test ports on the same host as well as on remote hosts. hping should be able to handle that. -

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

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

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

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

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

Re: nmap

2000-09-18 Thread Ben-Nes Michael
install it ? Yoav Grosswirth wrote: > Hi all > > I want to use the nmap command but I don't have it on my machine (red hat > 6.2). > What do I have to do to make it work? > > TNX, > > Yoav Grosswirth > Linux / UNIX > John Bryce Training LTD > Tel:

Re: nmap

2000-09-18 Thread Oren Held
Hello Yoav, It's not 'a command', it's a 'software'. get it from www.freshmeat.net , for example. search there for 'nmap'. If you want the rpm file (ease of install), maybe you'll find it in www.insecure.org. Cya, Oren On Mon, 18 Sep 2000, Yoav G

nmap

2000-09-18 Thread Yoav Grosswirth
Hi all I want to use the nmap command but I don't have it on my machine (red hat 6.2). What do I have to do to make it work? TNX, Yoav Grosswirth Linux / UNIX John Bryce Training LTD Tel: +972 53 806791 E-mail: [EMAIL PROT

Re: ipchains logs and nmap audit

2000-01-22 Thread Subba Rao
On 0, Ira Abramov <[EMAIL PROTECTED]> wrote: > On Sat, 22 Jan 2000, Subba Rao wrote: > > > > > I have several ipchain rules. One of them is: > > > > ipchains -A input -i ppp0 -p TCP --destination-port 21 -l -j DENY > > > > Why are these ipchains not doing any logging? I do have the -l option

Re: ipchains logs and nmap audit

2000-01-22 Thread Ira Abramov
On Sat, 22 Jan 2000, Subba Rao wrote: > > I have several ipchain rules. One of them is: > > ipchains -A input -i ppp0 -p TCP --destination-port 21 -l -j DENY > > Why are these ipchains not doing any logging? I do have the -l option from what you described it doesn't drop the packet either. l

ipchains logs and nmap audit

2000-01-22 Thread Subba Rao
the connections to the services are getting logged by ipchains filters. I have used nmap on the ppp0 interface and yet it is not getting logged. How are you auditing your services on the ppp0 interface? What options in ipchains are you using to do the logging? Thank you in advance. Subba Rao