API 키가 없는 55개의 모듈을 실행하는 오픈 소스 OSINT 도구를 만들었습니다.

작성자

카테고리:

← 피드로
DEV Community · FlowThingy · 2026-08-02 개발(SW)

FlowThingy

 Been learning web security for a while and kept jumping between different
tools for every recon task so I just built my own.

It’s a Python script with a terminal menu. Give it a URL and it runs
subdomains, directory bruteforce, JS secret scanning, DNS, headers, SSL,
CORS, Shodan, VirusTotal, email security, username search across 30 platforms,
GitHub commit email mining. Spits out a report at the end automatically.

No API keys needed for any of it.

The JS secret detection took a while to get right. Pure regex gives too much
noise so I added Shannon entropy scoring on top to filter out placeholders
and test values automatically.

Everything gets stored in DuckDB so you can query findings with SQL which is
way cleaner than digging through JSON.

If you want to check it out: github.com/FlowThingy/FlowOsint

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다