Peeping Tom is a tools written in Python and Phantom JS (Python is used to drive a Phantom JS script to capture every URL).
https://bitbucket.org/LaNMaSteR53/peepingtom/
To install Peeping Tom, we need the following pre-requisite
#CURL - Most Linux has this come out of the box #PhatomJS - We can install it with apt-get in Ubuntu, for Kali Linux, we need to install it from the pre-built version. apt-get install phantomjs OR wget https://phantomjs.googlecode.com/files/phantomjs-1.9.2-linux-i686.tar.bz2 tar -xvf phantomjs-1.9.2-linux-i686.tar.bz2 ln -s /opt/phantomjs/bin/phantomjs phantomjs
And then we download the Peeping Tom python script from BitBucket
git clone https://bitbucket.org/LaNMaSteR53/peepingtom.git
You can then run the script with the following command
./peepingtom.py
Common Usage
./peepingtom.py -v -s www.jimmysyss.com