-- 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
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
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
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
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
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.
>
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&
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
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
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]
. 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.
-
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
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
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
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
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
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
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:
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
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
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
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
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
23 matches
Mail list logo