Match some files with active repo
parent
a8366f25b0
commit
23ce4d2442
|
@ -1,10 +1,5 @@
|
|||
![Supported Python versions](https://img.shields.io/badge/python-3.7+-blue.svg) [![Twitter](https://img.shields.io/twitter/follow/byt3bl33d3r?label=byt3bl33d3r&style=social)](https://twitter.com/intent/follow?screen_name=byt3bl33d3r) [![Twitter](https://img.shields.io/twitter/follow/mpgn_x64?label=mpgn_x64&style=social)](https://twitter.com/intent/follow?screen_name=mpgn_x64)
|
||||
|
||||
---
|
||||
⛔ [DEPRECATED] This repository is deprecated, follow this link to find the active repository [https://github.com/mpgn/CrackMapExec](https://github.com/mpgn/CrackMapExec)
|
||||
|
||||
---
|
||||
|
||||
:triangular_flag_on_post: This is the public repository of CrackMapExec, for latest version and updates please consider supporting us through https://porchetta.industries/
|
||||
|
||||
# CrackMapExec
|
||||
|
|
|
@ -34,6 +34,7 @@ class CMEAdapter(logging.LoggerAdapter):
|
|||
logging.getLogger("pypykatz").disabled = True
|
||||
logging.getLogger("minidump").disabled = True
|
||||
logging.getLogger("lsassy").disabled = True
|
||||
#logging.getLogger("impacket").disabled = True
|
||||
|
||||
def format(self, msg, *args, **kwargs):
|
||||
"""
|
||||
|
|
|
@ -6,8 +6,8 @@ from impacket.dcerpc.v5 import rrp
|
|||
from impacket.examples.secretsdump import RemoteOperations
|
||||
from sys import exit
|
||||
|
||||
|
||||
class CMEModule:
|
||||
|
||||
name = "wdigest"
|
||||
description = "Creates/Deletes the 'UseLogonCredential' registry key enabling WDigest cred dumping on Windows >= 8.1"
|
||||
supported_protocols = ["smb"]
|
||||
|
@ -141,4 +141,4 @@ class CMEModule:
|
|||
try:
|
||||
remoteOps.finish()
|
||||
except:
|
||||
pass
|
||||
pass
|
|
@ -94,4 +94,4 @@ def proto_args(parser, std_parser, module_parser):
|
|||
psgroup.add_argument('--amsi-bypass', nargs=1, metavar="FILE", help='File with a custom AMSI bypass')
|
||||
psgroup.add_argument("--clear-obfscripts", action="store_true", help="Clear all cached obfuscated PowerShell scripts")
|
||||
|
||||
return parser
|
||||
return parser
|
Loading…
Reference in New Issue