Releases: XiaoliChan/wmiexec-Pro
Releases · XiaoliChan/wmiexec-Pro
wmiexec-Pro v0.1.7-fixed
Changelog:
- Fix single quotes issues.
wmiexec-Pro v0.1.7
Changelog:
- Base64 encodes
command
in theexec-command
module to avoidLatin-1
encoding error. - Base64 encodes
filename
in thefiletransfer
module to avoidLatin-1
encoding error. exec-command
: default is with output mode
Screenshots:
wmiexec-Pro v0.1.6
wmiexec-Pro v0.1.5
Changelog:
- Bug fixed in
filetransfer.py
&service_mgr.py
- Use
DEFAULT
namespace when using the classStdRegProv
- 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)
-
Query user rid: (as you can see, the guest user current was disabled)
-
At first, we don't have any permission to access subkeys in
HKLM\SAM\SAM
, so let we grant permission to access it.
-
Then we can modify the RID 501 profile, now is time to hijack to RID 500
-
Finally, we can enable blank password login playing with guest user
-
Attempt to login target with user guest without any password, before you login, you may need to modify your client GPO
wmiexec-Pro v0.1.4
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
wmiexec-Pro v0.1.2-fixed
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
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
tovbscripts
Screenshots:
wmiexec-Pro v0.1.1-fixed
wmiexec-Pro v0.1.1
Changelog:
- Fix a bug in VBScript:
Exec-Command-WithOutput.vbs