Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

PowerUp.ps1:883,1458 - Remove "C:\" False Positives#259

Closed
Bubbl3H3d wants to merge 1 commit intoPowerShellMafia:masterfrom
Bubbl3H3d:patch-2
Closed

PowerUp.ps1:883,1458 - Remove "C:\" False Positives#259
Bubbl3H3d wants to merge 1 commit intoPowerShellMafia:masterfrom
Bubbl3H3d:patch-2

Conversation

@Bubbl3H3d
Copy link
Copy Markdown

By default, the C:\ folder has special permissions set that allow unprivileged users to create new folders, but not to create or modify files in C:\ . This special premission set is misinterpreted by the script as a writable folder in the path, even though it is not. The proposed change removes results that return C:\ (subfolders within C:\ are still returned if they are modifiable).

By default, the C:\ folder has special permissions set that allow unprivileged users to create new folders, but not to create or modify files in C:\ . This special premission set is misinterpreted by the script as a writable folder in the path, even though it is not. The proposed change removes results that return C:\ (subfolders within C:\ are still returned if they are modifiable).
@Bubbl3H3d Bubbl3H3d changed the base branch from master to dev October 1, 2017 19:58
@Bubbl3H3d Bubbl3H3d changed the base branch from dev to master October 1, 2017 20:19
@Bubbl3H3d Bubbl3H3d closed this Oct 1, 2017
@Bubbl3H3d
Copy link
Copy Markdown
Author

Submitted to Dev: #262

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant