Oculus is a Domain OSINT Tool used to discover environments, directories, and subdomains of a particular domain. Additionally, it is useful for searching S3 Buckets, Azure Blob Containers, Firebase DBs, GCP Buckets, leaked email addresses and MX records of a domain.
* * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* _______ ______ *
* __ __ \_________ ____ /___ _________ *
* _ / / / ___/ / / / / /_ / / /_ ___/ *
* / /_/ // /__ / /_/ / / / / /_/ /_(__ ) *
* \____/ \___/ \__,_/ /_/ \__,_/ /____/ *
* *
* Domain OSINT *
* By @leddcode *
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * *
git clone https://github.com/leddcode/Oculus.git
cd ./Oculus
pip install -r requirements.txt
As for the Oculus tool, it will be simple, without any flags or extra wikis. All you need to do is run it with Python, and it'll open in an interactive mode.
python oculus.py
- Fork it (https://github.com/leddcode/Oculus)
- Create your feature branch (
git checkout -b feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature
) - Create a new Pull Request