AD2011 / phonebook.cz_scrapper

GNU General Public License v3.0
0 stars 0 forks source link

phonebook.cz Automation for Recon

phonebook.py is a powerful Python script that automates the process of gathering email addresses, subdomains and links associated with specific domains using the Phonebook.cz service. This tool is designed for both single domain queries and bulk domain processing, making it versatile for various email intelligence gathering needs.

Usage

Options

You can use multiple options at once. For example:

Output

The script will display the discovered information in the console and save all results to a single output file. The output file name will reflect the domain name or filename and option selected

Where {option} is a combination of "email", "subdomain", and/or "link" based on the options selected.

Run as an executable

Make a file at /usr/bin or any other folder in $PATH and make it executable by running chmod +x <filename>

#!/bin/sh

exec python3 /<path-to>/phonebook.py "$@"