Outputed Files

Note

This section does not cover the logs files.

Why do we need it?

We need a way to deliver our results.

How does it work?

After testing a given subject, we generate its output file based on what’s needed.

Host format

This is the default output file.

A line is formatted like 0.0.0.0 example.org.

Note

A custom IP can be set with the help of the custom_ip index or the -ip argument from the CLI.

Don’t need it? Simply change

generate_hosts: True

to

generate_hosts: False

into your personal .PyFunceble.yaml or use the --hosts argument from the CLI to deactivate it.

Plain format

A line is formatted like example.org. . Need it? Simply change

plain_list_domain: False

to

plain_list_domain: True

into your personal .PyFunceble.yaml or use the --plain argument from the CLI to activate it.

JSON format

Need it? Simply change

generate_json: False

to

generate_json: True

into your personal .PyFunceble.yaml or use the --json argument from the CLI to activate it.