Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.
/ tag-recon Public archive

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

License

Notifications You must be signed in to change notification settings

daehee/tag-recon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published