-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
setup.sh
#!/bin/bash
# (c) J~Net 2025
#
python -m venv venv
source venv/bin/activate
echo "Virtual Environment Setup and ready!"
git clone https://github.com/megadose/holehe.git
cd holehe/
pip install --upgrade pip setuptools wheel
pip install beautifulsoup4 lxml termcolor httpx trio tqdm requests
python3 setup.py install
and a start.sh
#!/bin/bash
# (c) J~Net 2025
#
# ./start.sh
#
#
source venv/bin/activate
echo "Virtual Environment Setup and ready!"
echo "Put Email to search"
read u_email
holehe $u_email
Metadata
Metadata
Assignees
Labels
No labels