mirror of https://github.com/MISP/misp-modules
removed unneeded config option for misp
parent
6ea7acc5e4
commit
d09c2f3d44
|
@ -18,9 +18,6 @@ moduleinfo = {'version': '0.1', 'author': 'Andreas Muehlemann',
|
||||||
'description': 'Query a local copy of Maxminds Geolite database',
|
'description': 'Query a local copy of Maxminds Geolite database',
|
||||||
'module-type': ['expansion', 'hover']}
|
'module-type': ['expansion', 'hover']}
|
||||||
|
|
||||||
# config fields that your code expects from the site admin
|
|
||||||
moduleconfig = ['database']
|
|
||||||
|
|
||||||
# get current db from http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
|
# get current db from http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
|
||||||
config = ConfigParser.ConfigParser()
|
config = ConfigParser.ConfigParser()
|
||||||
config.read('./geoip_contry.cfg')
|
config.read('./geoip_contry.cfg')
|
||||||
|
@ -59,4 +56,3 @@ def introspection():
|
||||||
def version():
|
def version():
|
||||||
moduleinfo['config'] = moduleconfig
|
moduleinfo['config'] = moduleconfig
|
||||||
return moduleinfo
|
return moduleinfo
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue