Functionalities
Pantheon allows users to execute an API crawler. There was original functionality without the use of any API's (like Insecam), but Google TOS kept getting in the way of the original scraping mechanism.Installation
git clone https://github.com/josh0xA/Pantheon.git
cd Pantheon
pip3 install -r requirements.txt
Execution:python3 pantheon.py
- Note: I will later add a GUI installer to make it fully indepenent of a CLI
Windows
- You can just follow the steps above or download the official package here.
- Note, the PE binary of Pantheon was put together using pyinstaller, so Windows Defender might get a bit upset.
Ubuntu
- First, complete steps 1, 2 and 3 listed above.
chmod +x distros/ubuntu_install.sh
./distros/ubuntu_install.sh
Debian and Kali Linux
- First, complete steps 1, 2 and 3 listed above.
chmod +x distros/debian-kali_install.sh
./distros/debian-kali_install.sh
MacOS
- The regular installation steps above should suffice. If not, open up an issue.
Usage

(Left-click) on a selected IP

(Right-click) on a selected IP

Adjust the map as you please to see the markers.
- Also note that this app is far from perfect and not every link that shows up is a live-feed, some are login pages (Do NOT attempt to login).
Ethical Notice
The developer of this program, Josh Schiavone, is not resposible for misuse of this data gathering tool. Pantheon simply provides information that can be indexed by any modern search engine. Do not try to establish unauthorized access to live feeds that are password protected - that is illegal. Furthermore, if you do choose to use Pantheon to view a live-feed, do so at your own risk. Pantheon was developed for educational purposes only. For further information, please visit: https://joshschiavone.com/panth_info/panth_ethical_notice.htmlLicence
MIT LicenseCopyright (c) Josh Schiavone