Nmap Development mailing list archives

Re: dev Digest, Vol 144, Issue 31


From: Rewanth Cool <ravatheruler4 () gmail com>
Date: Wed, 22 Mar 2017 17:43:15 +0530

Re: Handled the overflow errors in Ncat by modifying the output.  (Varunram
Ganesh)

Hi Varunram,
That PR is not suitable for a merge as there are some other files also
included in that PR. So I made a new one and closed the previous PR.

Best regards,
Rewanth.

On Wed, Mar 22, 2017 at 5:04 PM, <dev-request () nmap org> wrote:

Send dev mailing list submissions to
        dev () nmap org

To subscribe or unsubscribe via the World Wide Web, visit
        https://nmap.org/mailman/listinfo/dev
or, via email, send a message with subject or body 'help' to
        dev-request () nmap org

You can reach the person managing the list at
        dev-owner () nmap org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of dev digest..."


Today's Topics:

   1. Additions to mac-prefixes (Varunram Ganesh)
   2. Re: Additions to mac-prefixes (Varunram Ganesh)
   3. Detect ExpressJS Server and preference of data file when
      executing script (Vinamra Bhatia)
   4. Handled the overflow errors in Ncat by modifying the output.
      (Rewanth Cool)
   5. Updated and modified the list of SQL errors (Rewanth Cool)
   6. Re: Handled the overflow errors in Ncat by modifying the
      output. (Varunram Ganesh)


----------------------------------------------------------------------

Message: 1
Date: Wed, 22 Mar 2017 07:54:33 +0000 (UTC)
From: Varunram Ganesh <vrg2009 () ymail com>
To: Nmap-dev <dev () nmap org>
Cc: Daniel Miller <bonsaiviking () gmail com>
Subject: Additions to mac-prefixes
Message-ID: <223215210.1361122.1490169273409 () mail yahoo com>
Content-Type: text/plain; charset="utf-8"

Greetings list,
The attached file contains a few of the mac-prefixes that are missing from
our db. Since there was no way to submit these via the website, I thought
I'd post it here to receive feedback.?
Cheers,

Varunram
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://nmap.org/mailman/private/dev/attachments/
20170322/53982f0b/attachment.html>

------------------------------

Message: 2
Date: Wed, 22 Mar 2017 07:55:49 +0000 (UTC)
From: Varunram Ganesh <vrg2009 () ymail com>
To: Nmap-dev <dev () nmap org>
Cc: Daniel Miller <bonsaiviking () gmail com>
Subject: Re: Additions to mac-prefixes
Message-ID: <188512761.457082.1490169349565 () mail yahoo com>
Content-Type: text/plain; charset="utf-8"

Oops, forgot to?attach the file earlier.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://nmap.org/mailman/private/dev/attachments/
20170322/a2c2a24c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mac-prefixes
Type: application/octet-stream
Size: 876 bytes
Desc: not available
URL: <https://nmap.org/mailman/private/dev/attachments/
20170322/a2c2a24c/attachment.obj>

------------------------------

Message: 3
Date: Wed, 22 Mar 2017 16:55:27 +0530
From: Vinamra Bhatia <vinamrabhatia8 () gmail com>
To: dev () nmap org
Subject: Detect ExpressJS Server and preference of data file when
        executing script
Message-ID:
        <CAP+gV2wd8xWUq7ao86hkHOQxo64GpLEfvTM0ULeEzd=nw4niEg@mail.gmail.
com>
Content-Type: text/plain; charset="utf-8"

I saw that there was no detection for ExpressJS in
http-devframework-fingerprint.lua, so i added that in this pull request
https://github.com/nmap/nmap/pull/790

Also, when i was trying to use my local copy of nmap scripts using
--script=./nmap/scripts/http-devframework, the fetchfile function in the
script tries to fetch the copy of http-devframework-fingerprint.lua from
/usr/local/share/nmap/nselib/data/ while I thought that it would do so
from
./nmap/nselib/data.
I came across a merge done quite a long back regarding the same. Can
someone also check this issue?

Cheers,
Vinamra Bhatia
CS Sophomore
BITS Pilani
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://nmap.org/mailman/private/dev/attachments/
20170322/333ea1eb/attachment.html>

------------------------------

Message: 4
Date: Wed, 22 Mar 2017 16:55:52 +0530
From: Rewanth Cool <ravatheruler4 () gmail com>
To: nmap list <dev () nmap org>
Subject: Handled the overflow errors in Ncat by modifying the output.
Message-ID:
        <CAF-KJUJR5w+6AgcxY-XKjGMSy-7Uqx_iPNGeTApJVv=__BCooQ@mail.
gmail.com>
Content-Type: text/plain; charset="utf-8"

If the timeout value is greater than the maximum limit in Ncat, it displays
wrong error messages.

There is a PR on #791 <https://github.com/nmap/nmap/pull/791> regarding
the
same.
This PR handles this overflow and closes the issue #741
<https://github.com/nmap/nmap/issues/741>.

Best regards,
Rewanth.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://nmap.org/mailman/private/dev/attachments/
20170322/e637cf6e/attachment.html>

------------------------------

Message: 5
Date: Wed, 22 Mar 2017 17:03:52 +0530
From: Rewanth Cool <ravatheruler4 () gmail com>
To: nmap list <dev () nmap org>
Subject: Updated and modified the list of SQL errors
Message-ID:
        <CAF-KJUJSh=j9jgHXjARrzUNTcTkg3kkMCxdiLS+aLagtx1Oz7Q@mail.
gmail.com>
Content-Type: text/plain; charset="utf-8"

Updated and modified the list of SQL errors in the
nselib/data/http-sql-errors.lst file with the most common and recent
errors.

There is a PR on #776 <https://github.com/nmap/nmap/pull/776> regarding
the
same.

Best regards,
Rewanth.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://nmap.org/mailman/private/dev/attachments/
20170322/b3143afc/attachment.html>

------------------------------

Message: 6
Date: Wed, 22 Mar 2017 11:34:24 +0000 (UTC)
From: Varunram Ganesh <vrg2009 () ymail com>
To: Nmap-dev <dev () nmap org>
Subject: Re: Handled the overflow errors in Ncat by modifying the
        output.
Message-ID: <947090586.1583401.1490182464867 () mail yahoo com>
Content-Type: text/plain; charset="utf-8"

Hi Rewanth,
I think you already mentioned it at?http://seclists.org/nmap-
dev/2017/q1/204.
Cheers,Varunram
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://nmap.org/mailman/private/dev/attachments/
20170322/7cad455d/attachment.html>

------------------------------

Subject: Digest Footer

_______________________________________________
dev mailing list
dev () nmap org
https://nmap.org/mailman/listinfo/dev


------------------------------

End of dev Digest, Vol 144, Issue 31
************************************

_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/

Current thread: