Commit graph

23 commits

Author SHA1 Message Date
Dmitry Vinogradov
26c8ed6ee3 fill in author name and repo urls 2026-04-29 22:31:04 +03:00
Dmitry Vinogradov
fe22d4dbb7 pyproject: classifiers, urls, pytest config 2026-04-29 22:18:47 +03:00
Dmitry Vinogradov
a85565da84 readme: example output, layer breakdown, caveats 2026-04-29 22:11:33 +03:00
Dmitry Vinogradov
24cf584c3a readme: install and usage 2026-04-28 21:36:18 +03:00
Dmitry Vinogradov
c70be1b048 ci: github actions on python 3.10/3.11/3.12 2026-04-27 14:22:51 +03:00
Dmitry Vinogradov
1170d2c98a drop unused imports and stale section comments 2026-04-25 20:14:09 +03:00
Dmitry Vinogradov
67e783a106 fix: lowercase response body before stub matching 2026-04-25 19:55:42 +03:00
Dmitry Vinogradov
b4e0687718 add requirements-dev.txt 2026-04-24 22:31:12 +03:00
Dmitry Vinogradov
98c26984a6 tests: CheckResult json round-trip 2026-04-24 22:24:07 +03:00
Dmitry Vinogradov
42dcf7c9eb tests: summary thresholds 2026-04-24 21:48:31 +03:00
Dmitry Vinogradov
0b5b25b06f tests: verdict decision tree 2026-04-23 23:02:58 +03:00
Dmitry Vinogradov
77302acd6f tests: stub detection 2026-04-23 22:09:14 +03:00
Dmitry Vinogradov
871f43141f colored output + summary verdict 2026-04-21 22:31:55 +03:00
Dmitry Vinogradov
49ed0c8dec cli with argparse 2026-04-20 18:44:27 +03:00
Dmitry Vinogradov
ee7c97c2e7 parallel runner with ThreadPoolExecutor 2026-04-19 12:08:42 +03:00
Dmitry Vinogradov
ad9dd0c29b core: walk dns -> tcp -> tls -> http and emit a verdict 2026-04-19 11:23:51 +03:00
Dmitry Vinogradov
372e8c6868 http probe and stub-page detection 2026-04-18 22:50:09 +03:00
Dmitry Vinogradov
10ecb5b715 white/black target lists + stub markers 2026-04-18 20:12:33 +03:00
Dmitry Vinogradov
d5dead5f5c refactor: extract _extract_cn helper from check_tls 2026-04-16 23:04:18 +03:00
Dmitry Vinogradov
bc9885d238 tcp + tls probes 2026-04-16 21:31:04 +03:00
Dmitry Vinogradov
6cba6b450d wip: dns probes (system resolver + cloudflare DoH) 2026-04-15 22:48:23 +03:00
Dmitry Vinogradov
c05bc65365 Verdict enum and CheckResult dataclass 2026-04-14 22:17:45 +03:00
Dmitry Vinogradov
d2954a7c06 initial commit 2026-04-14 21:42:11 +03:00