Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add listenAddress, listenPort and hostIp to JSON logs on MITM start #447

Merged
merged 3 commits into from
Dec 1, 2023

Commits on Dec 1, 2023

  1. Ensure MITM start and termination messages are in the JSON logs

    This way we can retain honeypot IP in the logs
    obilodeau committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    069ef78 View commit details
    Browse the repository at this point in the history
  2. logs: host_ip is now hostIp

    Non-breaking change since it was not in the JSON logs until previous commit.
    Aligned the naming case with what we use for clientIp.
    obilodeau committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    fce39df View commit details
    Browse the repository at this point in the history
  3. Updated CHANGELOG

    obilodeau committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    7e647b8 View commit details
    Browse the repository at this point in the history