Skip to main content

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.

ArgumentDescriptionDefault
domain / dThe domain to run the tool on.
wordlist / wThe 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 / cPath to the configuration file.~/.absence/config.toml
file / fThe file path of where the resulting JSON database will be saved to.~/.absence/result.json
clipboard / CWhether to copy the resulting JSON database to the clipboard.false
version / VDisplay the version of the tool.false
debug / DWhether to print the database at the end of execution in a tree format and some other debugging data.false
verbose / vWhether to print some verbose data.false