개요
Flowsint는 오픈소스 그래프 기반 OSINT 조사 도구로서, 시각적 인터페이스와 자동 인리치먼트를 통해 엔티티 간의 관계를 탐색합니다. 규정 준수 조사 및 투명성을 위해 설계되었습니다.
README 미리보기
# Flowsint\n\n[](./LICENSE)\n[](./ETHICS.md)\n[](https://www.buymeacoffee.com/dextmorgn)\n[](https://ko-fi.com/P5P01W3GPJ)\n[](https://discord.gg/aST9HMQr)\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](./ETHICS.md) for responsible use guidelines.\n\n\n\n\nhttps://github.com/user-attachments/assets/eaabfa81-d7b3-414d-8cf7-f69b4e37bab6\n\n\nhttps://github.com/user-attachments/assets/7457d94a-cf1d-4a97-949f-f9b1d8d92644\n\n\nhttps://github.com/user-attachments/assets/65c3f26e-7132-4853-be45-21b8933688bd\n\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://github.com/reconurge/flowsint.git\ncd flowsint\nmake prod\n```\n\nThen go to [http://localhost:5173/register](http://localhost:5173/register) 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 d
FAQ (5)
문제 해결스케치 앱에서 사용자 정의 타입을 추가하려고 하면 왜 충돌이 발생하나요?
이 문제는 사용자 정의 유형(custom type) 기능이 아직 실험적이었던 이전 버전에서 발생했습니다. 버그로 인해 UI가 충돌하고 다시 시작하면 새로 생성된 사용자 정의 유형이 사라졌습니다. 개발자가 이후 문제를 수정하고 사용자 정의 유형에 대한 재설계된 UI를 출시했습니다. 해결하려면 소프트웨어를 최신 버전으로 업데이트하십시오. 최신 버전을 사용 중인데도 충돌이 발생하는 경우 사용자 정의 유형 구성과 재현 단계를 포함한 세부 정보를 보고해 주십시오.
문제 해결Docker Compose에서 Celery가 'AUTH_SECRET environment variable is not set' 오류로 충돌하는 이유는 무엇인가요?
docker-compose.prod.yml의 celery 서비스에 AUTH_SECRET 환경 변수가 누락되어 있습니다. api 서비스에는 이미 설정되어 있으므로 'AUTH_SECRET=${AUTH_SECRET}'를 celery 서비스의 environment 블록에 추가하세요. 이 수정 사항은 레포지토리에 커밋되었습니다.
문제 해결extract_input_schema가 왜 비권장(deprecated)되었으며, 임포트 오류를 어떻게 수정하나요?
함수 extract_input_schema가 extract_input_schema_flow로 이름이 변경되었습니다. 올바른 임포트를 사용하세요: from flowsint_core.utils import extract_input_schema_flow. 공식 문서도 이에 맞춰 업데이트되었습니다.
문제 해결내보낸 Sketch JSON 파일을 어떻게 가져오나요?
이제 내보낸 JSON 파일을 직접 가져올 수 있습니다. 이전에는 추가 메타데이터가 포함되어 재가져오기가 불가능했지만, commit be0880e에서 수정되었습니다. 가져오기 기능을 사용하여 내보낸 파일을 선택하기만 하면 되며, 수동 편집이 필요하지 않습니다.
방법Flowsint에서 특정 노드의 아이콘을 변경하는 방법?
이 기능은 이제 사용 가능합니다. 커밋 308172a 이상을 포함하는 버전으로 업데이트하세요. 그러면 타입별로만이 아니라 개별 노드의 아이콘을 사용자 정의할 수 있습니다.