SecTeer VulnDetect & PatchPro Support Forum VulnDetect
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Download VulnDetect Installer
    • Login
    1. Home
    2. amu
    3. Posts
    A
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 11
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: PureSync - Detected Version Incorrect

      Hi, OLLI!

      Thank you for reporting this.
      It has been fixed.

      posted in Detection Issues
      A
      amu
    • RE: Speccy - Invalid Recommended Version?

      Hi, OLLI!

      Thank you for reporting this.
      It has been fixed.

      posted in Detection Issues
      A
      amu
    • RE: [Solved] MiTeC Task Manager DeLuxe - Why Update-Label in UAT?

      Hi, OLLI!

      Could you please let me know if this is still an issue?
      I was not able to recreate it.

      posted in Solved Detection Issues
      A
      amu
    • RE: [Solved] Malwarebytes AdwCleaner - Invalid Recommended Version?

      Hi, OLLI!

      Thank you for reporting this.
      We have fixed it.

      posted in Solved Detection Issues
      A
      amu
    • dotnet-core-uninstall Tool

      The Microsoft .NET family is released in parallel channels by Microsoft. This means that one major version can coexist with another and that installing e.g. 6.x doesn't replace 5.x.

      Microsoft .NET uninstall tool, this can be used to manage .NET installations, however, care must be taken, as it can remove more versions than intended. Fortunately, redeploying .NET is easy, as we also support installing it as a deployment job:
      ef356a4e-d068-4b31-b207-5fedc94939d9-image.png

      You will need to deploy the Microsoft .NET uninstall tool on each host where you want to handle the various .NET versions.
      Once you have the uninstall tool installed on the hosts, you can use Custom Software to create a custom job for the uninstall tool, where you will attach a .ps1 script as the Installer, which contains the following:

      Start-Process -FilePath "C:\Program Files (x86)\dotnet-core-uninstall\dotnet-core-uninstall.exe" -ArgumentList "remove --all-but-latest --runtime --yes" -WorkingDirectory "C:\Program Files (x86)\dotnet-core-uninstall"
      

      The above example should remove all RUNTIME versions except for the latest version (--all-but-latest --runtime).

      You may also use the option --all-below <VERSION>[ <VERSION>...] , however we recommend that you consult the official documentation which contains the full options list:
      https://learn.microsoft.com/en-us/dotnet/core/additional-tools/uninstall-tool?tabs=windows#list-command

      Example of Custom Software:
      fdec2ec5-b846-49d3-ba2a-e19a479b2d18-image.png

      posted in [Corporate] Deployment -> Custom Software
      A
      amu
    • reMarkable deploy guide

      You can deploy reMarkable using the Custom Software feature in VulnDetect.

      You can download the latest reMarkable installer from here:
      https://downloads.remarkable.com/

      The Custom Software package should look like this:
      Screenshot_18.png

      Args:
      in, install - install default or selected packages - <pkg ...>
      --am, --accept-messages [CLI] Accepts all message
      --al, --accept-licenses [CLI] Accepts all licenses
      -c, --confirm-command [CLI] Confirms starting of installation, update or removal of components without user input.

      posted in [Corporate] Deployment -> Custom Software
      A
      amu
    • Adding the SecTeer VulnDetect API as a data source in Microsoft Power BI
      1. In the Microsoft Power BI window, click on Get Data -> Web.
        SS1.png

      2. Click on "Advanced".
        SS2.png

      3. Fill in "URL parts" and "HTTP request header parameters".

      Here's an example of fetching a list of applications:

      • URL Parts:
        https://corporate.vulndetect.com/api/corporate/v1/applications

      • HTTP request header parameters:
        Authorization=Bearer <API Token> (ex. cdb99e99-dbaf-46a6-9988-be64630afde5)
        AcceptEncoding=gzip
        ss3.1.png

      Please see more on our API documentation, page 10, where instead of fetching a list of applications as shown above, you can find how to fetch a list of agents or request an inspection, etc.:
      https://secteer.com/Corporate_API

      posted in [Corporate] Deployment -> Custom Software
      A
      amu
    • Tux Paint - Install

      It is possible to install Tux Paint using the Custom Software feature.

      Download the "Full Installer" from:
      https://tuxpaint.org/download/

      We tested with version 0.9.28.

      The silent install parameter is /verysilent.

      Screenshot_6.png

      posted in [Corporate] Deployment -> Custom Software
      A
      amu
    • Picto-Selector - Install

      It is possible to install Picto-Selector using the Custom Software feature.

      Download the "Full Installer" from:
      https://www.pictoselector.eu/home-2/download/

      We tested with version 1.8.28.

      The silent install parameter is /verysilent.

      Screenshot_5.png

      posted in [Corporate] Deployment -> Custom Software
      A
      amu
    • LEGO Education SPIKE - Install

      It is possible to install LEGO Education SPIKE using the Custom Software feature.

      Download the "Full Installer" from:
      https://education.lego.com/en-us/downloads/spike-app/software

      We tested with version 2.0.8.

      The silent install parameter is /qn.

      Screenshot_4.png

      posted in [Corporate] Deployment -> Custom Software
      A
      amu
    • Adgang for Alle - Install

      It is possible to install Adgang for Alle using the Custom Software feature.

      Download the "Full Installer" from:
      https://www.adgangforalle.dk/default.efact?pid=7944&mid=0&hid=3212&sub=3212&main=3212

      We tested with version 2.0.0.7.

      The silent install parameter is /verysilent.

      Screenshot_3.png

      posted in [Corporate] Deployment -> Custom Software
      A
      amu