[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-73730":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":23,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":30,"readmeContent":31,"aiSummary":32,"trendingCount":16,"starSnapshotCount":16,"syncStatus":33,"lastSyncTime":34,"discoverSource":35},73730,"flowsint","reconurge\u002Fflowsint","reconurge","A modern platform for visual, flexible, and extensible graph-based investigations. For cybersecurity analysts and investigators.","https:\u002F\u002Fflowsint.io",null,"TypeScript",6396,775,48,32,0,745,2487,2980,2235,114.67,"Apache License 2.0",false,"main",[26,27,28,29],"investigation","osint","python","recon","2026-06-12 04:01:10","# Flowsint\n\n[![License](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLicense-Apache--2.0-blue.svg)](.\u002FLICENSE)\n[![Ethical Software](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fethical-use-blue.svg)](.\u002FETHICS.md)\n[![Buy Me A Coffee](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FBuy%20Me%20a%20coffee-support-FFDD00?logo=buy-me-a-coffee&logoColor=black)](https:\u002F\u002Fwww.buymeacoffee.com\u002Fdextmorgn)\n[![Ko-fi](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FKo--fi-support-F16061?logo=ko-fi&logoColor=white)](https:\u002F\u002Fko-fi.com\u002FP5P01W3GPJ)\n[![Discord](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDiscord-Join%20Server-5865F2?logo=discord&logoColor=white)](https:\u002F\u002Fdiscord.gg\u002FaST9HMQr)\n\n\nFlowsint is an open-source OSINT graph exploration tool designed for ethical investigation, transparency, and verification.\n\n**Ethics:** Please read [ETHICS.md](.\u002FETHICS.md) for responsible use guidelines.\n\n\u003Cimg width=\"1439\" height=\"899\" alt=\"hero-dark\" src=\"https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002F01eb128e-bef4-486e-9276-c4da58f829ae\" \u002F>\n\u003Cimg width=\"1511\" height=\"946\" alt=\"Capture d’écran 2026-01-13 à 09 15 58\" src=\"https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002Fd1a9eca6-9ec4-4402-93f4-303c3dc30de1\" \u002F>\n\u003Cimg width=\"1511\" height=\"948\" alt=\"Capture d’écran 2026-01-13 à 09 19 45\" src=\"https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002F6d9e9e6d-d8c7-4ed2-8b8c-53a945b28d05\" \u002F>\n\n## Contributing\n\nFlowsint is still in early development and definetly needs the help of the community! Feel free to raise issues, propose features, etc.\n\n## Get started\n\nDon't want to read ? Got it. Here's your install instructions:\n\n#### 1. Install pre-requisites\n\n- Docker\n- Make\n\n#### 2. Run install command\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Freconurge\u002Fflowsint.git\ncd flowsint\nmake prod\n```\n\nThen go to [http:\u002F\u002Flocalhost:5173\u002Fregister](http:\u002F\u002Flocalhost:5173\u002Fregister) and create an account. There are no credentials or account by default.\n\n\n> ✅ OSINT investigations need a high level of privacy. Everything is stored on your machine.\n\n\n## What is it?\n\nFlowsint is a graph-based investigation tool focused on reconnaissance and OSINT (Open Source Intelligence). It allows you to explore relationships between entities through a visual graph interface and automated enrichers.\n\n### Available Enrichers\n\n**Domain Enrichers**\n- Reverse DNS Resolution - Find domains pointing to an IP\n- DNS Resolution - Resolve domain to IP addresses\n- Subdomain Discovery - Enumerate subdomains\n- WHOIS Lookup - Get domain registration information\n- Domain to Website - Convert domain to website entity\n- Domain to Root Domain - Extract root domain\n- Domain to ASN - Find ASN associated with domain\n- Domain History - Retrieve historical domain data\n\n**IP Enrichers**\n- IP Information - Get geolocation and network details\n- IP to ASN - Find ASN for IP address\n\n**ASN Enrichers**\n- ASN to CIDRs - Get IP ranges for an ASN\n\n**CIDR Enrichers**\n- CIDR to IPs - Enumerate IPs in a range\n\n**Social Media Enrichers**\n- Maigret - Username search across social platforms\n\n**Organization Enrichers**\n- Organization to ASN - Find ASNs owned by organization\n- Organization Information - Get company details\n- Organization to Domains - Find domains owned by organization\n\n**Cryptocurrency Enrichers**\n- Wallet to Transactions - Get transaction history\n- Wallet to NFTs - Find NFTs owned by wallet\n\n**Website Enrichers**\n- Website Crawler - Crawl and map website structure\n- Website to Links - Extract all links\n- Website to Domain - Extract domain from URL\n- Website to Webtrackers - Identify tracking scripts\n- Website to Text - Extract text content\n\n**Email Enrichers**\n- Email to Gravatar - Find Gravatar profile\n- Email to Breaches - Check data breach databases\n- Email to Domains - Find associated domains\n\n**Phone Enrichers**\n- Phone to Breaches - Check phone number in breaches\n\n**Individual Enrichers**\n- Individual to Organization - Find organizational affiliations\n- Individual to Domains - Find domains associated with person\n\n**Integration Enrichers**\n- N8n Connector - Connect to N8n workflows\n\n## Project structure\n\nThe project is organized into autonomous modules:\n\n### Core modules\n\n- **flowsint-core**: Core utilities, orchestrator, vault, celery tasks, and base classes\n- **flowsint-types**: Pydantic models and type definitions\n- **flowsint-enrichers**: Enricher modules, scanning logic, and tools\n- **flowsint-api**: FastAPI server, API routes, and schemas only\n- **flowsint-app**: Frontend application\n\n### Module dependencies\n\n```\nflowsint-app (frontend)\n    ↓\nflowsint-api (API server)\n    ↓\nflowsint-core (orchestrator, tasks, vault)\n    ↓\nflowsint-enrichers (enrichers & tools)\n    ↓\nflowsint-types (types)\n```\n\n## Development setup\n\n### Prerequisites\n\n- Docker\n\n### Run\n\nMake sure you have **Make** installed.\n\n```bash\nmake dev\n```\n\n### Development\n\nThe app is accessible at [http:\u002F\u002Flocalhost:5173](http:\u002F\u002Flocalhost:5173).\n\n## Module details\n\n### flowsint-core\n\nCore utilities and base classes used by all other modules:\n\n- Database connections (PostgreSQL, Neo4j)\n- Authentication and authorization\n- Logging and event handling\n- Configuration management\n- Base classes for enrichers and tools\n- Utility functions\n\n### flowsint-types\n\nPydantic models for all data types:\n\n- Domain, IP, ASN, CIDR\n- Individual, Organization, Email, Phone\n- Website, Social profiles, Credentials\n- Crypto wallets, Transactions, NFTs\n- And many more...\n\n### flowsint-enrichers\n\nEnricher modules that process data:\n\n- Domain enrichers (subdomains, WHOIS, resolution)\n- IP enrichers (geolocation, ASN lookup)\n- Social media enrichers (Maigret, Sherlock)\n- Email enrichers (breaches, Gravatar)\n- Crypto enrichers (transactions, NFTs)\n- And many more...\n\n### flowsint-api\n\nFastAPI server providing:\n\n- REST API endpoints\n- Authentication and user management\n- Graph database integration\n- Real-time event streaming\n\n### flowsint-app\n\nFrontend application.\n\n- Modern and UI friendly interface\n- Built for performance (no lag even on thousands of nodes)\n\n## Development workflow\n\n1. **Adding new types**: Add to `flowsint-types` module\n2. **Adding new enrichers**: Add to `flowsint-enrichers` module\n3. **Adding new API endpoints**: Add to `flowsint-api` module\n4. **Adding new utilities**: Add to `flowsint-core` module\n\n## Testing\n\nEach module has its own (incomplete) test suite:\n\n```bash\n# Test core module\ncd flowsint-core\nuv run pytest\n\n# Test types module\ncd ..\u002Fflowsint-types\nuv run pytest\n\n# Test enrichers module\ncd ..\u002Fflowsint-enrichers\nuv run pytest\n\n# Test API module\ncd ..\u002Fflowsint-api\nuv run pytest\n```\n\n## Contributing\n\n1. Follow the modular structure\n2. Use Poetry for dependency management\n3. Write tests for new functionality\n4. Update documentation as needed\n\n\n---\n\n## ⚖️ Legal & Ethical Use\n\n**Ethics:** Please read [ETHICS.md](.\u002FETHICS.md) for responsible use guidelines.\n\nFlowsint is designed **strictly for lawful, ethical investigation and research purposes**.\n\nIt was created to assist:\n- Cybersecurity researchers and analysts\n- Journalists and OSINT investigators\n- Law enforcement or fraud investigation teams\n- Organizations conducting internal threat intelligence or digital risk analysis\n\n**Flowsint must not be used for:**\n- Unauthorized intrusion, surveillance, or data collection\n- Harassment, doxxing, or targeting of individuals\n- Political manipulation, misinformation, or violation of privacy laws\n\nAny misuse of this software is strictly prohibited and goes against the ethical principles defined in [ETHICS.md](.\u002FETHICS.md).\n\n## ❤️ Support\n\n[![Buy Me A Coffee](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FBuy%20Me%20a%20coffee-support-FFDD00?logo=buy-me-a-coffee&logoColor=black)](https:\u002F\u002Fwww.buymeacoffee.com\u002Fdextmorgn)\n[![Ko-fi](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FKo--fi-support-F16061?logo=ko-fi&logoColor=white)](https:\u002F\u002Fko-fi.com\u002FP5P01W3GPJ)\n","Flowsint 是一个面向网络安全分析师和调查人员的现代化图形化调查平台，专注于基于图的可视化、灵活且可扩展的开放源情报（OSINT）探索。其核心功能包括通过直观的图形界面展示实体间的关系，并利用多种自动化增强器来丰富信息，如域名解析、IP 地址查询、社交平台用户名搜索等。采用 TypeScript 编写，确保了良好的跨平台兼容性和开发效率。该工具特别适合需要进行深入网络侦察、开源情报收集与分析的场景，同时强调伦理使用原则，保证所有数据存储于用户本地以保障隐私安全。",2,"2026-06-11 03:47:07","high_star"]