[GH-ISSUE #58] Add [Port] type and Naabu port scan transformer #191

Closed
opened 2026-04-13 13:35:29 -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/58

Description:
Please add a new port type to represent open network ports related to IP addresses.
This would complement the existing ip type and allow flows like:

ip → port

Proposed features:

  • New type: port

    • Fields: number, protocol, state, service, banner
    • Connected to: ip
  • New transformer: portscan

Example flow:

192.0.2.10 → [portscan] → 22/tcp (open, ssh)

This would help extend IP analysis and integrate active scanning into Flowsint workflows.

Originally created by @xhzeem on GitHub (Nov 15, 2025). Original GitHub issue: https://github.com/reconurge/flowsint/issues/58 **Description:** Please add a new **`port`** type to represent open network ports related to IP addresses. This would complement the existing `ip` type and allow flows like: ``` ip → port ``` **Proposed features:** * **New type:** `port` * Fields: `number`, `protocol`, `state`, `service`, `banner` * Connected to: `ip` * **New transformer:** `portscan` * Uses [[Naabu](https://github.com/projectdiscovery/naabu)](https://github.com/projectdiscovery/naabu) * Supports **active** and **passive** modes * Input: `ip` * Output: one or more `port` types **Example flow:** ``` 192.0.2.10 → [portscan] → 22/tcp (open, ssh) ``` This would help extend IP analysis and integrate active scanning into Flowsint workflows.
Author
Owner

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

Implemented in #68

<!-- gh-comment-id:3547307478 --> @dextmorgn commented on GitHub (Nov 18, 2025): Implemented in #68
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#191