.. generated, remove this comment to keep this file ``pathenvironment`` =================== .. code-block:: console $ target-query -f pathenvironment .. list-table:: Details :widths: 20 80 * - Module - ``os.windows.generic.GenericPlugin`` * - Output - ``lines`` **Module documentation** Generic Windows plugin. Provides some plugins that don't fit in a separate plugin. **Function documentation** Return the content of the Windows PATH environment variable. PATH is an environment variable on an operating system that specifies a set of directories where executable programs are located. Adversaries may add the directories in which they have stored their (malicious) binaries. References: - https://en.wikipedia.org/wiki/PATH_%28variable%29