{"id":26178798,"url":"https://github.com/ayxkaddd/osint-toolkit","last_synced_at":"2026-02-07T04:01:25.859Z","repository":{"id":279787885,"uuid":"939956276","full_name":"ayxkaddd/Osint-ToolKit","owner":"ayxkaddd","description":"A modern web interface for various OSINT tools and resources","archived":false,"fork":false,"pushed_at":"2026-02-04T09:25:40.000Z","size":301,"stargazers_count":12,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-04T21:58:22.713Z","etag":null,"topics":["breach","fastapi","osint","osint-framework","osint-tool","osint-tools","osint-toolset","tailwindcss","web"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ayxkaddd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-27T11:36:30.000Z","updated_at":"2026-02-04T09:25:44.000Z","dependencies_parsed_at":"2025-02-27T17:05:23.860Z","dependency_job_id":"330b481b-683a-4fc7-ae15-fac3ba684df4","html_url":"https://github.com/ayxkaddd/Osint-ToolKit","commit_stats":null,"previous_names":["ayxkaddd/osint-toolkit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ayxkaddd/Osint-ToolKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayxkaddd%2FOsint-ToolKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayxkaddd%2FOsint-ToolKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayxkaddd%2FOsint-ToolKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayxkaddd%2FOsint-ToolKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayxkaddd","download_url":"https://codeload.github.com/ayxkaddd/Osint-ToolKit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayxkaddd%2FOsint-ToolKit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29186042,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T03:35:06.566Z","status":"ssl_error","status_checked_at":"2026-02-07T03:34:57.604Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["breach","fastapi","osint","osint-framework","osint-tool","osint-tools","osint-toolset","tailwindcss","web"],"created_at":"2025-03-11T21:42:33.700Z","updated_at":"2026-02-07T04:01:25.853Z","avatar_url":"https://github.com/ayxkaddd.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OSINT Toolkit\n\nA modern web interface for various OSINT tools and resources. Built with FastAPI, TailwindCSS, and a focus on user experience.\n\n## Preview\n\n![image](https://github.com/user-attachments/assets/faf405e4-f0c8-43ba-95cf-bcea0469bcfc)\n\n\n## Features\n\n- **GitHub Analysis**: Deep dive into GitHub profiles using GitFive\n- **DNS Recon**: Comprehensive domain reconnaissance with subdomain discovery and security analysis\n- **NS Lookup**: Find shared nameservers and domain relationships\n- **OSINT Industries Integration**: Search for emails, phones, and usernames\n- **Cavalier API**: Search for compromised accounts and data\n- **DoxBin Search**: Search the breached DoxBin database\n- **WHOIS History**: Research domain registration history\n- **External Resources**: Curated list of useful OSINT tools and websites\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/ayxkaddd/Osint-ToolKit\ncd Osint-ToolKit\n```\n\n2. Create and activate a virtual environment:\n```bash\npython -m venv venv\nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate\n```\n\n3. Install the project and its dependencies:\n```bash\npip install .\n```\n\n4. Create a `.env` file with your configuration:\n```env\nJWT_SECRET=your_jwt_secret_key\nROOT_EMAIL=your_email@example.com\nROOT_PASSWORD=your_password_encrypted_with_bcrypt\n```\n5. Follow the instructions below to setup the modules\n\n# Modules Setup\n\n## 1. GitHub Analysis (GitFive)\n\n1. Clone the GitFive repository:\n```bash\ngit clone https://github.com/mxrch/GitFive\ncd GitFive\n```\n\n2. Create and activate a virtual environment:\n```bash\npython -m venv venv\nsource venv/bin/activate\n```\n\n3. Install the project and its dependencies:\n```bash\npip install -r requirements.txt\n```\n\n4. Login to your GitHub account (not recommended to use main account):\n```bash\npython main.py login\n```\n\n5. Follow the instuctions of GitFive\n\n6. Add GitFive paths to your `.env`:\n```env\nGITFIVE_VENV_PATH=/path/to/GitFive/venv/bin/python\nGITFIVE_SCRIPT_PATH=/path/to/GitFive/main.py\n```\n\n### Usage:\n1. Navigate to /git in the web interface\n2. Enter a GitHub username\n3. View detailed analysis including:\n   - Repository statistics\n   - SSH keys\n   - Email addresses\n   - Username history\n   - Related accounts\n\n\n## 2. NS Lookup\n\n1. Get a HackerTarget API key from hackertarget.com\n2. Add the API key to your `.env`:\n```env\nHACKER_TARGET_API_KEY=your_api_key\n```\n\n### Usage:\n1. Navigate to /ns in the web interface\n2. Enter two nameservers (e.g. kelly.ns.cloudflare.com and sean.ns.cloudflare.com)\n3. View domains sharing the same nameservers\n4. Click `Analyze WHOIS Records` button to find connections between domains\n\n\n## 3. OSINT Industries\n\n1. Get your API key from osint.industries\n3. Add to .env:\n```env\nOSINT_INDUSTRIES_API_KEY=your_api_key\n```\n\n### Usage:\n1. Navigate to /osint in the web interface\n2. Enter an email, phone number, or username\n3. View Pdf report of results from various OSINT sources\n\n\n## 4. WHOIS History\n1. Get API key from whoisxmlapi.com (up to 1,000 free API requests)\n2. Add to .env:\n```env\nWHOIS_HISTORY_API_KEY=your_api_key\n```\n\n### Usage:\n1. Navigate to /whois in the web interface\n2. Enter domain name\n3. View historical WHOIS records and changes\n\n## 5. DNS Recon\n\n1. Install required tools:\n\n```bash\ngo install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest\ngo install -v github.com/projectdiscovery/httpx/cmd/httpx@latest\n```\n\n2. Get API keys for external services (Optional):\n```env\nSECURITYTRAILS_API_KEY=your_key\nVIRUSTOTAL_API_KEY=your_key\n```\n\n### Usage\n\n1. Navigate to /dnsrecon in the web\n2. Enter a domain name\n3. Choose scan options:\n   - Deep Scan (more comprehensive)\n   - Port Scanning (additional port checks)\n   - External APIs (enhanced intelligence)\n4. View comprehensive report including:\n   - Subdomains with HTTP status\n   - Technology stack analysis\n   - Security vulnerabilities\n   - DNS records\n   - WHOIS information\n   - External intelligence\n\n**The rest of the modules do not require any setup**\n\n\n## Start using OSINT Toolkit\n\n1. Start the FastAPI server:\n```bash\nuvicorn main:app --reload\n```\n\n2. Open your browser and navigate to `http://localhost:8000`\n\n3. Login with the credentials you set in the `.env` file\n\n4. You can change module settings in the web interface\n\n5. Enjoy!\n\n## Project Structure\n\n- `/assets`: Static files and cached results\n- `/models`: Pydantic models for data validation\n- `/routes`: API route handlers\n- `/services`: Business logic and external service integrations\n- `/templates`: HTML templates using TailwindCSS\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayxkaddd%2Fosint-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayxkaddd%2Fosint-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayxkaddd%2Fosint-toolkit/lists"}