A list of input parameters with only one Google reCaptchav3 token

25 Views Asked by At

I have a web page with Google reCaptchav3. It allows to input an ID number, click a button and requests from database some results. If a user input an ID number and click the button, then it generates one reCaptcha token.

enter image description here

An ethical hacker is requesting a LIST of ID numbers with just one token and implies to me that I should program my web page in order to prevent that.

enter image description here

How could I prevent or avoid in my web page that a bot or hacker input a list of ID numbers using only one token? I thougth that was Google reCaptcha job.

0

There are 0 best solutions below