Skip to content

Releases: XiaoliChan/wmiexec-Pro

wmiexec-Pro v0.1.7-fixed

04 May 10:02
Compare
Choose a tag to compare

Changelog:

  • Fix single quotes issues.

wmiexec-Pro v0.1.7

04 May 09:50
Compare
Choose a tag to compare

Changelog:

  • Base64 encodes command in the exec-command module to avoid Latin-1 encoding error.
  • Base64 encodes filename in the filetransfer module to avoid Latin-1 encoding error.
  • exec-command: default is with output mode

Screenshots:

  • File transferring with Chinese filename.
    image

  • Execute commands with Chinese characters.
    image

wmiexec-Pro v0.1.6

29 Apr 08:51
Compare
Choose a tag to compare

Changelog:

  • More operation in RID-Hijack module: remove / backup / restore

Screenshot:

2023-04-29_16-45

wmiexec-Pro v0.1.5

28 Apr 11:06
Compare
Choose a tag to compare

Changelog:

  • Bug fixed in filetransfer.py & service_mgr.py
  • Use DEFAULT namespace when using the class StdRegProv
  • New module: RID-Hijack (without using PowerShell or landing EXE file).

Special thanks: 九世 for rid-hijack module development.

Screenshot:

  • Target: windows server 2019 (non-domain join)

  • Help manual:
    image

  • Query user rid: (as you can see, the guest user current was disabled)
    image

  • Activate user:
    image

  • At first, we don't have any permission to access subkeys in HKLM\SAM\SAM, so let we grant permission to access it.
    image

  • Then we can modify the RID 501 profile, now is time to hijack to RID 500
    image

  • Finally, we can enable blank password login playing with guest user
    image

  • Attempt to login target with user guest without any password, before you login, you may need to modify your client GPO
    image

  • Execute command
    image

wmiexec-Pro v0.1.4

19 Apr 10:12
Compare
Choose a tag to compare

Changelog:

  • Firewall module: No more info replacement.
  • Winrm module: Hard-coding firewall rule id in order to speed up configuration.

wmiexec-Pro v0.1.3

17 Apr 04:40
Compare
Choose a tag to compare

Changelog:

  • Improve old system command execution in silent mode, no more VBScript, use win32_ScheduleJob directly.

Screenshots:

  • Execute command in server 2003 with silent mode.
    image

wmiexec-Pro v0.1.2-fixed

16 Apr 10:08
Compare
Choose a tag to compare

Changelog:

  • Increase the delay time for command execution in the old style. (Win32_ScheduledJob)
  • For more details, check out this link: wmiexec-Pro v0.1.2

wmiexec-Pro v0.1.2

16 Apr 07:35
Compare
Choose a tag to compare

Changelog:

  • New module: Enum
  • RDP module: add support for old version system under NT6 (Server 2003).
  • Exec-command module: add support for old version system under NT6 (Server 2003).
  • Rename directory vbs-scripts to vbscripts

Screenshots:

  • Enumerate module:
    image
    image

  • Enable RDP in server 2003
    image

  • Execute command in server 2003
    image

wmiexec-Pro v0.1.1-fixed

14 Apr 08:43
Compare
Choose a tag to compare

Changelog:

  • Now you can execute commands including double quotes or single quotes.

Screenshots:

  • With double quotes:
    image

  • With single quotes:
    image

wmiexec-Pro v0.1.1

13 Apr 09:00
Compare
Choose a tag to compare

Changelog:

  • Fix a bug in VBScript: Exec-Command-WithOutput.vbs