Skip to content

Commit cc577be

Browse files
committed
update plugins definition/state and dependencies
1 parent 78fd633 commit cc577be

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ The lib currently offers the following modules:
3131
- **report**: enables you to manipulate a parsed scan result and de/serialize scan results in a json format
3232
- **diff**: enables you to see what changed between two scans
3333
- **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:
34+
- **plugins**: enables you to support datastores for your scan results directly in the "NmapReport" object. from report module:
3535

36-
- mongodb: only plugin implemented so far, ultra basic, for POC purpose only
37-
- sqlalchemy: on-going
36+
- mongodb: insert/get/getAll/delete
37+
- sqlalchemy: insert/get/getAll/delete
38+
- aws s3: insert/get/getAll/delete
3839
- csv: todo (easy to implement)
3940
- elastic search: todo
4041

@@ -52,8 +53,9 @@ The only additional python modules you'll have to install depends if you wish to
5253

5354
Below the list of optional dependencies:
5455

55-
- sqlite3
56+
- sqlalchemy(+the driver ie:MySQL-python)
5657
- pymongo
58+
- boto
5759

5860
Install
5961
-------

0 commit comments

Comments
 (0)