https://github.com/sc4rfurry/silv3rmist
(Beta) - An Information Gathering tool uses Hunter, Clearbit and OpenAI to perform OSINT written in Python3.
https://github.com/sc4rfurry/silv3rmist
chatgpt openai osint python-3 reconnaissance
Last synced: about 1 year ago
JSON representation
(Beta) - An Information Gathering tool uses Hunter, Clearbit and OpenAI to perform OSINT written in Python3.
- Host: GitHub
- URL: https://github.com/sc4rfurry/silv3rmist
- Owner: sc4rfurry
- License: mit
- Created: 2023-01-25T16:02:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T07:46:08.000Z (over 1 year ago)
- Last Synced: 2025-03-29T06:42:18.794Z (about 1 year ago)
- Topics: chatgpt, openai, osint, python-3, reconnaissance
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://www.python.org/)
##
# Silv3rMist -> 🕵️♀️
An Information Gathering tool uses [Hunter](https://hunter.io/), [Clearbit](https://clearbit.com/) and [OpenAI](https://openai.com/) to perform OSINT written in Python3.
### 🔧 Technologies & Tools




##
### 📚 Requirements
> - Python 3.9+
> - pip3
### Features
- Quick and easy to use
- User-friendly Textual Interface
- Gather information about a domain, IP address, or a company etc.
> `Note:` Please keep in mind that the tool is still in development and more features will be added soon.
##
### Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the requirements.
if not installed, install it using the following command.
```bash
sudo apt-get install python3-pip
```
> It is advised to install the python requirements in a virtual environment, for that install the venv package.
```bash
python3 -m pip install venv
python3 -m venv env
source env/bin/activate
```
After that run the following commands:
```bash
python3 -m pip install -r requirements.txt
```
##
### Configuration
To use the tool, you need to get the API keys from the following websites:
- [Hunter](https://hunter.io/)
- [Clearbit](https://clearbit.com/)
- [OpenAI](https://openai.com/)
After getting all the API keys, Create a file name `.env` in the root directory and add the following lines:
```bash
touch .env
```
Save the API keys in the `.env` file as follows:
```bash
HUNTER_API_KEY=a277************************************
CLEARBIT_API_KEY=sk_8*******************************
OPENAI_API_KEY=sk-M******************************
```
## Usage
```bash
python3 main.py
```
##
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)