Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-py-test committed Sep 8, 2024
1 parent 590eeeb commit ec13d52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
8 changes: 4 additions & 4 deletions antimalware.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
! Homepage: https://github.com/iam-py-test/my_filters_001
! Expires: 1 day
! Last updated: 2024-9-7
! Version: 202497.2
! Version: 202497.3
! Description: This list aims to protect against scams, phishing, malware, some stalkerware, and potentially unwanted programs (PUPs). It includes a version of vxvault.net's list, modified by me to work in adblockers.
! Special thanks to all of the people who have helped me maintain this list! Check out https://github.com/iam-py-test/my_filters_001/blob/main/CONTRIBUTORS.md
! Issues url: https://github.com/iam-py-test/my_filters_001/issues
Expand Down Expand Up @@ -1129,9 +1129,6 @@
||www.winfrey2024.com^$all
||bisbenefits.solutions^$all

! https://virustotal.com/gui/url/a7c6db453eaaafa9450ff12b5e85d81c8fc096912f1d9c295a908bd5c02ef3bd/community
||okra-grouper-hny2.squarespace.com^$all

! https://virustotal.com/gui/url/34512642d5d361717a97c817fbf65c008d4cc903a2c7ae641820a9d1e0fca5e0 --> https://app.any.run/tasks/5fb54e2b-1857-45ea-9656-bb4e185d47ab
||pirate4.life^$all

Expand Down Expand Up @@ -6934,6 +6931,9 @@ ostrowlubelski.pl##^responseheader(location)
! my analysis: https://tria.ge/240907-rrcv6sybkq/behavioral1
||nameless2020.github.io^$all

! https://github.com/mitchellkrogza/phishing/pull/479
||albapietra.com.br^$document

! ---- Scams ----

! fails to disclose it's lack of connection to uBlock *Origin*
Expand Down
13 changes: 0 additions & 13 deletions scripts/ed.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,17 +156,6 @@ def is_valid(domain):
except:
return False

def port_open(host, port):
"""
causes the program to hang for some reason
"""
return False # prevent use
try:
s = socket.socket()
return s.connect_ex((host, port)) == 0
except:
return False

def get_tls_info(hostname):
# https://stackoverflow.com/questions/41620369/how-to-get-ssl-certificate-details-using-python
context = ssl.create_default_context()
Expand Down Expand Up @@ -345,8 +334,6 @@ def get_dns_record(domain, record):
if "times_died" not in entry_data[e]:
entry_data[e]['times_died'] = 0
entry_data[e]["check_counter"] += 1
if e.endswith(".squarespace.com") or e.endswith(".itch.io") or e.endswith(".azurefd.net") or e.endswith(".appspot.com"): # temp measure to force recheck of these domains now that death detection has been added
entry_data[e]["check_counter"] += 10
last_check_status = entry_data[e]["check_status"]
entry_data[e]['subdomain_status'] = {}
if e in root_domains:
Expand Down

0 comments on commit ec13d52

Please sign in to comment.