Commit Graph

718 Commits

Author SHA1 Message Date
Ralf c42e899dd6 small fix 2026-02-08 16:31:18 +03:00
Ralf 8ae551d406 small update 2026-02-05 11:16:15 +03:00
Ralf 244281562c fix custom data 2026-02-01 12:27:41 +03:00
Ralf 4d0e5232c2 update 2026-01-30 22:51:09 +03:00
Ralf fd973d5455 Merge pull request #257 from shashinma/dev-v1.1-dns-doh-optimization
beacon_agent: trim miniz for DNS build to reduce binary size
2026-01-29 21:36:51 +03:00
Mikhail Shashin 251b38bc18 beacon_agent: trim miniz for DNS build to reduce binary size
- Add MINIZ_DNS_FLAGS to disable archive/ZIP APIs in miniz for DNS only
- Override miniz.x64.o and miniz.x86.o rules for DNS to use trim macros
- Keeps zlib compress/uncompress for DnsCodec, excludes unused archive code
2026-01-29 19:40:33 +03:00
Ralf 327385a898 icons upgrade 2026-01-28 23:33:48 +03:00
Ralf 4557e702fa new AxScript functions 2026-01-28 23:33:18 +03:00
Ralf 8f11f7da11 PRs update 2026-01-28 23:31:43 +03:00
Ralf 3c260d665f Merge pull request #254 from shashinma/dev-v1.1
Fix Qt 6.9 client build: deprecations and QPointer
2026-01-28 18:50:41 +03:00
Mikhail Shashin 65443d7adb Update DialogConnect.cpp 2026-01-28 18:17:07 +03:00
Mikhail Shashin b539e76c7e Update DialogConnect.cpp 2026-01-28 18:16:07 +03:00
Ralf e3edf3ca8f Merge pull request #252 from AnvithLobo/gopher-socks
Fix gopher socks
2026-01-28 16:31:12 +03:00
Ralf 1b8e8b4d93 Merge pull request #251 from AnvithLobo/ls-files
Add support for listing individual files with `ls` command
2026-01-28 16:30:59 +03:00
Mikhail Shashin b57bd1ad9c Fix QPointer usage in DialogSubscriptions
Add #include <QPointer> so QPointer<AdaptixWidget> and
QPointer<DialogSubscriptions> compile correctly.
2026-01-28 13:22:29 +03:00
Mikhail Shashin a852bdbe2b Fix QCheckBox deprecation in DialogConnect (Qt 6.9)
Replace stateChanged with checkStateChanged, connect via lambda
to onSubsSelectionChanged().
2026-01-28 13:22:27 +03:00
Ralf c50158be70 Merge pull request #250 from AnvithLobo/fix_gopher
fix gopher beacon
2026-01-28 01:30:43 +03:00
Ralf 961ad5310d proxy update 2026-01-28 01:23:21 +03:00
Ralf 0af67c1b4e PR update 2026-01-28 01:16:02 +03:00
Ralf 87695b57ff Merge pull request #246 from shashinma/dev-v1.1-beacon-doh-transport
DoH Tunneling for Beacon Agent
2026-01-28 01:12:27 +03:00
Ralf b11d7ec9df Merge branch 'dev-v1.1' into dev-v1.1-beacon-doh-transport 2026-01-28 01:12:14 +03:00
Ralf 21327bd930 Merge pull request #244 from Adnnlnistrator/dev-v1.1
Add http_beacon's http/https proxy
2026-01-26 22:43:41 +03:00
Ralf 05bf21a43c Merge branch 'dev-v1.1' into dev-v1.1 2026-01-26 22:43:24 +03:00
AnvithLobo 73f851c9c6 Fix gopher socks 2026-01-26 16:00:48 +05:30
AnvithLobo 49eee0153a Refactor 'ls' command help 2026-01-26 13:53:22 +05:30
AnvithLobo 9bcda5bee7 Improve file listing to support single file paths 2026-01-26 13:06:14 +05:30
AnvithLobo ec761254ff fix gopher beacon 2026-01-26 12:53:52 +05:30
Ralf 31580a4138 sync upgrade 2026-01-25 23:37:54 +03:00
Ralf 35fb7f7d19 beacon fix 2026-01-25 23:34:08 +03:00
Ralf 0f99ceecd1 beacon fix 2026-01-25 16:38:29 +03:00
Ralf 5519c9cff7 gopher upgrade 2026-01-25 15:57:55 +03:00
Ralf ed6a29882a save and restore listener status 2026-01-25 15:32:53 +03:00
Ralf 8816e56fc0 update 2026-01-25 15:32:13 +03:00
Ralf ffc988940c beacon add pause and resume tunnels 2026-01-25 13:08:35 +03:00
Ralf 7cffb8e37e Tunnels add pause and resume 2026-01-25 13:07:02 +03:00
Ralf 95d95852e7 HTTP server upgrade 2026-01-25 13:05:33 +03:00
Ralf 72159c292e Update listener changer 2026-01-25 13:03:26 +03:00
Ralf 39d99b8343 Merge pull request #248 from BlackMeerkat/dev-v1.1
Fix duplicate remote shell writes in teamserver
2026-01-24 14:28:49 +03:00
Ralf 45e73c502b beacon errors update 2026-01-24 14:00:54 +03:00
Ralf 9f393f2186 Beacon tunnels update 2026-01-24 14:00:03 +03:00
Ralf 65f98ab32c Commander update 2026-01-24 12:00:08 +03:00
Ralf 40c6ce86b6 New sync schema 2026-01-23 23:03:11 +03:00
bl4ck-m33rk4t 237728ea4f Fix duplicate remote shell writes in teamserver 2026-01-23 16:29:01 +01:00
Mikhail Shashin c41838c6b9 Add configurable User-Agent for DNS beacon DoH transport 2026-01-23 04:16:21 +03:00
Mikhail Shashin 41eb02ba42 Refactoring 2026-01-23 04:11:47 +03:00
Mikhail Shashin 945dbab8b3 Show domain instead of bind address in DNS listener table 2026-01-23 03:33:25 +03:00
Mikhail Shashin ef21d663b2 Add DNS over HTTPS (DoH) support for beacon agent
- Add DNS mode selection in UI (UDP, DoH, fallback modes)
- Implement DoH queries via WinInet (Google, Cloudflare, Quad9)
- Add doh_resolvers and dns_mode to agent profile
- Dynamic visibility for resolver fields based on mode
- Add connection recovery with consecutive failure tracking
- Default resolvers: 8.8.8.8 for UDP, dns.google for DoH
2026-01-23 03:33:17 +03:00
Ralf ae5a8614a0 beacon memory realloc optimize 2026-01-22 20:29:16 +03:00
Ralf 377b2843ce Tunnels upgrade 2026-01-22 20:28:55 +03:00
Ralf 022b153429 rportfwd fix 2026-01-21 20:55:53 +03:00