[GH-ISSUE #59] Add [Technology] type and transformer for service fingerprinting (using httpx) #600

Open
opened 2026-04-21 22:40:10 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @xhzeem on GitHub (Nov 15, 2025).
Original GitHub issue: https://github.com/reconurge/flowsint/issues/59

Description:
Please add a new technology type to represent detected technologies, frameworks, and software identified during reconnaissance.
This would extend Flowsint’s current coverage of infrastructure (IP, port, website, ssl_certificate) into application-level technology fingerprinting.

Proposed features:

Example flow:

ip → port (443/tcp) → website → tech_detect (httpx) → technology (nginx 1.18.0, PHP 8.1)

Benefits:

  • Enables automatic detection of web technologies and server software
  • Complements port and website data for deeper enrichment
  • Builds foundation for vulnerability correlation and stack mapping
Originally created by @xhzeem on GitHub (Nov 15, 2025). Original GitHub issue: https://github.com/reconurge/flowsint/issues/59 **Description:** Please add a new **`technology`** type to represent detected technologies, frameworks, and software identified during reconnaissance. This would extend Flowsint’s current coverage of infrastructure (IP, port, website, ssl_certificate) into **application-level technology fingerprinting**. **Proposed features:** * **New type:** `technology` * Fields: `name`, `version`, `category`, `source` * Connected to: `website`, `port`. * **New transformer:** `tech_detect` * Uses [[httpx](https://github.com/projectdiscovery/httpx)](https://github.com/projectdiscovery/httpx) for active HTTP probing and header/fingerprint detection * Optionally integrates with [[Wappalyzer](https://github.com/wappalyzer/wappalyzer)](https://github.com/wappalyzer/wappalyzer) or other signature-based tools * **Input:** `website` or `port` * **Output:** one or more `technology` types **Example flow:** ``` ip → port (443/tcp) → website → tech_detect (httpx) → technology (nginx 1.18.0, PHP 8.1) ``` **Benefits:** * Enables automatic detection of web technologies and server software * Complements port and website data for deeper enrichment * Builds foundation for vulnerability correlation and stack mapping
Author
Owner

@dextmorgn commented on GitHub (Nov 16, 2025):

Hey @xhzeem, thanks for this ! Definetly a good point, we'll add it to the roadmap.

<!-- gh-comment-id:3539460404 --> @dextmorgn commented on GitHub (Nov 16, 2025): Hey @xhzeem, thanks for this ! Definetly a good point, we'll add it to the roadmap.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#600