Skip to content
Open
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
9d2ad83
Created domain typosquatting checker
zbalkan Nov 30, 2025
109df58
Added customlist capability
zbalkan Dec 30, 2025
1ef77d6
Final version
zbalkan Dec 30, 2025
3fde001
Foxed performance issue
zbalkan Dec 30, 2025
c0eb10b
Added path check
zbalkan Dec 30, 2025
216c9ac
Added exception handling for file parsing
zbalkan Dec 30, 2025
2349023
Disposed the threadlocal normalizer
zbalkan Dec 30, 2025
d345ce2
Memory management for detector
zbalkan Dec 30, 2025
9a9fc59
Marked detector as volatile
zbalkan Dec 30, 2025
62c97b4
Reused same httpclient
zbalkan Dec 30, 2025
ac3a4b9
Fixed async query
zbalkan Dec 30, 2025
d82deb5
Fixed nullability attributes
zbalkan Dec 30, 2025
381049f
Minor fix for null bloomfilter
zbalkan Dec 31, 2025
55be360
Final touches
zbalkan Dec 31, 2025
43e2701
Fixed sync-in-async issue
zbalkan Jan 1, 2026
5ef1b49
Fixed hash-check bug
zbalkan Jan 1, 2026
3be8c44
Fixed timer issue
zbalkan Jan 1, 2026
4e81914
Prioritized user provided domain list
zbalkan Jan 1, 2026
16ee898
Added "m" as a common subdomain name to cleanup
zbalkan Jan 1, 2026
a142f23
Optimized fuzzy matching
zbalkan Jan 1, 2026
1ef772e
Minor performance optimizations on hot path
zbalkan Jan 1, 2026
ccc064e
Added README
zbalkan Jan 1, 2026
038d255
Updated app description
zbalkan Jan 1, 2026
4340beb
Fixed regions
zbalkan Jan 1, 2026
c27794e
Improved null handlng
zbalkan Jan 1, 2026
f38c308
Simplified suspicious check
zbalkan Jan 1, 2026
ae1d7eb
Simplified Reason enum
zbalkan Jan 1, 2026
ea267e0
Added empty or corrupted hash file edge case handling
zbalkan Jan 1, 2026
cf26711
Guard clause for httpClient leak edge case
zbalkan Jan 1, 2026
9cc367a
Added default severity.
zbalkan Jan 1, 2026
d464196
Updated description
zbalkan Jan 1, 2026
8fb46f3
Made httpclient non-static
zbalkan Jan 1, 2026
6b724e3
Used regular for loop for small instances to minimize overload
zbalkan Jan 1, 2026
94aed97
Removed unused httpclient
zbalkan Jan 1, 2026
8375608
Solving race condition in Parallel.Foreach
zbalkan Jan 1, 2026
c57e475
Fixrd concurrency issue in swapping detector
zbalkan Jan 1, 2026
b8fbcf9
Volarile _change
zbalkan Jan 1, 2026
f4e5968
Concurrency issues, again
zbalkan Jan 1, 2026
c111cd1
Fixed regex
zbalkan Jan 1, 2026
79cf25b
Added null check
zbalkan Jan 1, 2026
2af0ae5
Shared lock issue fixed
zbalkan Jan 1, 2026
e05fbc3
Normalizatipn function fixed
zbalkan Jan 1, 2026
5b7695e
Simplification
zbalkan Jan 1, 2026
ce40194
Optimizations
zbalkan Jan 1, 2026
576be77
Used Lazy static HTTP client issues
zbalkan Jan 1, 2026
e82225b
Fixed path issues
zbalkan Jan 1, 2026
2369713
Concurrency is a headache
zbalkan Jan 1, 2026
a22f599
Used explicit type instead of var everywhere
zbalkan Jan 1, 2026
b934b24
Fixed regex issue
zbalkan Jan 2, 2026
c4502fc
Formatting
zbalkan Jan 2, 2026
5ac62ff
Refactor
zbalkan Jan 2, 2026
0ceae8f
Created statepool for allocation issues
zbalkan Jan 2, 2026
24a45a8
Added second-level sharding (length + prefix2), with a prefix1 fallba…
zbalkan Jan 2, 2026
3d2bab5
Optimized score
zbalkan Jan 2, 2026
22f012c
Null check
zbalkan Jan 2, 2026
67fe1b6
Used DomainCache for domain name normalization optimization
zbalkan Jan 2, 2026
b37f08a
Optimize Bloom filter shards
zbalkan Jan 2, 2026
78ee5a9
Used bounded statepool to prevent memory allocation issues
zbalkan Jan 2, 2026
7cf90cf
Rolled back accidental changes
zbalkan Jan 2, 2026
95fb88c
Added lock check in Clear
zbalkan Jan 2, 2026
2866ee8
Application config guards added
zbalkan Jan 2, 2026
0f26f9d
Fixed typo
zbalkan Jan 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading