Arguments
There are command line argument (project-absence --help
) that can be passed directly when staring the tool, and won't be taken from the config file.
Each argument has a long variant prefixed with --
and a short variant prefixed with -
. When an argument has no default value, it is required.
Argument | Description | Default |
---|---|---|
domain / d | The domain to run the tool on. | |
wordlist / w | The path to the wordlist to use. (You can set a wordlist for each module individually, in the config file.) | /usr/share/wordlists/discovery/common.txt |
config / c | Path to the configuration file. | ~/.absence/config.toml |
file / f | The file path of where the resulting JSON database will be saved to. | ~/.absence/result.json |
clipboard / C | Whether to copy the resulting JSON database to the clipboard. | false |
version / V | Display the version of the tool. | false |
debug / D | Whether to print the database at the end of execution in a tree format and some other debugging data. | false |
verbose / v | Whether to print some verbose data. | false |