boringthegod / bwc

BuiltWithCli - interface cli to find domains linked to a domain by tags via builtwith.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BuiltWithCli

Description

BuiltWithCli - interface cli to find domains linked to a domain by tags via builtwith.com

Tool for all my buddies who want to quickly find an organization's domains by starting with the main domain and using builtwith.com's analytics code/tag relationship function.

It quickly parse out domains that no longer exist, removing duplicates and sorting by the date when the analytic tag was last linked to the main domain.

Basically for all my neighborhood guys who are too lazy to read the doc / use the api / pay the api (TLDR)

Requirements

Usage

bultwithcli can be run from the CLI and rapidly embedded within existing python applications.

Put the main domain name after the -d argument and the BWSSON cookie value after the -c argument.

usage: bultwithcli.py [-h] -d DOMAIN -c COOKIE

options:
  -h, --help            show this help message and exit
  -d DOMAIN, --domain DOMAIN
                        Domain to search
  -c COOKIE, --cookie COOKIE
                        Cookie or path to cookie file

Examples:
  ./bultwithcli.py -d google.com -c cookies.txt

Demo

About

BuiltWithCli - interface cli to find domains linked to a domain by tags via builtwith.com


Languages

Language:Python 100.0%