Add pip for aardwolf
parent
877741c2f6
commit
6905795272
|
@ -27,7 +27,4 @@
|
|||
url = https://github.com/huntergregal/mimipenguin
|
||||
[submodule "cme/data/RID-Hijacking"]
|
||||
path = cme/data/RID-Hijacking
|
||||
url = https://github.com/r4wd3r/RID-Hijacking.git
|
||||
[submodule "cme/data/aardwolf"]
|
||||
path = cme/data/aardwolf
|
||||
url = https://gitlab.porchetta.industries/Skelsec/aardwolf
|
||||
url = https://github.com/r4wd3r/RID-Hijacking.git
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 9d1620ad7a8406bfd7dd2ea2022ff6664d991640
|
|
@ -114,6 +114,8 @@ class rdp(connection):
|
|||
if "Errno 104" not in str(e):
|
||||
return False
|
||||
except Exception as e:
|
||||
if "TCPSocket" in str(e):
|
||||
return False
|
||||
if "Reason:" not in str(e):
|
||||
info_domain = self.conn.get_extra_info()
|
||||
self.domain = info_domain['dnsdomainname']
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -65,7 +65,7 @@ xmltodict = "^0.12.0"
|
|||
terminaltables = "^3.1.0"
|
||||
aioconsole = "^0.3.3"
|
||||
pywerview = "^0.3.3"
|
||||
aardwolf = { path = "cme/data/aardwolf" }
|
||||
aardwolf = "^0.0.8"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
flake8 = "*"
|
||||
|
|
Loading…
Reference in New Issue