File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5354Below the list of optional dependencies:
5455
55- - sqlite3
56+ - sqlalchemy(+the driver ie:MySQL-python)
5657- pymongo
58+ - boto
5759
5860Install
5961-------
You can’t perform that action at this time.
0 commit comments