Class Wappalyzer


  • public class Wappalyzer
    extends java.lang.Object
    This file was automatically generated.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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