Does anyone know what program this uses?

Continuing the discussion from ADAROSS Scam Site list - 03/01/2019:
This genuinely seems like a usefulq device for the community

I think it was a headless browser set up to search for keywords and visit certain scam redirect domains to find popups. Not really sure about anything else since it was so long ago.

You’d want to ideally use something like Puppeteer: Puppeteer  |  Chrome for Developers
Have it visit sites where popups occur, then just check the webpages that load up for certain keywords/etc. Repeat.

I have some experience with nodejs and puppeteer and could probably offer some help if needed.