File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- v0.2.2 , 10/06/2013 -- Prepare packaging for pypi
1+ v0.2.3 , 10/06/2013 -- Prepare packaging for pypi
22v0.2.1, 17/05/2013 -- Code Docstring and added support for additional data
33 - added support for scripts in NmapService
44 - added support for hosts extra data in NmapHost (uptime, distance,...)
Original file line number Diff line number Diff line change @@ -26,17 +26,17 @@ libnmap modules
2626
2727The lib currently offers the following modules:
2828
29- - process: enables you to launch nmap scans
30- - parse: enables you to parse nmap reports or scan results (only XML so far) from a file, a string,...
31- - report: enables you to manipulate a parsed scan result and de/serialize scan results in a json format
32- - diff: enables you to see what changed between two scans
33- - common: contains basic nmap objects like NmapHost and NmapService. It is to note that each object can be "diff()ed" with another similar object.
34- - plugins: enables you to support datastores for your scan results directly in the "NmapReport" object from report module:
35-
36- - mongodb: only plugin implemented so far, ultra basic, for POC purpose only
37- - sqlalchemy: on-going
38- - csv: todo (easy to implement)
39- - elastic search: todo
29+ - ** process ** : enables you to launch nmap scans
30+ - ** parse ** : enables you to parse nmap reports or scan results (only XML so far) from a file, a string,...
31+ - ** report ** : enables you to manipulate a parsed scan result and de/serialize scan results in a json format
32+ - ** diff ** : enables you to see what changed between two scans
33+ - ** common ** : contains basic nmap objects like NmapHost and NmapService. It is to note that each object can be "diff()ed" with another similar object.
34+ - ** plugins ** : enables you to support datastores for your scan results directly in the "NmapReport" object from report module:
35+
36+ - mongodb: only plugin implemented so far, ultra basic, for POC purpose only
37+ - sqlalchemy: on-going
38+ - csv: todo (easy to implement)
39+ - elastic search: todo
4040
4141Documentation
4242-------------
Original file line number Diff line number Diff line change 55
66setup (
77 name = 'python-libnmap' ,
8- version = '0.2.2 ' ,
8+ version = '0.2.3 ' ,
99 author = 'Ronald Bister' ,
1010 author_email = 'mini.pelle@gmail.com' ,
1111 packages = ['libnmap' , 'libnmap.plugins' , 'libnmap.test' ],
You can’t perform that action at this time.
0 commit comments