Out of access Control

i cant seem to figure out why, but i have went through the powershell code and it keeps tell me that “You need 8 points for the flag”. Im sure it is something simple. I have been racking my brain and consulting ChatGPT. But i keep getting the same thing. Any help would be greatly appreciated.

Can you show the full output from the grading script?

@ExtendedPanda9323 Did you get any solution for it?

you must put there also (OI)(CI)

example
icacls “C:\East” /grant “Colors:(OI)(CI)(RX)”

natively i also use only (RX). ( dont trust blindly to any AI system :wink: )

in the task is : Your task is to assign permissions to the C:\North and C:\East
“folders and subfolders”

  • OI = Object Inherit → applies to files
  • CI = Container Inherit → applies to subfolders

After setting each rules you should get the FLAG

1 Like