Package org.zaproxy.clientapi.gen
Class Wappalyzer
java.lang.Object
org.zaproxy.clientapi.gen.Wappalyzer
This file was automatically generated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlistAll()Lists all sites and their associated applications (technologies).Lists all the applications (technologies) associated with a specific site.Lists all the sites recognized by the Technology Detection add-on.
-
Constructor Details
-
Wappalyzer
-
-
Method Details
-
listSites
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
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
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
-