Package org.zaproxy.clientapi.gen
Class Wappalyzer
- java.lang.Object
-
- org.zaproxy.clientapi.gen.Wappalyzer
-
public class Wappalyzer extends java.lang.ObjectThis file was automatically generated.
-
-
Constructor Summary
Constructors Constructor Description Wappalyzer(ClientApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiResponselistAll()Lists all sites and their associated applications (technologies).ApiResponselistSite(java.lang.String site)Lists all the applications (technologies) associated with a specific site.ApiResponselistSites()Lists all the sites recognized by the wappalyzer addon.
-
-
-
Constructor Detail
-
Wappalyzer
public Wappalyzer(ClientApi api)
-
-
Method Detail
-
listSites
public ApiResponse listSites() throws ClientApiException
Lists all the sites recognized by the wappalyzer addon.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(java.lang.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
-
-