tag-recon

0.2.0 • Public • Published

tag-recon

OSINT a domain's tracking code footprint to discover hidden connections.

Directly scrape the tags from the target website, and also access historical snapshots of its tags by referencing BuiltWith and Spyonweb records.

Analyzing a website's tracking codes is especially useful for identifying spam websites and blogs that often share the same analytics and advertising tags across its network. Discover what other websites they are operating or affiliated with.

Use tag-recon in conjunction with other website OSINT techniques to get a more holistic picture of the domain. For example, just reversing an IP address often limits further visibility, or worse presents overly noisy results in a shared cloud hosting environment. domain-scanner is a great node utility to get other data points such as subdomains, password breaches, email addresses, SSL certificates, and more.

Installation

git clone https://github.com/daehee/tag-recon.git

Create .env file at root folder of this project with your API keys

SPYONWEB_KEY=XXX
BUILTWITH_KEY=XXX

Example Output

Run: node example/index.js

See example JSON output.

Credits

License

MIT

Package Sidebar

Install

npm i tag-recon

Weekly Downloads

8

Version

0.2.0

License

MIT

Unpacked Size

38 kB

Total Files

18

Last publish

Collaborators

  • daehee