Skip to content

Session Logs and Output

Dave Yesland edited this page Jan 28, 2025 · 2 revisions
  • A history of every module that has been run and its output is stored under ~/.local/share/pacu/<session_name>/cmd_log.txt.
  • Output from individual modules (such as a file downloaded from an S3 bucket) is stored under ~/.local/share/pacu/<session_name>/downloads/.
  • If pacu.py dies before a session is chosen, errors are stored in global_error_log.txt in the pacu root directory.
  • If a session is somewhere in the stack, the error catcher will find it and use its name to store errors in ~/.local/share/pacu/<session_name>/error_log.txt