Add pip for aardwolf

main
mpgn 2022-04-20 03:41:15 -04:00
parent 877741c2f6
commit 6905795272
5 changed files with 471 additions and 394 deletions

3
.gitmodules vendored
View File

@ -28,6 +28,3 @@
[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

@ -1 +0,0 @@
Subproject commit 9d1620ad7a8406bfd7dd2ea2022ff6664d991640

View File

@ -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']

855
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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 = "*"