{"id":16876888,"url":"https://github.com/soxoj/osint-cli-tool-skeleton","last_synced_at":"2025-04-06T07:09:56.555Z","repository":{"id":41655137,"uuid":"434895658","full_name":"soxoj/osint-cli-tool-skeleton","owner":"soxoj","description":"Template for new OSINT command-line tools","archived":false,"fork":false,"pushed_at":"2024-11-25T20:02:02.000Z","size":60,"stargazers_count":69,"open_issues_count":4,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-30T06:04:02.867Z","etag":null,"topics":["osint","osint-python","osint-tool","osint-tools"],"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/soxoj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-12-04T12:30:53.000Z","updated_at":"2025-03-27T02:03:23.000Z","dependencies_parsed_at":"2023-02-01T09:01:42.315Z","dependency_job_id":"e837cbdc-ea45-4a1a-817a-2487c06effad","html_url":"https://github.com/soxoj/osint-cli-tool-skeleton","commit_stats":{"total_commits":25,"total_committers":3,"mean_commits":8.333333333333334,"dds":0.36,"last_synced_commit":"9472a8ccf22002e93017c13570ea76605c671576"},"previous_names":[],"tags_count":3,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soxoj%2Fosint-cli-tool-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soxoj%2Fosint-cli-tool-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soxoj%2Fosint-cli-tool-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soxoj%2Fosint-cli-tool-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soxoj","download_url":"https://codeload.github.com/soxoj/osint-cli-tool-skeleton/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247445667,"owners_count":20939958,"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":["osint","osint-python","osint-tool","osint-tools"],"created_at":"2024-10-13T15:40:49.030Z","updated_at":"2025-04-06T07:09:56.534Z","avatar_url":"https://github.com/soxoj.png","language":"Python","readme":"# OSINT cli tool skeleton\n\n\u003cp align=\"center\"\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://pypi.org/project/osint-cli-tool-skeleton/\"\u003e\n      \u003cimg alt=\"PyPI\" src=\"https://img.shields.io/pypi/v/osint-cli-tool-skeleton?style=flat-square\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://pypi.org/project/osint-cli-tool-skeleton/\"\u003e\n      \u003cimg alt=\"PyPI - Downloads\" src=\"https://img.shields.io/pypi/dw/osint-cli-tool-skeleton?style=flat-square\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://pypi.org/project/osint-cli-tool-skeleton/\"\u003e\n      \u003cimg alt=\"Views\" src=\"https://komarev.com/ghpvc/?username=osint-cli-tool-skeleton\u0026color=brightgreen\u0026label=views\u0026style=flat-square\"\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n  \u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/soxoj/osint-cli-tool-skeleton/main/pictures/logo.png\" height=\"200\"/\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\nTemplate for new OSINT command-line tools.\n\n**Press button \"[Use this template](https://github.com/soxoj/osint-cli-tool-skeleton/generate)\" to generate your own tool repository.** See [INSTALL.md](INSTALL.md) for further setup.\n\n## Features\n\n- Detailed readme\n- Process N targets from args, text files, stdin\n- Make TXT, CSV reports\n- Proxy support\n- Ready to publish Python package\n\n## Usage\n\n```sh\n$ python3 -m osint-cli-tool-skeleton \u003ctarget\u003e\n\n# or simply\n\n$ osint_cli_tool_skeleton \u003ctarget\u003e\n\n# or locally without installing\n\n$ ./run.py \u003ctarget\u003e\n```\n\n\u003cdetails\u003e\n\u003csummary\u003eTargets\u003c/summary\u003e\n\u003c/br\u003e\n\nSpecify targets one or more times:\n```sh\n$ osint_cli_tool_skeleton www.google.com reddit.com patreon.com\n\nTarget: www.google.com\nResults found: 1\n1) Value: Google\nCode: 200\n\n------------------------------\nTarget: patreon.com\nResults found: 1\n1) Value: Best way for artists and creators to get sustainable income and connect with fans | Patreon\nCode: 200\n\n------------------------------\nTarget: reddit.com\nResults found: 1\n1) Value: Reddit - Dive into anything\nCode: 200\n\n------------------------------\nTotal found: 3\n```\n\nOr use a file with targets list:\n```sh\n$ osint_cli_tool_skeleton --target-list targets.txt\n```\n\nOr combine tool with other through input/output pipelining:\n```sh\n$ cat list.txt | osint_cli_tool_skeleton --targets-from-stdin\n```\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eReports\u003c/summary\u003e\n\u003c/br\u003e\n\nThe skeleton implements CSV reports:\n```sh\n$ osint_cli_tool_skeleton www.google.com reddit.com patreon.com -oC results.csv\n...\nResults were saved to file results.csv\n\n$ more results.csv\n\"Target\",\"Value\",\"Code\"\n\"www.google.com\",\"Google\",\"200\"\n\"patreon.com\",\"Best way for artists and creators to get sustainable income and connect with fans | Patreon\",\"200\"\n\"reddit.com\",\"Reddit - Dive into anything\",\"200\"\n```\n\nAlso tool supports JSON output format:\n```\nosint_cli_tool_skeleton www.google.com reddit.com patreon.com -oJ results.json\n...\nResults were saved to file results.json\n\n$ cat results.json | jq | head -n 10\n[\n  {\n    \"input\": {\n      \"value\": \"www.google.com\"\n    },\n    \"output\": [\n      {\n        \"value\": \"Google\",\n        \"code\": 200\n      }\n    ]\n  },\n```\n\nAnd can save console output to text file separately:\n```sh\nosint_cli_tool_skeleton www.google.com reddit.com patreon.com -oT results.txt\n...\nResults were saved to file results.txt\n\n$ head -n 4 results.txt\nTarget: www.google.com\nResults found: 1\n1) Value: Google\nCode: 200\n```\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eProxy\u003c/summary\u003e\n\u003c/br\u003e\n\nThe tool supports proxy:\n```sh\n$ osint_cli_tool_skeleton www.google.com --proxy http://localhost:8080\n```\n\u003c/details\u003e\n\n\n\u003cdetails\u003e\n\u003csummary\u003eServer\u003c/summary\u003e\n\u003c/br\u003e\n\nThe tool can be run as a server:\n```sh\n$ osint_cli_tool_skeleton --server 0.0.0.0:8080\nServer started\n\n$ curl localhost:8080/check -d '{\"targets\": [\"google.com\", \"yahoo.com\"]}' -s | jq\n[\n  {\n    \"input\": {\n      \"value\": \"google.com\"\n    },\n    \"output\": [\n      {\n        \"value\": \"Google\",\n        \"code\": 200\n      }\n    ]\n  },\n  {\n    \"input\": {\n      \"value\": \"yahoo.com\"\n    },\n    \"output\": [\n      {\n        \"value\": \"Yahoo | Mail, Weather, Search, Politics, News, Finance, Sports \u0026 Videos\",\n        \"code\": 200\n      }\n    ]\n  }\n]\n```\n\u003c/details\u003e\n\n\n## Installation\n\nMake sure you have Python3 and pip installed.\n\n\n\u003cdetails\u003e\n\u003csummary\u003eManually\u003c/summary\u003e\n\u003c/br\u003e\n\n1. Clone or [download](https://github.com/soxoj/osint-cli-tool-skeleton/archive/refs/heads/main.zip) respository\n```sh\n$ git clone https://github.com/soxoj/osint-cli-tool-skeleton\n```\n\n2. Install dependencies\n```sh\n$ pip3 install -r requirements.txt\n```\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eAs a the package\u003c/summary\u003e\n\u003c/br\u003e\n\nYou can clone/download repo and install it from the directory to use as a Python package.\n```sh\n$ pip3 install .\n```\n\nAlso you can install it from the PyPI registry:\n```sh\n$ pip3 install https://github.com/soxoj/osint-cli-tool-skeleton\n```\n\u003c/details\u003e\n","funding_links":[],"categories":["Understanding OSINT Fundamentals, according to [VEEXH](https://wondersmithrae.medium.com/a-beginners-guide-to-osint-investigation-with-maltego-6b195f7245cc):"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoxoj%2Fosint-cli-tool-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoxoj%2Fosint-cli-tool-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoxoj%2Fosint-cli-tool-skeleton/lists"}