Replies: 2 comments 1 reply
-
If I remember correctly, they way that netexec tests for Write Access is by actually writing and deleting a file to the remote share. Its not a true enumeration of permissions. Just a warning. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I actually found out how to get ACEs of folders without writing to them. One issue I see is that you'd have to recursively check each group if the user is a part of them with the ACE method, but there might be another way to do it. @syrull would you just want to see READ/WRITE privileges, or entire ACEs? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wondered whenever we have a case where the share isn't writable but some files are actually writable, can we have an option to check for every file inside a share or would it be too much?
Here is the specific case:
It is specified that you cannot
WRITE
to this share, however If I pull thesmbcacls
on a specific file on the shareWe can see that we actually can WRITE to this file. If you are up for it I am willing to create an eventual PoC of this.
Beta Was this translation helpful? Give feedback.
All reactions