module documentation

Undocumented

Class NmapMongodbPlugin This class handle the persistence of NmapRepport object in mongodb Implementation is made using pymongo Object of this class must be create via the BackendPluginFactory.create(**url) where url is a named dict like {'plugin_name': "mongodb"} this dict may receive all the param MongoClient() support...