Commit Graph

11 Commits

Author SHA1 Message Date
alexisbalbachan 3236169747 Fix TS_ALL_PROCESSES_INFO parsing for RpcWinStationGetAllProcesses (#2155)
* Fixed TS_ALL_PROCESSES_INFO parsing for RpcWinStationGetAllProcesses

* Removed ldap3 dependency, fixed mismatched data type for rawsid, added missing test

* Removed unused imports, renamed imagenamesize -> imagename to match docs. Added missing test
2026-04-30 11:56:58 -03:00
fulc2um 7bd0d5abe5 [tstool.py update] Remote Desktop Shadowing feature support (#2064)
* added RpcShadow2 function and prereqs. Modified tstool to include shadow function

* Resolved requested change: unnecessarily creating a second instance of TSTS.RpcShadow2Response
2025-11-17 16:33:31 -03:00
Gabriel Gonzalez ae0ec300f8 Techdebt examples bootstrapping v2 (#1928)
* Standardized examples logger init method

* Fixing missing import

* Standardized examples init_ldap_session function #1

* Calling new shared function _ldap3_kerberos_login from example addcomputer

* Removed considering -debug in each example. Now it's handled in utils.

* Standardized EMPTY_LM_HASH in impacket.examples.utils

* Unify parse_identity function (phase 1)

* Standardized parse_identity

* Renamed "_ldap3_kerberos_login" to "ldap3_kerberos_login" (as it is called from outside)

* Standardize "logger" init in regsecrets.py

* Standardized LDAP login into a single function in utils.py:ldap_login
2025-03-26 22:58:39 -03:00
gabrielg5 27e7e7478d Updating copyright banner... 2024-08-28 17:52:57 -03:00
Korznikov Alexander 829239e334 tstool.py update & kerberos issue fix (#1420)
* kerberos issue fix & refactoring

* tstool.py: resolve SID to Username
2024-08-07 02:19:46 -03:00
Gabriel Gonzalez 9b4a139405 Updated Copyright to 2023 2023-07-31 11:48:28 -03:00
Gabriel Gonzalez 8799a1a2c4 Update file banners to reflect Fortra ownership 2022-12-14 17:28:23 -03:00
Alexander Korznikov 1796ae8315 do_tasklist rewrite 2022-06-03 17:50:50 +03:00
Alexander Korznikov e60db5ef6f Minor fix 2022-05-27 09:21:12 +03:00
Alexander Korznikov a46a7953c6 Code Cleanup 2022-05-23 19:05:07 +03:00
Alexander Korznikov 8d926abaf2 MS-TSTS Interface Implementation 2022-05-23 18:18:00 +03:00