Nmap Development mailing list archives

Sergey. [Status report 09/17]


From: Sergey Khegay <g.sergeykhegay () gmail com>
Date: Tue, 28 Jun 2016 06:23:34 -0400

[Report 09/17]
Hello Nmap Community,

The whole week I was mostly concerned with porting libssh2 to Windows.
Although I made couple changes to brute.lua addressing feedback on my
report.

Accomplishments:
- Did almost working port of libssh2 to Windows.
  I still need to test it. Also there is a copyright concern as I used a
  ready implementation of selectable socketpair for Windows.

  https://github.com/ncm/selectable-socketpair/blob/master/socketpair.c

/* socketpair.c
Copyright 2007, 2010 by Nathan C. Myers <ncm () cantrip org>
Redistribution and use in source and binary forms, with or without
modification,
are permitted provided that the following conditions are met:

    Redistributions of source code must retain the above copyright notice,
this
    list of conditions and the following disclaimer.

    Redistributions in binary form must reproduce the above copyright
notice,
    this list of conditions and the following disclaimer in the
documentation
    and/or other materials provided with the distribution.

    The name of the author must not be used to endorse or promote products
    derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */

- Implemented quickstart strategy in brute.lua to deal with slow growth of
  the number of threads even if it is possible to get more running threads
  within resource constraints.


Goals:
o: Update description and documentation of brute.lua.
o: Merge brute.lua to the main trunk (?).
o: Continue working on libssh2 port to Windows.


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

Current thread: