Skip to content

Agent for the Wappalyzer Web Stack fingerprinter.

License

Notifications You must be signed in to change notification settings

hartl3y94/agent_wappalyzer

Agent wappalyzer

wappalyzer is a web technology fingerprinter capable of detecting CMS, blogging platform, analytics pacakges, JS libraries, web servier and embeded devices.


agent-wappalyzer

This repository is an implementation of Ostorlab Agent for the wappalyzer Fingerprinter.

Getting Started

To perform your first scan, simply run the following command.

ostorlab scan run --install --agent agent/ostorlab/wappalyzer domain-name tesla.com

This command will download and install agent/ostorlab/wappalyzer. For more information, please refer to the Ostorlab Documentation

Usage

Agent wappalyzer can be installed directly from the ostorlab agent store or built from this repository.

Install directly from ostorlab agent store

ostorlab agent install agent/ostorlab/wappalyzer

You can then run the agent with the following command:

ostorlab scan run --agent agent/ostorlab/wappalyzer domain-name tesla.com

Build directly from the repository

  1. To build the wappalyzer agent you need to have ostorlab installed in your machine. if you have already installed ostorlab, you can skip this step.
pip3 install ostorlab
  1. Clone this repository.
git clone https://github.com/Ostorlab/agent_wappalyzer.git && cd agent_wappalyzer
  1. Build the agent image using ostorlab cli.
ostortlab agent build --file=ostorlab.yaml

You can pass the optional flag --organization to specify your organisation. The organization is empty by default.

  1. Run the agent using on of the following commands:
    • If you did not specify an organization when building the image:
    ostorlab scan run --agent agent//wappalyzer domain-name tesla.com
    • If you specified an organization when building the image:
    ostorlab scan run --agent agent/[ORGANIZATION]/wappalyzer domain-name tesla.com

License

Apache-2

About

Agent for the Wappalyzer Web Stack fingerprinter.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published