Skip to content

Commit

Permalink
it is called 'netios' and not 'net bios'
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkaplan committed Jul 22, 2016
1 parent 0f6834e commit ece75ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion intelmq/bots/parsers/shadowserver/README.md
Expand Up @@ -31,7 +31,7 @@ Possible feednames:
* Open-Memcached
* Open-m DNS
* Open-TFTP
* Open-Net BIOS
* Open-NetBIOS
* NTP-Monitor
* Open-SSDP
* Open-Chargen
Expand Down
2 changes: 1 addition & 1 deletion intelmq/bots/parsers/shadowserver/config.py
Expand Up @@ -50,7 +50,7 @@ def get_feed(feedname):
"NTP-Monitor": ntp_monitor,
"DNS-open-resolvers": dns_open_resolvers, # TODO Check implementation.
"Open-Elasticsearch": open_elasticsearch,
"Open-Net BIOS": open_net_bios, # TODO Check implementation.
"Open-NetBIOS": open_net_bios, # TODO Check implementation.
"Open-Mongo DB": open_mongo_db, # TODO Check implementation.
"Open-MSSQL": open_mssql, # TODO Check implementation.
"Open-SNMP": open_snmp,
Expand Down

1 comment on commit ece75ea

@dmth
Copy link
Contributor

@dmth dmth commented on ece75ea Jul 27, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment on 1973105

Please sign in to comment.