I have a site that uses recaptcha before i can get to the page i need and as we know ob2 bots start the config from first line to the last one so what i want to do is this:
1- config logins normally with captcha.
2- Lock the login request.
3- bots keep checking the request after login with my wordlist ( emails) over and over at the same session until the cookies are dead.
4- config repeats same 1,2,3 steps again…
Is that achievable on ob2?