Skip to content

HanibalAntePortas/get-acq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get-acq 🏢

GET-ACQ is a python tool used to gather all companies acquired by a given company domain name. It is done by calling SecurityTrails API.

Usage 🛠

python3 get-acq.py --domains domains.txt -a <API_KEY> -o output.txt

Running from Docker 🐳

docker run -ti -v $(PWD)/data:/data get-acq -d /data/domains.txt -a <API_KEY> -o /data/output.txt

Parameters 🧰

Parameter Description Type
-d, --domains Specify the list with domains. File
-a, --apikey APIKEY String
-o, --output Specify output filename String

License

This project is licensed under MIT license

About

GET-ACQ is a python tool used to gather all companies acquired by a given company domain name. It is done by calling SecurityTrails API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published