Skip to content

Using the path argument

Pythack edited this page Mar 14, 2022 · 3 revisions

What is it used for ?

The path argument allows you to alter the directory in which permscan will look into. By default, it will look into the current directory (./)

How to use it ?

The syntax is as follows:

permscan [OPTIONS] <path>

Examples

Here are some examples:

permscan --owner root /bin
permscan --user ?rw* --group ?r-* /home/jack
permscan --other ?--- -i /root
Clone this wiki locally