Skip to content

Commit 1ec0f61

Browse files
authored
Fixed the directory to ls
1 parent 76a1694 commit 1ec0f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EDR.cna

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ beacon_command_register("EDR_Query", "Queries the System for all major EDR produ
1111
#EDR_Query alias
1212
alias EDR_Query {
1313
blog($1, "\cBDetermining what EDR products are installed...");
14-
bls($1, "C:\\Windows\\System32\\drivers", &list);
14+
bls($1, "c:\\windows\\sysnative\\drivers", &list);
1515
}
1616

1717
#Parse dem results

0 commit comments

Comments
 (0)