[GH-ISSUE #72] to_ssl transformer for website #1024

Open
opened 2026-05-03 01:53:26 -05:00 by GiteaMirror · 0 comments
Owner

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

Add a to_ssl transformer for the website, which can be triggered with httpx

Command:

httpx -u [WEBSITE] -tls-grab -json
Image

Also extend the website type with the fields (all can be parsed from httpx response):

  • title
  • content_type
  • status_code
  • content_length
Originally created by @xhzeem on GitHub (Nov 19, 2025). Original GitHub issue: https://github.com/reconurge/flowsint/issues/72 Add a to_ssl transformer for the website, which can be triggered with httpx Command: ```bash httpx -u [WEBSITE] -tls-grab -json ``` <img width="1689" height="936" alt="Image" src="https://github.com/user-attachments/assets/cae62881-0ec0-491a-936c-0067838abe32" /> Also extend the website type with the fields (all can be parsed from httpx response): - title - content_type - status_code - content_length
GiteaMirror added the enhancement label 2026-05-03 01:53:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#1024