Skip to content

Commit 8953c1e

Browse files
Update bloodAD & certipy
1 parent 5639544 commit 8953c1e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

config/commands.domain.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,16 @@ const domainCommands: Command[] = [
8989
"nxc nfs '{targetHost}' -u '{username}' -p '{password}'",
9090
authType: "password",
9191
},
92+
{
93+
template:
94+
"certipy find -u '{username}@{domain}' -p '{password}' -dc-ip '{targetHost}'",
95+
authType: "password",
96+
},
97+
{
98+
template:
99+
"bloodyAD --host '{targetHost}' -d '{domain}' -u '{username}' -p '{password}'",
100+
authType: "password",
101+
},
92102
{
93103
template:
94104
"xfreerdp /u:'{username}' /d:'{domain}' /p:'{password}' /v:'{targetHost}' /drive:.,linux /bpp:8 /compression -themes -wallpaper /clipboard /audio-mode:0 /auto-reconnect -glyph-cache",
@@ -208,6 +218,16 @@ const domainCommands: Command[] = [
208218
"nxc nfs '{targetHost}' -u '{username}' -H '{ntlmHash}'",
209219
authType: "ntlmHash",
210220
},
221+
{
222+
template:
223+
"certipy find -u '{username}@{domain}' -hashes '00:{ntlmHash}' -dc-ip '{targetHost}'",
224+
authType: "ntlmHash",
225+
},
226+
{
227+
template:
228+
"bloodyAD --host '{targetHost}' -d '{domain}' -u '{username}' -p '00:{ntlmHash}'",
229+
authType: "ntlmHash",
230+
},
211231
{
212232
template:
213233
"xfreerdp /u:'{username}' /d:'{domain}' /pth:'{ntlmHash}' /v:'{targetHost}' /cert-ignore /dynamic-resolution",

0 commit comments

Comments
 (0)