mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 04:09:49 -05:00
[GH-ISSUE #59] Add [Technology] type and transformer for service fingerprinting (using httpx) #57
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/59
Description:
Please add a new
technologytype 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:
technologyname,version,category,sourcewebsite,port.New transformer:
tech_detectwebsiteorporttechnologytypesExample flow:
Benefits:
@dextmorgn commented on GitHub (Nov 16, 2025):
Hey @xhzeem, thanks for this ! Definetly a good point, we'll add it to the roadmap.