Config For Multiple Domains

Hi, I am quite new to OB, I would like to know if it’s possible to make a config to check multiple sites.

Example: We have a combo list in this format:
[email protected]:user(email):pass
[email protected]:user(email):pass and many more in the list.

I want the config to check one line each with the user:pass on the same line. The config would start with the domain and go with the paths we set like:
domain1.com/path/
domain2.biz/path/…ect and save hit accordingly.

Let’s say these domains will have the same path and plateform.

Is it possible to make a checker like this?

you could just modify your environment config so that you have URLSITE, USER and PASS variable and then parse it in the url textfield in request block but this only would work if the postdata is the same or else you need to make multiple request blocks