Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/6abd/horus
An OSINT / digital forensics tool built in Python
https://github.com/6abd/horus
api crypto cryptocurrency cybersecurity decryption digital-forensics encryption forensics hacktoberfest investigation investigations location osint python requests security security-tools steganography tool tools
Last synced: 4 days ago
JSON representation
An OSINT / digital forensics tool built in Python
- Host: GitHub
- URL: https://github.com/6abd/horus
- Owner: 6abd
- License: gpl-3.0
- Created: 2024-01-21T23:32:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T01:09:06.000Z (3 months ago)
- Last Synced: 2024-11-08T02:19:31.334Z (3 months ago)
- Topics: api, crypto, cryptocurrency, cybersecurity, decryption, digital-forensics, encryption, forensics, hacktoberfest, investigation, investigations, location, osint, python, requests, security, security-tools, steganography, tool, tools
- Language: Python
- Homepage: https://horusdocs.gitbook.io
- Size: 320 KB
- Stars: 326
- Watchers: 7
- Forks: 38
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Project | Horus
[![6abd - horus](https://img.shields.io/static/v1?label=6abd&message=horus&color=crimson&logo=github)](https://github.com/6abd/horus "Go to GitHub repo")
[![GitHub tag](https://img.shields.io/github/tag/6abd/horus?include_prereleases=&sort=semver&color=crimson)](https://github.com/6abd/horus/releases/)
[![stars - horus](https://img.shields.io/github/stars/6abd/horus?style=social&logoColor=crimson)](https://github.com/6abd/horus)
[![forks - horus](https://img.shields.io/github/forks/6abd/horus?style=social&logoColor=crimson)](https://github.com/6abd/horus)
[![issues - horus](https://img.shields.io/github/issues/6abd/horus?color=crimson)](https://github.com/6abd/horus/issues)
[![License](https://img.shields.io/badge/License-GNU_General_Public_License_v3.0-crimson)](#license)# Table of Contents
* [🚀 About Horus](#-about-horus)
* [⚡ Installation and Usage Instructions](#-installation-and-usage-instructions)
* [⚙️ API Configuration](#%EF%B8%8F-api-configuration)
* [🔮 Intended Features](#-intended-features)
* [🤝 Current Maintainers](#-current-maintainers)
* [🛠️ Contributing](#%EF%B8%8F-contributing)
* [📧 Contact Me](#-contact-me)
* [🤝 Acknowledgements](#-acknowledgements)## 🚀 About Horus
Horus is an all-in-one encompassing tool for investigations assistance, from API leveraging to compiling data too. Its your pre-ops buddy!
## ⚡ Installation and Usage Instructions
To get started with this project, you will need Python installed on your device.
Once it is installed, follow these steps:1. Clone this repository.
2. `cd` to the 'horus' directory. (Make sure it isn't the outermost folder)
3. Install dependencies using the following command: ```pip install -r requirements.txt```
4. In the 'horus' directory, run ```python3 horus.py``` on Linux/MacOS, or ```py horus.py``` on Windows*Note: protonvpn-cli is a requirement for the 'pvpn' command*
*Note: openvpn CLI is a requirement for the 'ovpn' command*## ⚙️ API Configuration
To configure the APIs necessary for usage of certain commands, you can either manually enter them, or use the 'apicon' commandTo manually configure API keys, navigate to ```/src/modules/var/pipes/api_config.json```. Enter your API keys in their corresponding entries.
**⚠️ Warning: If you are contributing to this repository or are testing it through a public fork, make sure to remove your API keys from the JSON file before pushing changes.**
## 🔮 Intended Features
```
🟢 = Fully implemented or more than 80% done🟡 = Partially implemented / In development
🔴 = To be implemented
```
*On Shodan: Shodan is a paid API, so in order for your API to work you need to subscribe to them. A lot of its feature's location-related functionality is available in 'geolock', but more detailed features require that API.*
## 🤝 Current Maintainers- [6abd](https://github.com/6abd) (Me) | Project Lead and Developer
## 🛠️ Contributing
- If you notice a bug or want to request a feature, make an issue with the appropriate tag
- If you would like to fix a bug or add a feature yourself, make a PR and I'll take a look
- If you would like to become a long-term maintainer/contributor, contact me
- For any other inquiries, you may also contact me## 📧 Contact Me
- Email: [email protected]
- Discord: maestro.hq or through the [community server](https://discord.gg/PhkqXAT7Ax)## 🤝 Acknowledgements
- [Fox](https://github.com/FoxIDK) | Was Previously Project Manager
- [Tornado](https://github.com/digitalsilicon) | Was Previously QA
- [Mart](https://github.com/marvhus) | Was Previously Sr Dev
- [Mu](https://github.com/IamMU) | Was Previously Jr Dev*Some code used can be attributed to [Fox](https://github.com/FoxIDK) and [Askerdyne Ltd.](https://askerdyne.com/), specifically the 'Loki' encryption toolset.*
*Some `.github` files were made by [Jesse Squires](https://github.com/jessesquires)*