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

Conversation

savon-noir
Copy link
Owner

merge request to fix issues #11 , issue #26 and issue #28

Administrator and others added 8 commits May 5, 2014 18:41
                    - 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
Copy link
Owner Author

v0.4.8, 05/05/2014 -- 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 savon-noir closed this May 12, 2014
@savon-noir savon-noir reopened this May 12, 2014
savon-noir added a commit that referenced this pull request May 12, 2014
v0.4.8, 05/05/2014 -- 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 savon-noir merged commit 01096b4 into master May 12, 2014
@savon-noir savon-noir deleted the issue26 branch May 12, 2014 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant