-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: retr0verride/NotTheNet
Releases · retr0verride/NotTheNet
v2026.05.13-19
Release 2026年05月13日-19
Assets 2
v2026.04.30-1
Full Changelog: v2026.04.24-18...v2026.04.30-1
Assets 2
v2026.04.24-18
Release 2026年04月24日-18
Assets 2
NotTheNet 2026年04月24日-9
Release 2026年04月24日-9
See CHANGELOG.md for details.
Assets 3
Release 2026年04月24日-7
- fix: notthenet.service paths /opt/NotTheNet -> /opt/notthenet (systemd install was broken)
- fix: notthenet.service .venv -> venv (ExecStart referenced non-existent path)
- fix: logs/tftp_uploads/ missing from all three install paths
- fix: build-deb.sh VERSION fallback removed; now hard-fails if APP_VERSION missing
- fix: CI coverage gate raised from 35% to 80%
- fix: dns_server.py stop() log message given actionable context
- fix: install-offline.sh min Python 3.9 -> 3.10 (matches codebase requirement)
- fix: harden-lab.sh step counter [4/5] -> [4/4]
- 321 tests passing
Assets 2
NotTheNet 2026年04月24日-6
Release 2026年04月24日-6
See CHANGELOG.md for details.
Assets 4
Release 2026年04月24日-5
- feat: passthrough_subnets — victim-to-victim traffic bypasses DNAT (fixes WannaCry spread with NTN running)
- Kali gateway remains protected via harden-lab.sh INPUT rules
- 5 new tests; 321 total passing
Assets 2
Release 2026年04月24日-4
- refactor: add ServiceRepoAdapter.probe() for eager instantiation in tests/health checks
- tests: 5 new tests covering adapter lazy-init contract
Assets 2
Release 2026年04月24日-3
- refactor: remove over-comments, DRY up preflight.py all_checks property
- tests: replace weak call-count assertions with real behavioral verification
- vnc/rdp: log protocol failures instead of silent return
- http: annotate GIL-safe double-checked locking
Assets 2
Release 2026年04月24日-2
- fix(harden): don't block NTN sinkhole ports 445/3389 in INPUT (SMB/RDP are NTN sinkholes, not Kali attack surface)
- feat(gui): add promisc_mode checkbox to General settings
- feat: promiscuous mode support for multi-victim labs