Raven is a web application footpriting tool.
Raven is an open source intelligence (OSINT) automation tool. It uses flask web-server for providing a clean and intuitive web-based interface. It's written in Python 3.
git clone https://github.com/Yugabdh/raven.git
cd raven
Note: Create a Python virtual environment if you don't want to conflict with local packages and then install packages in that virtual environment.
python3 -m venv venv
pip install -r requirements.txt
Note: Currently, only GUI is available in form of a web interface. In the next version, there will be CLI included.
python3 -m raven