mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 04:09:49 -05:00
[GH-ISSUE #58] Add [Port] type and Naabu port scan transformer #736
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xhzeem on GitHub (Nov 15, 2025).
Original GitHub issue: https://github.com/reconurge/flowsint/issues/58
Description:
Please add a new
porttype to represent open network ports related to IP addresses.This would complement the existing
iptype and allow flows like:Proposed features:
New type:
portnumber,protocol,state,service,banneripNew transformer:
portscanipporttypesExample flow:
This would help extend IP analysis and integrate active scanning into Flowsint workflows.
@dextmorgn commented on GitHub (Nov 18, 2025):
Implemented in #68