Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue26 #30

Merged
merged 8 commits into from
May 12, 2014
Merged

Issue26 #30

merged 8 commits into from
May 12, 2014

Commits on May 5, 2014

  1. issue #26: Changes in OS fingerprint data API

    Administrator committed May 5, 2014
    1 Configuration menu
    Copy the full SHA
    f2b3022 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2014

  1. Configuration menu
    Copy the full SHA
    4980be4 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2014

  1. Configuration menu
    Copy the full SHA
    a3631cb View commit details
    Browse the repository at this point in the history

Commits on May 11, 2014

  1. fix issue11, 26, 28: Changes in OS fingerprint data API

                        - NmapHost now holds its OS fingerprint data in NmapHost.os
                          (NmapOSFingerpring object)
                        - fingerprint is now a property which means you have to call
                          it without () NmapHost.os.fingerprint and should be called
                          directly from NmapHost.os
                        - NmapHost.os.fingerprints return an array of os
                          fingerprints (strings)
                        - NmapHost.os.fingerprint return a concatenated string of
                          all fingerprints
                        - Fingerprints data are now accessible via
                          NmapHost.os.osmatches which returns a list of NmapOSMatch
                          objects
                        - NmapOSMatch objects might contain a list of NmapOSClass
                          objects matching with it
                        - NmapOSClass objects might contain a list of CPE object
                          related to the os class (CPE class will be improved and
                          API enriched)
                        - TODO: finalize API doc and create all related unit tests
    savon-noir committed May 11, 2014
    Configuration menu
    Copy the full SHA
    77b91ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7b57a9 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2014

  1. fixed serialization issue

    savon-noir committed May 12, 2014
    Configuration menu
    Copy the full SHA
    9ac2885 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95c5ea5 View commit details
    Browse the repository at this point in the history
  3. added missing test file

    savon-noir committed May 12, 2014
    Configuration menu
    Copy the full SHA
    a9d6c54 View commit details
    Browse the repository at this point in the history