Skip to content

Commit 52bc18c

Browse files
committed
Cleanup cme
1 parent f68551a commit 52bc18c

35 files changed

+4
-7974
lines changed

.gitmodules

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +0,0 @@
1-
[submodule "cme/data/invoke-vnc"]
2-
path = cme/data/invoke-vnc
3-
url = https://github.com/artkond/Invoke-Vnc
4-
[submodule "cme/data/mimikittenz"]
5-
path = cme/data/mimikittenz
6-
url = https://github.com/putterpanda/mimikittenz
7-
[submodule "cme/data/powersploit"]
8-
path = cme/data/powersploit
9-
url = https://github.com/PowerShellMafia/PowerSploit
10-
[submodule "cme/data/invoke-obfuscation"]
11-
path = cme/data/invoke-obfuscation
12-
url = https://github.com/danielbohannon/Invoke-Obfuscation
13-
[submodule "cme/data/netripper"]
14-
path = cme/data/netripper
15-
url = https://github.com/NytroRST/NetRipper
16-
[submodule "cme/data/randomps-scripts"]
17-
path = cme/data/randomps-scripts
18-
url = https://github.com/xorrior/RandomPS-Scripts
19-
[submodule "cme/data/cme_powershell_scripts"]
20-
path = cme/data/cme_powershell_scripts
21-
url = https://github.com/byt3bl33d3r/CME-PowerShell-Scripts
22-
[submodule "cme/data/sessiongopher"]
23-
path = cme/data/sessiongopher
24-
url = https://github.com/fireeye/SessionGopher
25-
[submodule "cme/data/mimipenguin"]
26-
path = cme/data/mimipenguin
27-
url = https://github.com/huntergregal/mimipenguin
28-
[submodule "cme/data/RID-Hijacking"]
29-
path = cme/data/RID-Hijacking
30-
url = https://github.com/r4wd3r/RID-Hijacking.git

cme/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import sys
2-
import os
3-
import cme
1+
# import sys
2+
# import os
3+
# import cme
44

55
# thirdparty_modules = os.path.join(os.path.dirname(cme.__file__), 'thirdparty')
66

0 commit comments

Comments
 (0)