コード例 #1
0
    def test_BaseRegFlushKey(self):
        dce, rpctransport, phKey = self.connect()

        resp = rrp.hBaseRegFlushKey(dce, phKey)
        resp.dump()
コード例 #2
0
ファイル: test_rrp.py プロジェクト: awesome-security/impacket
    def test_BaseRegFlushKey(self):
        dce, rpctransport, phKey = self.connect()

        resp =  rrp.hBaseRegFlushKey(dce,phKey)
        resp.dump()
コード例 #3
0
ファイル: test_rrp.py プロジェクト: zjx-ERROR/impacket
 def test_BaseRegFlushKey(self):
     dce, rpctransport = self.connect()
     phKey = self.open_local_machine(dce)
     resp = rrp.hBaseRegFlushKey(dce, phKey)
     resp.dump()