Prowl: email harvesting tool
Prowl
Prowl is an email harvesting tool that scrapes Yahoo for Linkedin profiles associated to the user’s search terms and identifies job titles. It also identifies current job listings for the specified organisation.
Installation
- git clone https://github.com/nettitude/Prowl.git
- pip install -r requirements.txt
Use
Basic search
python prowl.py -c "Yahoo" -e "<fn><ln>@yahoo.com"
Search jobs
python prowl.py -c "Yahoo" -e "<fn><ln>@yahoo.com" -j
Search subdomains
(UDP 53 needs to be allowed outbound – otherwise slow results)
python prowl.py -c "Yahoo" -e "<fn><ln>@yahoo.com" -s
Change search depth
python prowl.py -c "Yahoo" -e "<fn><ln>@yahoo.com" -d "10"
(smaller is less, larger is more pages to search)
Proxy
python prowl.py -c "Yahoo" -e "<fn><ln>@yahoo.com" -p "http://127.0.0.1:8080"
Full search
python prowl.py -c "Yahoo" -e "<fn><ln>@yahoo.com" -a
Demo
Copyright (C) 2018 Pickfordmatt
Source: https://github.com/nettitude/