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

Proposal: Include Client Address in PSK Validation for Brute Force Detection #596

Closed
wants to merge 7 commits into from

Commits on Nov 22, 2023

  1. - Minimum changes to be able to get the IP address in the UDP-PSK

    handshake function to implement a Brute Force Attack protection.
    Toni Solé committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    7f0f55b View commit details
    Browse the repository at this point in the history
  2. - Updated the PSK example to implement a Rate Limiting Brute

    Force Attack to Limit the number of requests a single IP address
    can make in a certain amount of time. If an IP address exceeds this
    limit it temporarily ban it.
    Toni Solé committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    7514727 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    513d59d View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    82d8520 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    fe5a289 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Merge branch 'master' into brute-force-protection

    Toni Solé committed May 6, 2024
    Configuration menu
    Copy the full SHA
    257b73d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    3e7a2ef View commit details
    Browse the repository at this point in the history