savon-noir / python-libnmap

libnmap is a python library to run nmap scans, parse and diff scan results. It supports python 2.7 up to 3.8. It's wonderful.
https://libnmap.readthedocs.org
Other
487 stars 182 forks source link

Added dictionary version banner #98

Closed coreybfoulds closed 3 years ago

coreybfoulds commented 5 years ago

I am currently working on a project that uses libnmap and I am in need of a dictionary instead of a string from the banner method. Instead of requesting a change to the existing method, I added an additional method as to not possibly break other preexisting integrations others may have.

savon-noir commented 3 years ago

your PR has been merged in master via PR117 https://github.com/savon-noir/python-libnmap/pull/117

Thanks for your contribution! looking forward for the next ones :+1: