Results 6 issues of Dliv3

Fixed the issue #156 ```bash $ go run main.go --namespace default NAME LIST CREATE UPDATE DELETE bindings ✔ cephblockpools.ceph.rook.io ✔ ✔ ✔ ✔ cephclients.ceph.rook.io ✔ ✔ ✔ ✔ cephclusters.ceph.rook.io ✔...

## Steps to reproduce https://github.com/byt3bl33d3r/CrackMapExec/blob/master/cme/protocols/smb.py#L411 Modify the `create_smbv3_conn` function to the following code to print exception message ```python def create_smbv3_conn(self): try: self.conn = SMBConnection(self.host, self.host, None, self.args.port) self.smbv1 = False...

bug

Hi, I want to create a new WMI class remotely with [IWbemServices::PutClass](https://github.com/SecureAuthCorp/impacket/blob/master/impacket/dcerpc/v5/dcom/wmi.py#L3030) but it always fails, and I didn't find any code samples about the IWbemServices::PutClass, is there anyone can...

question

`sid::patch`on Windows Server 2019 Domain Controller (version 1809 OS Build 17763.1879) leads to an ERROR and a reboot ![image](https://user-images.githubusercontent.com/13077860/120266867-5da74d00-c2d5-11eb-9c39-bb3d77f4cd29.png) ``` mimikatz # sid::patch Patch 1/2: "ntds" service patched Patch 2/2:...

Fixed issue https://github.com/fox-it/cve-2019-1040-scanner/issues/7, It works fine in my environment. plz check it.

There is a bug in `NewImmediateTask` function If the user set `Command` and `Arguments` as shown below, the character `>` will cause the `ScheduledTasks.xml` to not be parsed correctly ```...