Commit graph

37 commits

Author SHA1 Message Date
dependabot[bot]
069951e2df
chore(deps)(deps): bump log from 0.4.28 to 0.4.29 (#20)
Bumps [log](https://github.com/rust-lang/log) from 0.4.28 to 0.4.29.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.28...0.4.29)

---
updated-dependencies:
- dependency-name: log
  dependency-version: 0.4.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-07 01:25:54 +05:00
dependabot[bot]
b27a607374
chore(deps)(deps): bump env_logger from 0.11.8 to 0.11.9 (#21)
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.8 to 0.11.9.
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-cli/env_logger/compare/v0.11.8...v0.11.9)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-version: 0.11.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-07 01:25:39 +05:00
dependabot[bot]
16a97e492c
chore(deps)(deps): bump getrandom from 0.3.4 to 0.4.2 (#22)
Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.3.4 to 0.4.2.
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/getrandom/compare/v0.3.4...v0.4.2)

---
updated-dependencies:
- dependency-name: getrandom
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-07 01:25:13 +05:00
LowderPlay
86f3b9864e
ci: docker image build (#23)
* ci: docker image build

* fix: use sqlx offline
2026-03-07 01:14:23 +05:00
An0nX
a6ddf18483
ci: Dependabot & CodeQL Code Scanning (#16)
* Create codeql.yml

* Create dependabot.yml
2026-03-07 00:49:16 +05:00
Lowder
4b29965d0e
chore: bump version
Some checks are pending
Build Rust Application / Linux amd64 (.deb) (push) Waiting to run
Build Rust Application / Linux arm64 (.deb via cross) (push) Waiting to run
Build Rust Application / Windows amd64 (push) Waiting to run
2026-03-06 00:06:15 +05:00
Lowder
83cf36d10a
fix: safe AS target detection 2026-03-06 00:03:47 +05:00
senya xdearboy :)
58d9e7b68e
feat: asn support
Some checks failed
Build Rust Application / Linux amd64 (.deb) (push) Has been cancelled
Build Rust Application / Linux arm64 (.deb via cross) (push) Has been cancelled
Build Rust Application / Windows amd64 (push) Has been cancelled
* add asn and cidr subnet support

- parse AS numbers (AS13335 format)
- fetch prefixes from ripe stat api
- cache asn data for 24h, check results for 1h
- sample ips across subnets for checking
- show asn stats and prefix lists in ui
- link asn in results for quick lookup
- collapsible lists for long prefix/network lists
- trim whitespace from search input

* refactor: improve code structure and add enhanced error messages

* refactor: replace match with if let for single branch pattern

* fix: don't store ASN in database

* chore: bump version

---------

Co-authored-by: Lowder <me@lowderplay.dev>
2026-03-03 23:39:45 +05:00
senya xdearboy :)
fb3febd54e
feat: subnets support
Some checks are pending
Build Rust Application / Linux amd64 (.deb) (push) Waiting to run
Build Rust Application / Linux arm64 (.deb via cross) (push) Waiting to run
Build Rust Application / Windows amd64 (push) Waiting to run
* add cidr subnet support

allows checking entire subnets using cidr notation (e.g. 1.1.1.0/24, 2001:db8::/32)

- parse ipv4/ipv6 subnets from input with / delimiter
- sample 256 addresses from large subnets for checking
- show actual subnet size in ui (e.g. "8.2K всего, показано 256")
- update search placeholder with cidr examples
- limit min prefix to /8 for ipv4 and /32 for ipv6 to prevent abuse

* chore: bump version

---------

Co-authored-by: Lowder <me@lowderplay.dev>
2026-03-03 00:54:50 +05:00
Jarl-Penguin
020ed7be9a
fix: link to dist-domains.txt (#10)
Some checks failed
Build Rust Application / Linux amd64 (.deb) (push) Has been cancelled
Build Rust Application / Linux arm64 (.deb via cross) (push) Has been cancelled
Build Rust Application / Windows amd64 (push) Has been cancelled
Signed-off-by: Jarl-Penguin <jarlpenguin@outlook.com>
2026-02-28 22:16:39 +05:00
Lowder
c606a3c038
feat(domains): add roblox.com (#7)
Some checks failed
Build Rust Application / Linux amd64 (.deb) (push) Has been cancelled
Build Rust Application / Linux arm64 (.deb via cross) (push) Has been cancelled
Build Rust Application / Windows amd64 (push) Has been cancelled
2026-02-24 04:30:15 +05:00
Lowder
a8e5c58490
ci: add sqlx offline queries
Some checks are pending
Build Rust Application / Linux amd64 (.deb) (push) Waiting to run
Build Rust Application / Linux arm64 (.deb via cross) (push) Waiting to run
Build Rust Application / Windows amd64 (push) Waiting to run
2026-02-22 21:55:16 +05:00
Lowder
726804e73d
fix: download bases without locking
Some checks failed
Build Rust Application / Linux amd64 (.deb) (push) Has been cancelled
Build Rust Application / Linux arm64 (.deb via cross) (push) Has been cancelled
Build Rust Application / Windows amd64 (push) Has been cancelled
2026-02-21 01:55:52 +05:00
Lowder
64c94ffffb
fix: histogram typo 2025-12-17 03:04:30 +05:00
Lowder
b0af2770a2
feat: automatic reporting 2025-12-16 23:58:02 +05:00
Lowder
14f1b0c934
fix: configure upload limits 2025-12-12 06:41:51 +05:00
Lowder
aa4ab6fc37
ci: remove artifact finding 2025-12-12 06:16:04 +05:00
Lowder
6a753c8aff
ci: remove strip from deb 2025-12-12 05:57:48 +05:00
Lowder
e43b5af8d4
ci: strip arm64 2025-12-12 05:53:20 +05:00
Lowder
2d5c7fc178
ci: fix arm64 bin arg and windows find 2025-12-12 05:48:34 +05:00
Lowder
e9e370d22c
ci: select binary 2025-12-12 05:41:29 +05:00
LowderPlay
a085dad811
feat: build deb (#3) 2025-12-12 05:26:52 +05:00
Lowder
0fd8bc3eaf
fix: whitelist domain depth, exclude subnets from verdict 2025-12-11 01:23:00 +05:00
Lowder
3523dd30c8
feat: add reporter, database 2025-12-10 04:50:14 +05:00
MALWARE
2926da13a2
feat: search bar instead of reset button
---------

Co-authored-by: Lowder <me@lowderplay.dev>
2025-11-29 21:02:57 +05:00
Lowder
cef714e4a0
docs: fix typo 2025-11-27 01:34:03 +05:00
Lowder
3100907d14
docs: update logo path 2025-11-27 01:33:20 +05:00
Lowder
64ced3f55a
chore: bump version 2025-11-27 00:58:46 +05:00
Lowder
55ca118061
refactor: move to cargo workplace 2025-11-27 00:39:54 +05:00
Lowder
1ba0810418
chore: bump version 2025-11-22 03:50:58 +05:00
Lowder
29b421713a
feat: pages and faq 2025-11-22 03:47:18 +05:00
Lowder
ff9a14f6ee
feat: meta tags 2025-11-20 20:08:25 +05:00
Lowder
5b22150f26
fix: change ip lists 2025-11-20 00:36:09 +05:00
Lowder
17cd31173c
feat: url parsing and dist domains 2025-11-19 23:29:30 +05:00
Lowder
08fc4f6c51
fix: add github link 2025-11-19 22:48:22 +05:00
Lowder
2b101369af
ci: add curl 2025-11-19 22:13:26 +05:00
Lowder
19ea4b30e2
initial commit 2025-11-19 21:52:35 +05:00