Skip to content

Releases: XiaoliChan/wmiexec-Pro

wmiexec-Pro v0.2.7

07 Apr 09:12
Compare
Choose a tag to compare

Changelog:

  • Default is using VBS obfuscate in command execution
  • Bypass windows defender in semi-interactive shell mode

Screenshot:

image

wmiexec-Pro v0.2.6

22 Jul 08:40
Compare
Choose a tag to compare

Changelog:

  • Bugs fixed in exec-command

wmiexec-Pro v0.2.5

09 May 10:23
Compare
Choose a tag to compare

Changelog:

  • Add lognuke, history, clear, upload, download builtin commands in semi-interactive shell

Demonstrate:

asciicast

wmiexec-Pro v0.2.4

08 May 04:47
67e5e88
Compare
Choose a tag to compare

Changelog:

  • Use VBScript to invoke SetSecurityDescriptor method to grant access permissions instead of executing cmd. (Only works on system versions which is higher than NT6)

Screenshots:

image

🎉 Special thanks @422926799 🎉

wmiexec-Pro v0.2.3

06 May 11:31
Compare
Choose a tag to compare

Changelog:

  • Add codec functions in semi-interactive shell mode

wmiexec-Pro v0.2.2

06 May 08:39
Compare
Choose a tag to compare

Changelog:

  • Add deep clean function in execute VBS

Screenshots:

  • In this demonstration, I break the command execution after creating wmi event, which means this command will never stop if we forget the event id.
    image

  • So, with -deep-clean (clearinexec-commandmodule also is invoke thedepp-clean` function), we can stop the wmi event even forget the event id.
    image

wmiexec-Pro v0.2.1-fixed

06 May 04:22
Compare
Choose a tag to compare

Changelog:

  • Add 'Try except' when getting command results

wmiexec-Pro v0.2.1

06 May 04:13
Compare
Choose a tag to compare

Changelog:

  • Add logging / delay functions in semi-interactive shell mode

Screenshots:

  • help
    image

  • delay
    image

  • logging
    image

wmiexec-Pro v0.2.0-fixed

06 May 03:28
Compare
Choose a tag to compare

Changelog:

  • Base64 encode cwd path to avoid latin-1 encode error.

Screenshots:

  • Before
    image

  • After
    image

wmiexec-Pro v0.2.0

05 May 08:23
Compare
Choose a tag to compare

Changelog:

  • Add semi-interactive shell mode. (only work with system version higher than NT6)

Screenshots:

  • Launching semi-interactive shell
    image

  • cd into the directory
    image