public class Wappalyzer
extends java.lang.Object
Constructor and Description |
---|
Wappalyzer(ClientApi api) |
Modifier and Type | Method and Description |
---|---|
ApiResponse |
listAll()
Lists all sites and their associated applications (technologies).
|
ApiResponse |
listSite(java.lang.String site)
Lists all the applications (technologies) associated with a specific site.
|
ApiResponse |
listSites()
Lists all the sites recognized by the wappalyzer addon.
|
public Wappalyzer(ClientApi api)
public ApiResponse listSites() throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiException
public ApiResponse listAll() throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiException
public ApiResponse listSite(java.lang.String site) throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiException