Skip to content

Commit e71f3a8

Browse files
committed
pre v0.3. fixme: test and merge S3 plugin
1 parent 7dcd5d2 commit e71f3a8

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v0.2.2, 10/06/2013 -- Prepare packaging for pypi
1+
v0.2.3, 10/06/2013 -- Prepare packaging for pypi
22
v0.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,...)

README.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ libnmap modules
2626

2727
The 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

4141
Documentation
4242
-------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
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'],

0 commit comments

Comments
 (0)