If you have multiple browser threads then you can add a date column in database for each account. When some action is finished then you can add 30 minutes to the date now and add it to the database of that particular account. Then add a check condition in the beginning of the thread which checks if the current date is less or greater than the database date. If it is greater that means there is still time left and then close that thread without opening browser.
How can I find login form if its different on my target websites?
-
I did BAS project successfuly for default platform settings (i targeted username field, password,mail etc with CSS).
its easy cause they dont change so on weach website its the same CSS.
but i noticed a lot of websites do change some things
especially login form
how can I find a login form if CSS and MATCH dont always find it?
I used a lot of tactics, like i targeted words name,username,login,user, etc for login field, but it just sometimes wont find it anyway.
is there any good solution for finding login form on a website?
-
@yourfriendkarol you can link to the website?
-
@uraabk said in How can I find login form if its different on my target websites?:
@yourfriendkarol you can link to the website?
i mean 50000 websites with same CMS with minor changes in css etc
-
@yourfriendkarol give an example site