Class Wappalyzer

java.lang.Object
org.zaproxy.clientapi.gen.Wappalyzer

public class Wappalyzer extends Object
This file was automatically generated.
  • Constructor Details

    • Wappalyzer

      public Wappalyzer(ClientApi api)
  • Method Details

    • listSites

      public ApiResponse listSites() throws ClientApiException
      Lists all the sites recognized by the Technology Detection add-on.

      This component is optional and therefore the API will only work if it is installed

      Throws:
      ClientApiException
    • listAll

      public ApiResponse listAll() throws ClientApiException
      Lists all sites and their associated applications (technologies).

      This component is optional and therefore the API will only work if it is installed

      Throws:
      ClientApiException
    • listSite

      public ApiResponse listSite(String site) throws ClientApiException
      Lists all the applications (technologies) associated with a specific site.

      This component is optional and therefore the API will only work if it is installed

      Throws:
      ClientApiException