Giter Club home page Giter Club logo

Comments (4)

savon-noir avatar savon-noir commented on September 24, 2024

yep. this changed in nmapv6. in nmapv5 it is on the same "level". There is already a bug filed for this. I'll try to fix it this week along with issue #25 both should be quickly fixed.

Thanks for bug reporting.

from python-libnmap.

savon-noir avatar savon-noir commented on September 24, 2024

this is the explanation from the nmap-dev mailing list. I will base the fix on this input from nmap's devs http://seclists.org/nmap-dev/2012/q2/252

I will probably do the nesting by accuracy matching when osclass is not nested and still have untied osclass array internally.

from python-libnmap.

savon-noir avatar savon-noir commented on September 24, 2024

approach for solving this out

create an osmatch class which will contain:

  • list of osclass dict
  • cpe data (optional). cpe shall be implemented in a class which needs to be also supported in tag
  • osclass will be matched against osmatch based on accuracy
  • unmatched osclass dict will be embedded in a osmatch object:
    • with OsMatch.line attribute =-1
    • with as name a concat of osclass mandatory attributes (vendor and osfamily)
  • fingerprint shall be made of a list: API needs to be adapted a bit

this approach will also close issue #11

from python-libnmap.

savon-noir avatar savon-noir commented on September 24, 2024

fixed in commit 01096b4

from python-libnmap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.