24 Commits

Author SHA1 Message Date
jaytiwari05 f14ae7fc75 refactor SMB beacon to static pipe name with persistent handles
- Remove random pipe name suffix (_XXXX) — pipe name is now static
  from listener config, identity is via UUID in protocol
- Refactor SmbSend to persistent handle model: pipe created once,
  stays open for session lifetime with TasksRead flag alternating
  between read (Call 1) and write (Call 2) phases
- Refactor Pivot::Exchange to use stored child handle directly
  instead of closing and reconnecting via CreateFileA each cycle
- Make pipename optional in link command — auto-resolved from
  SMB listener config (SmbPipeName set during Generate)
- PIPE_UNLIMITED_INSTANCES handles multiple beacons on same host
- Error recovery: disconnect + recreate pipe on failure
2026-04-05 16:22:03 +05:30
jaytiwari05 e6aadb4c21 add pipe name to agent info display and clean up all debug prints 2026-04-05 16:22:03 +05:30
jaytiwari05 74ef6207f2 add SMB-to-SMB pivot chaining (P2P beacon relay) 2026-04-05 16:22:03 +05:30
jaytiwari05 3e722e30d5 add SMB named-pipe listener and pivot support (link/unlink)
Author: pain05
2026-04-05 16:22:03 +05:30
unknown 77e67abd6d v0.2 2026-02-18 11:39:38 -03:00
unknown a3503404b3 closing task for after postex_poll 2026-02-12 15:06:59 -03:00
unknown 3e287544d6 . 2026-02-12 06:44:13 -03:00
unknown 1ffe10c391 fix mem leak and corrupt fs pwd 2026-02-03 23:43:35 -03:00
unknown 076ab032a7 remove thrash code 2026-02-01 06:32:22 -03:00
unknown f7c33228cb updated info in doc, added another infos to info command 2026-02-01 06:16:23 -03:00
unknown 87d1f0143e fix cfg, added hvci, testsigned, dse 2026-02-01 06:00:08 -03:00
unknown a3c97ce689 fix base64url format 2026-01-30 01:33:42 -03:00
unknown 9f2f4635e7 features updates 2026-01-29 23:28:03 -03:00
unknown 5b93ddb679 kp 2026-01-25 18:42:04 -03:00
unknown 3814d41a1c updated checkin for send more informations like guardrails, cfg status and worktime 2026-01-24 14:56:16 -03:00
unknown e093648621 fix memory leak and added object free 2026-01-23 17:42:55 -03:00
unknown 4137dcca20 http malleable: server(header/cookie/body) client(parameter/header/cookie/body) base64 encode/decode 2026-01-20 05:54:27 -03:00
unknown 856c7d39ba refact download/tunnels 2025-12-19 09:52:07 -03:00
unknown 2822083a64 save bckp 2025-12-15 07:20:17 -03:00
unknown ea90679ac7 refact and base64 unified fnc 2025-12-13 05:26:43 -03:00
unknown 2bb897fe8e big refact + gen rnd encrypt key + use wide char for some fnc 2025-12-08 00:43:04 -03:00
unknown b50c5f0386 big code refact 2025-12-06 19:41:38 -03:00
unknown e769128ea7 added profile to the info command 2025-11-30 18:28:02 -03:00
unknown 9df00c496b v0.1 2025-11-28 03:51:01 -03:00