Skip to content
Matthew Pickford edited this page Jun 8, 2018 · 4 revisions

Install Instructions

Requirements

  • BeautifulSoup
  • GitPython

Example usage

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

Clone this wiki locally