You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
in mimikatz.exe you can run things without admin user like: dpapi::masterkey
but in mimikatz module in Empire non privilege users can't run mimikatz commands
Describe the solution you'd like
please allow unprivileged users to use "/credentials/mimikatz/command" in order to use dpapi::masterkey
Describe alternatives you've considered
N/A
Additional context
The text was updated successfully, but these errors were encountered:
…-SystemDNSServer) (#193)
* portscan module filtering output depending on the alive attribute.
It doesn't mean that the result shows that "alive" is false that there are no openports.
When the switch -SkipDiscovery is set (equivalent to nmap -Pn), then this attribute is always false (but open ports remains).
* Path to module source corrected
* Fix: Get-SystemDNSServer gets value from array
The previous code wompared if "$DNSConfig.IsIPv6SiteLocal" is false.
However, $DNSConfig is an array, whose items have "IsIPv6SiteLocal" attribute.
This version returns wanted results in the target's PowerShell console.
Is your feature request related to a problem? Please describe.
in mimikatz.exe you can run things without admin user like: dpapi::masterkey
but in mimikatz module in Empire non privilege users can't run mimikatz commands
Describe the solution you'd like
please allow unprivileged users to use "/credentials/mimikatz/command" in order to use dpapi::masterkey
Describe alternatives you've considered
N/A
Additional context
The text was updated successfully, but these errors were encountered: