{"id":22794288,"url":"https://github.com/sc4rfurry/silv3rmist","last_synced_at":"2025-04-18T23:37:21.218Z","repository":{"id":103459921,"uuid":"593262652","full_name":"sc4rfurry/Silv3rMisT","owner":"sc4rfurry","description":"(Beta) - An Information Gathering tool uses Hunter, Clearbit and OpenAI to perform OSINT written in Python3.","archived":false,"fork":false,"pushed_at":"2024-10-16T07:46:08.000Z","size":10,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T06:42:18.794Z","etag":null,"topics":["chatgpt","openai","osint","python-3","reconnaissance"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sc4rfurry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-25T16:02:19.000Z","updated_at":"2024-11-01T17:15:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe85c5e1-f121-4284-b9e2-b7851e012a2f","html_url":"https://github.com/sc4rfurry/Silv3rMisT","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sc4rfurry%2FSilv3rMisT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sc4rfurry%2FSilv3rMisT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sc4rfurry%2FSilv3rMisT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sc4rfurry%2FSilv3rMisT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sc4rfurry","download_url":"https://codeload.github.com/sc4rfurry/Silv3rMisT/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249565253,"owners_count":21292427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatgpt","openai","osint","python-3","reconnaissance"],"created_at":"2024-12-12T04:07:57.319Z","updated_at":"2025-04-18T23:37:21.192Z","avatar_url":"https://github.com/sc4rfurry.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)\n\n\n\n##\n# Silv3rMist -\u003e 🕵️‍♀️\nAn Information Gathering tool uses [Hunter](https://hunter.io/), [Clearbit](https://clearbit.com/) and [OpenAI](https://openai.com/) to perform OSINT written in Python3.\n\n### 🔧 Technologies \u0026 Tools\n\n![](https://img.shields.io/badge/OS-Linux-informational?style=flat-square\u0026logo=ubuntu\u0026logoColor=white\u0026color=5194f0\u0026bgcolor=110d17)\n![](https://img.shields.io/badge/Editor-VS_Code-informational?style=flat-square\u0026logo=visual-studio\u0026logoColor=white\u0026color=5194f0)\n![](https://img.shields.io/badge/Language-python-informational?style=flat-square\u0026logo=python\u0026logoColor=white\u0026color=5194f0\u0026bgcolor=110d17)\n![](https://img.shields.io/badge/Python_Version-3.10-informational?style=flat-square\u0026logo=python\u0026logoColor=white\u0026color=5194f0\u0026bgcolor=110d17)\n\n##\n\n### 📚 Requirements\n\u003e - Python 3.9+\n\u003e - pip3\n\n### Features\n- Quick and easy to use\n- User-friendly Textual Interface\n- Gather information about a domain, IP address, or a company etc.\n\n\u003e `Note:` Please keep in mind that the tool is still in development and more features will be added soon.\n##\n\n### Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install the requirements.\nif not installed, install it using the following command.\n```bash\nsudo apt-get install python3-pip\n```\n\n\u003e It is advised to install the python requirements in a virtual environment, for that install the venv package.\n\n```bash\n    python3 -m pip install venv\n    python3 -m venv env\n    source env/bin/activate\n```\nAfter that run the following commands:\n```bash\n    python3 -m pip install -r requirements.txt\n```\n##\n\n### Configuration\nTo use the tool, you need to get the API keys from the following websites:\n- [Hunter](https://hunter.io/)\n- [Clearbit](https://clearbit.com/)\n- [OpenAI](https://openai.com/)\n\nAfter getting all the API keys, Create a file name `.env` in the root directory and add the following lines:\n```bash\ntouch .env\n```\nSave the API keys in the `.env` file as follows:\n```bash\nHUNTER_API_KEY=a277************************************\nCLEARBIT_API_KEY=sk_8*******************************\nOPENAI_API_KEY=sk-M******************************\n```\n\n## Usage\n\n```bash\npython3 main.py\n```\n##\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsc4rfurry%2Fsilv3rmist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsc4rfurry%2Fsilv3rmist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsc4rfurry%2Fsilv3rmist/lists"}