-
Notifications
You must be signed in to change notification settings - Fork 0
Using the merge (m) flag
Pythack edited this page Mar 14, 2022
·
3 revisions
If the merge (m) flag is present, the files printed will be those that match at least one of the criteria. If the invert (i) flag is present as well, the files printed will be those that don’t match at least one of the criteria.
The syntax is as follows:
permscan [OPTIONS] -mHere are some examples:
permscan --owner root --user ?r** -mpermscan --user ?r-x --group ?r-* -mpermscan --owner root --group ?r-x -m