Just Provide Urls, And It Will Harvest Emails From Those Urls. Not Only One Url , It Will Automatically Find SubUrls From Given Url. It Can Also Find Emails From Thousands Of Urls At One Time. Dont Have Time To Copy All Emails? No Worry! It Will Save All Emails And Harvested Urls In Saperate Text Files. Emails Will Be Saved In _emails.txt
And Scrapped Urls Will Be Saved In _scrappedUrls.txt
. You Can Provide A Huge List Of Urls To Be Scanned
- Python 3.9
- Pip 3
- requirements.txt
Clone The Repo From Official Page Of OCEAN OF ANYTHING And Change Directory To MailGrab
git clone https://github.com/oceanofanythingofficial/MailGrab
cd MailGrab
Go And Visit The Official Page Of Python. Then Install Python On Your System. Make Sure To Install Python Version 3.9.0. To Prevent Any Mistake Please Use Link Bellow
You Can Also Install From This Link
Install Python 3.9 In Linux.
sudo apt install software-properties-common
Open Terminal And Enter The Following Command
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.9
python --version
By-default python3-pip is not installed in Ubuntu 20.04 and installing it from apt will install old pip package. So let's see step by step installation of latest python3-pip version (20.3.3). It will be a two-step process, first, we will install pip 20.0.2 using the apt repository. Then, download and install the latest pip package i.e. 20.3.3 version.
sudo apt install python3-pip
Here pip version 20.0.2 got installed and we need to upgrade it to version 20.3.3. Installing package 3.8 from apt will help to meet all dependent packages and libraries which will be required for pip 20.3.3. If you will skip this step, you may get dependent modules error.
If curl is already installed your system, you can skip this step. Most of the Ubuntu 20.04 don't have curl installed by default. So use apt install command to install it. Curl is required to execute step 4.
sudo apt install curl
Now you need to download get pip from bootstrap.pypa.io website using curl command as shown in image.
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
Run python3.9 command to execute "get-pip.py" package file you downloaded. It will automatically download and install the latest pip in your Ubuntu/Kali Linux.
sudo python3.9 get-pip.py
This can be achieved by editing /etc/environment file using your favourite editor. Otherwise, exporting and appending "PATH" variable for the local user profile will also do the trick. Make sure you add ~/.local/bin/ in PATH variable.
export PATH=~/.local/bin/:$PATH
pip3.9 --version
Congrats!! till this point you have installed latest Python 3.9.0 and pip 20.3.3 successfully.
pip install -r requirements.txt
If You Are On Windows Machine, You Can Just Run windows.bat
FileTo Start The Program Directly.
You Can Also Do It Manually-
Just Open Powershell Or Command Prompt And Then Type Following Command
python -m MailGrab.py
For Linux Users, You Just Have To Type The Same Thing To Terminal. Just Open Terminal And Type The Following Command
python -m MailGrab.py
MailGrab Is An Easy To Use, User Friendly, Cross Platform And Reliable Tool After Launching MailGrab Just Input Url And It Will Automatically Do It's Work. It Will List All Emails And SubUrls In Terminal. It Will Save Them Also In A Text File For Future
You Can Provide A Huge List Of Urls In A File Named _inputUrls.txt
. It Will Automatically Detect The File In Current Directory And Will Harvest From The Emails One By One!
This Is A Sicret Please Dont Tell It To Anyone!