Commit Graph

1976 Commits

Author SHA1 Message Date
Steven Black
410e1c8cb2 Latest amalgamated hosts file, with 27,157 unique entries. 2016-01-02 18:57:45 -05:00
Steven Black
eeb6c54b13 Better handling of download errors. 2016-01-02 18:57:23 -05:00
Steven Black
7be6a27cb6 Updated three data sources. 2016-01-02 18:56:55 -05:00
Steven Black
8f48e44204 Updating my hosts list. 2016-01-02 18:46:37 -05:00
Steven Black
7dd4cb4b55 Merge pull request #54 from FadeMind/master
Thanks Tomasz!
2016-01-01 12:52:59 -05:00
Tomasz Przybył
756249686d Using HTTPS for MDL hosts file source 2015-12-31 20:48:53 +01:00
Steven Black
6e7bd93e29 Updated the amalgamated hosts file, now with 27,199 entries. 2015-12-30 12:14:08 -05:00
Steven Black
944f99fc69 Update from MalwareDomainlist.com 2015-12-30 12:13:42 -05:00
Steven Black
d8775511a5 Updated personal hosts list. 2015-12-30 12:12:30 -05:00
Steven Black
de16117309 New amalgamated hosts file with 27,195 entries. 2015-12-28 21:51:41 -05:00
Steven Black
d29c2020b3 Updated host sources. 2015-12-28 21:51:18 -05:00
Steven Black
a1ac6ae666 New amalgamated hosts file, containing 26,831 unique entries. 2015-12-19 19:17:43 -05:00
Steven Black
331d2d7cf0 Updated data source. 2015-12-19 19:17:21 -05:00
Steven Black
e34aa5870e Updated data sources. 2015-12-19 19:17:09 -05:00
Steven Black
77f1f69f5e Updated the amalgamated hosts file with 26,799 unique entries. 2015-12-08 17:47:34 -05:00
Steven Black
aee5569a54 Updates from four data sources. 2015-12-08 17:46:46 -05:00
Steven Black
915e326112 Updated my hosts list. 2015-12-08 17:44:57 -05:00
Steven Black
0883426dc0 Merge pull request #48 from FadeMind/master
update Reloading hosts file instructions for Linux
2015-11-25 13:40:30 -05:00
FadeMind
f1d8114499 update Reloading hosts file instructions for Linux 2015-11-25 18:50:02 +01:00
Steven Black
9be186bafe Updated hosts file with 26,933 entries. 2015-11-23 09:10:00 -05:00
Steven Black
3299a65fda Updated data from malwaredomainlist.com. 2015-11-23 09:09:26 -05:00
Steven Black
9bf03dd7c9 Add at the top. 2015-11-23 09:07:36 -05:00
Steven Black
8d12266eb7 Merge pull request #46 from FrancoGag/master
Don't print '::1 localhost'
2015-11-23 09:01:36 -05:00
FrancoGag
459fb01471 Don't print '::1 localhost' 2015-11-21 10:19:25 -03:00
Steven Black
a7c73805eb Fix IndentationError. 2015-11-20 22:12:57 -05:00
Steven Black
d372865698 Refactor: whitespace for consistency and readability. 2015-11-20 22:10:49 -05:00
Steven Black
1e69a99817 Fresh amalgamated hosts file with 26,932 unique entries. 2015-11-20 21:12:17 -05:00
Steven Black
fb53b283d9 Updated data sources. 2015-11-20 21:11:56 -05:00
Steven Black
e35ca1ecae Merge pull request #45 from hd074/master
hotfix for duplicates and artefacts
2015-11-20 21:09:39 -05:00
Steven Black
30db25fac4 Merge pull request #43 from FrancoGag/master
Check if 'hosts' file exists
2015-11-15 23:01:18 -05:00
Hannes Domschke
2b18fa1e1a better delete after updating so we dont end up with an empty hosts file if update goes wrong and causes a crash 2015-11-15 23:23:06 +01:00
Hannes Domschke
5f2bb91173 hotfix for duplicates and artefacts 2015-11-15 22:38:07 +01:00
Franco Gagliardi
cdaffa0202 Removed sys.exit() 2015-11-15 16:19:53 -03:00
Steven Black
02822ff025 Merge pull request #44 from mariusv/patch-2
OSX DNS flush to cover El Capitan
2015-11-15 10:39:29 -05:00
Marius Voila
d899ae6744 OSX DNS flush to cover El Capitan
Updated the readme to cover OSX El Capitan for flushing DNS
2015-11-15 07:30:04 +00:00
Franco Gagliardi
0b0988eeef Check if 'hosts' file exists
We need to check that the file exists before trying to update it, and if it doesn't we try to create an empty 'hosts' file.
2015-11-14 22:32:17 -03:00
Steven Black
80dcdfe00c Latest readme: 26,899 entries. 2015-11-09 23:10:58 -05:00
Steven Black
845bad283a Why list the local data file name. I don't get it. 2015-11-09 23:10:42 -05:00
Steven Black
feb9c6e110 Revert "Why list the local source file name? I don't get it."
This reverts commit 375c57a148.
2015-11-09 23:09:00 -05:00
Steven Black
375c57a148 Why list the local source file name? I don't get it. 2015-11-09 23:06:21 -05:00
Steven Black
544490e99a Not happy with the way this lists not the source URLS, but the local file names. 2015-11-09 23:03:23 -05:00
Steven Black
f39a75adb2 Updated data files. 2015-11-09 23:01:17 -05:00
Steven Black
c0766a4e87 Better handle the no-domain-in-the-line error in data. This closes #38. 2015-11-09 23:00:37 -05:00
Steven Black
fc62f2db46 Merge pull request #36 from FrancoGag/master
Delete .DS_Store from Data
2015-11-09 15:24:47 -05:00
FrancoGag
d1dba20663 Renamed removeDups() to removeDupsAndExcl()
Renamed removeDups() to reflect that now the function also excludes domains and keywords in the whitelist.
2015-11-09 17:09:59 -03:00
FrancoGag
e1d41823bd Fixed: Exclude domains in the whitelist (2)
Now it probably works with Python 3 and the code is much cleaner.
2015-11-07 17:54:36 -03:00
FrancoGag
6a07a22b61 Fixed: Exclude domains in the whitelist
It still can be improved but now it's working as it should.
Not tested with Python 3. Working with Python 2.7.10
2015-11-07 17:01:55 -03:00
FrancoGag
58e5277b25 Create whitelist 2015-11-05 10:47:55 -03:00
FrancoGag
461b06710c Exclude domains contained in a whitelist 2015-11-05 10:44:42 -03:00
FrancoGag
ad5605c4c0 Ignore whitelist file 2015-11-05 10:37:20 -03:00