Skip to content

Commit 10ccb7f

Browse files
Update 2025-03-28-BruteRatel4.md
1 parent 64bed52 commit 10ccb7f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_posts/2025-03-28-BruteRatel4.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ date: 2025-03-28
77

88
## BRUTERATEL COMMAND LIST PART 4
99

10-
updated : 11/04/2025
10+
updated : 02/05/2025
1111

1212
## Context
1313

@@ -42,7 +42,7 @@ Here is a short description of the next 20 command codes and purpose :
4242

4343
| Command ID | Description | Parameter |
4444
| :----------- | :---------------------- | :----------------:|
45-
| "\x81\x98" | [DCSync](#DCSync) | $TypeFormatString, $ProcFormatString |
45+
| "\x81\x98" | [DCSync](#DCSync) | $Admin, $DomainName |
4646
| "\x53\x49" | [netshareenum](#netshareenum) | $servername, $level |
4747
| "\x13\x52" | [ExecWQLQuery](#ExecWQLQuery) | $query |
4848
| "\xe7\x81" | [GetAccountSidFromPid](#GetAccountSidFromPid) | $pid |
@@ -75,12 +75,12 @@ Vicent Le Toux [MakeMeEntrepriseAdmin](https://github.com/vletoux/MakeMeEnterpri
7575
and Benjamin Delpy [MimiKatz](https://github.com/gentilkiwi/mimikatz/)
7676

7777
```php
78-
function DCSync($TypeFormatString, $ProcFormatString)
78+
function DCSync($TypeFormatString, $ProcFormatString, $Admin, $DomainName)
7979
{
8080
$TypeFormatString_b64 = base64_encode($TypeFormatString);
8181
$ProcFormatString_b64 = base64_encode($ProcFormatString);
8282

83-
$cmd_id = "\x81\x98 $TypeFormatString_b64 $ProcFormatString_b64 AA BB CC DD EE FF GG HH II JJ KK LL MM NN";
83+
$cmd_id = "\x81\x98 $TypeFormatString_b64 $ProcFormatString_b64 AA BB CC DD EE FF GG HH II JJ KK LL MM NN $Admin $DomainName";
8484
$cmd_id_b64 = base64_encode($cmd_id);
8585

8686
return $cmd_id_b64;

0 commit comments

Comments
 (0)