- Version: 1.0.0
- Author: Ahmad Hamdi Emara
- Website: https://hamdiz.me
- Copyright: © 2023, Ahmad Hamdi Emara, All rights reserved.
Blue Hawk
🦅 is a powerful information-gathering tool
designed to efficiently extract email addresses, phone numbers & social links from a given target website.
Built with Python
, it provides various features and scraping modes
for an optimized and user-friendly experience.
- BeautifulSoup
- requests
- (Note: The script will automatically handle the installation of required packages.)
- Clone the repository or download the bh.py and helper.py scripts.
python3 bh.py -d [TARGET_URL] [OPTIONS]
- Replace
[TARGET_URL]
with the website URL from which you wish to scrape. - Replace
[OPTIONS]
with Scraping modes (--mode
) or their initials, as well as (--max-depth
).
--max-depth
[DEPTH]
: Set the maximum depth for scraping (default is 10).
--mode
[MODE]
: Choose the scraping mode. Modes include:
SMART
: Intelligent Scraping.
LAZY
: One-Request Only Snapshot Scraping.
VERBOSE
: Recursively Scrape The Original Domain With Any Backlinks Contained Within.
python3 bh.py
python3 bh.py --help
All credit goes to Ahmad Hamdi Emara for creating and maintaining this tool.
Visit the official website for more tools and projects by the author.