Webroot Key Code

5 views
Skip to first unread message

Phoebe Sibilio

unread,
Jul 24, 2024, 8:02:18 PM7/24/24
to mooc.fi

I am trying to launch the chrome debugger from vscode, but my breakpoints are being passed over and I get the message 'breakpoint set but not yet bound'. I suspect that this is because I have the wrong value for the webRoot property in the launch config.

webroot key code


Downloadhttps://shoxet.com/2zLIle



I am trying to debug some react components, and I am working within a microservice architecture so my server is a sibling directory of the one I am working in. Therefore, I tried to set the webRoot as "$workspaceFolder/../ui-web-server".

The Webroot installation can be done through Pulseway already, and everything that's needed is basically the Key Code assigning the client to the corresponding Webroot dashboard. This method works fine, but my idea is to automate as many of these tasks as possible, hence Powershell come in to play. Webroot have published a document with other deployment methods, such as GPO or MSI, and I'm mostly interested in the latter. So I created a script for the installation task, which is working fine in itself. But I also found out that the client is shown as "Not installed" in Pulseway afterwards. I spoke with support representatives from Pulseway about this, and a workaround is to use the "Install"-button in Pulseway to create the connection. They told me that the software won't be reinstalled by doing this, but simply associate the agent with Pulseway.. It got me thinking.. There should be a way to trigger this "Install"-function elsewhere, and a smooth solution would be if it could be triggered from the same script as the installation. Maybe something is written in the registry (client side), that we could use?

Thank you Martin for this. I had a few devices that were always failing to install Webroot and it wasn't made clear before that you could manually install them as you described. I just installed the Webroot agent, then issued the Install command from Pulseway and all is well.

My installations through Pulseway have gone smoothly, so I don't know about the failures you've gotten. In my case, it became more manageable to trigger the installation via script, rather than via Pulseway. Especially since clients imported with other pulseway-users aren't shown in the webGUI (for those, you have to login to the specific account and install from there, and that method isn't going to cut it).

There are some registry entries at HKLM:\Software\MMSOFT Design\PC Monitor\Addons\2 that seems related to Webroot. I saw the key code written there, in plain text. It was under the subkey "LicenseHash" on a couple of our workstations, and they were installed via the Pulseway WebGUI if I'm not mistaken.. However, the sideloading-operation leaves the same subkey blank. There is also a second subkey, called "InstallationId" that I'm curious about. The "LicenseHash" could be easily populated with the correct key code, but I'm more worried about the "InstallationId", as it contains a long hash value generated from somewhere, somehow.

Unfortunately the agent cannot decide that the Webroot addon should load by itself (due to licensing reasons) so there can only be the server who takes this decision. I don't see any problem in exposing a method in our REST API to ask the Pulseway server to send the addon installation command for that particular machine.

Unfortunately the agent cannot decide that the Webroot addon should load by itself (due to licensing reasons) so it can only be the server who takes this decision. I don't see any problem in exposing a method in our REST API to ask the Pulseway server to send the addon installation command for that particular machine.

When I google my website "Hook Holster", my website shows up in the Google results with a yellow exclamation point next to it and this message "WEBROOT: Caution. This site may contain content that could affect your online security."

Webroot is the internet security program on my laptop. (You might not see the same flag if you use a different internet security program.) But I'd still like to correct whatever is causing my URL/website to be flagged in case other security systems would flag it also and/of for other customers that might have Webroot too.

For the third, could you provide some additional detail on your statement "Replace 'trusted-scripts.com' with the domains you use for scripts and videos." I don't know what scripts are. My videos are throughout my website. Do I need to list each URL where a video is found or can I just use my whole website "www.hookholster.com" or maybe "hookholster.com" would be better?

Could you please help me figure out how to implement these recommendations? For example, on the Clickjacking item, I don't know where in Hubspot (maybe under Advanced Settings?) to place the recommended code: -headers-x-frame-options/

Thank you for once again providing detailed instructions. Unfortunately I cannot find the tab for "Advanced Options." I tried on both the old and new navigation bars. When I click Settings, I see that big menu and under Tools, I find Content and then Pages. But I don't see a tab or option anywhere under Pages for Advanced Options. I see 4 tabs for Personalization, Integration, SEO & Crawlers, and System Pages (and that one is locked). I hope the problem is not that I am on the free plan? Please let me know if I can provide any more helpful info. I can't figure out how to include an attachment or screenshot or else I would have.

I became a paid customer of Hubspot to access the ability to implement the solution you recommended. But once I added all 3 elements you recommended, the header menu on my website displayed incorrectly and none of the videos on my website worked! Once I removed all 3, my website worked correctly again. Should I leave them off or are they important enough that I need to figure out how to add them in a format that doesn't break anything? If so, how?

Review all content on your website, including text, images, and files, to ensure there is nothing that could trigger security alerts. Pay particular attention to any content related to "weapons," as mentioned by the prospective customer.

Liongard can be used to inspect the configuration of customer Webroot installations and status by integrating with the Webroot SecureAnywhere console via their Unity API. You will need to create credentials for the Liongard platform.

Since Webroot is a multi-tenant system where a single portal is used to manage many Environments, you will set up a single "Parent" Inspector with the access credentials for your Webroot portal that will then auto-discover "Child" Inspectors for each Environment.

After the first run of the Parent Inspector, your client Webroot organizations will be Auto-Discovered in the Discovered Systems tab on the Inspectors > Webroot page.

401 Unauthorized - The client could not be authenticated.
This may indicate that the token used for authentication is invalid or has expired. Please confirm that your API key information and Parent Keycode (also known as GSMKey or GSM Console Key) are both correct. (Step 1 and Step 2)

403 Forbidden - The server understood the request, but is refusing to fulfill it.
The Webroot portal account being used does not have the correct permissions. Please ensure that the portal account that is used to configure the inspector has the Super Admin or Limited Admin role assigned. (Step 3)

I am not new to Coldfusion, Lucee and Coldbox, but did not so much anymore the last years. Now I have to make a decision for some small projects, do I develop this with Laravel what is already up and running or do I try to install Lucee + IIS and see how that works nowadays and maybe do more with CFML in the future.

So you can set everything up, once - then share your configured / ready to go IMAGE with everyone else in your team (then they just do the docker run command with the file paths that suit their host machines.

Now, imagine you have a wwwroot location set in IIS that differs from the docBase location (docBase is how Tomcats wwwroots are called), what would happen? It would serve files from different locations resulting in unexpected/missing static files or missing .cfc/.cfm files.

Now you have Tomcat in the back for cfml and IIS in front for non-cfml files. But how does Tomcat know where to get the .cfm/.cfc files from? The answer is, you need to configure it. At the same time IIS serves the static files from its own IIS webroot configuration.

I would highly recommend both of you look into CommandBox as a MUCH easier and lightweight method of getting a Lucee dev server up and running. All you need to do is install CommandBox, which be done via Homebrew, apt/yum, etc and then cd into your project and run

So lets say Site 1 IIS Directory is C:\inetpub\site1
Now you have Lucee at c:\Lucee\webapps\root\Site1
With the Mod_JK bonticode adapter, Coldfusion is served from c:\inetpubSite1\ and any mappings you add to Lucee (more on that later)

4a15465005
Reply all
Reply to author
Forward
0 new messages