Skip to content

No rate limiting on /api/unlock-expert #24

Description

@CyberSunil

The endpoint in app.py accepts unlimited key attempts. PBKDF2 makes each guess costly but doesn't stop a script. Add a per-session failed-attempt counter with a cooldown, stored alongside the other fields in prog().

File: app.py

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions