-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
Description
Hi Christophe -
I'm just scraping the surface on your code, but after experiencing some timeouts with our MISP server I experimented with the same line that was changed for #52 .
88 self.misp = PyMISP(url=misp_url, key=misp_key, ssl=misp_verify, debug=misp_debug, tool='misp_maltego', timeout=(2, 60))
I found I could modify the 2nd parameter and avoid the timeouts.
Would it be possible to externalize both of these timeout values, making them accessible in MISP_maltego.conf ?
Reactions are currently unavailable