Skip to content
This repository has been archived by the owner on Dec 16, 2017. It is now read-only.

Commit

Permalink
Fix VXVault URL for #161
Browse files Browse the repository at this point in the history
  • Loading branch information
krmaxwell committed Apr 21, 2015
1 parent 5ef2aad commit f969a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maltrieve.py
Expand Up @@ -469,7 +469,7 @@ def main():
source_urls = {'https://zeustracker.abuse.ch/monitor.php?urlfeed=binaries': process_xml_list_desc,
'http://www.malwaredomainlist.com/hostslist/mdl.xml': process_xml_list_desc,
'http://malc0de.com/rss/': process_xml_list_desc,
'http://vxvault.siri-urz.net/URL_List.php': process_simple_list,
'http://vxvault.net/URL_List.php': process_simple_list,
'http://urlquery.net/': process_urlquery,
'http://support.clean-mx.de/clean-mx/rss?scope=viruses&limit=0%2C64': process_xml_list_title,
'http://malwareurls.joxeankoret.com/normal.txt': process_simple_list}
Expand Down

0 comments on commit f969a5f

Please sign in to comment.