[PR #14] [MERGED] feat: shared colors and icons with transforms #381

Closed
opened 2026-04-16 02:13:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/reconurge/flowsint/pull/14
Author: @dextmorgn
Created: 7/2/2025
Status: Merged
Merged: 7/2/2025
Merged by: @dextmorgn

Base: mainHead: feat/api-tools


📝 Commits (1)

  • 8a62f06 feat: shared colors and icons with transforms

📊 Changes

52 files changed (+2101 additions, -537 deletions)

View changed files

📝 flowsint-api/app/api/routes/transforms.py (+8 -5)
📝 flowsint-api/app/scanners/crypto/wallet_to_nfts.py (+10 -10)
📝 flowsint-api/app/scanners/crypto/wallet_to_transactions.py (+13 -13)
📝 flowsint-api/app/scanners/domains/resolve.py (+7 -5)
📝 flowsint-api/app/scanners/domains/subdomains.py (+6 -28)
flowsint-api/app/scanners/individuals/to_org.py (+510 -0)
📝 flowsint-api/app/scanners/ips/asn_to_cidrs.py (+1 -1)
📝 flowsint-api/app/scanners/ips/cidr_to_ips.py (+1 -1)
📝 flowsint-api/app/scanners/ips/geolocation.py (+1 -1)
📝 flowsint-api/app/scanners/ips/ip_to_asn.py (+1 -1)
📝 flowsint-api/app/scanners/ips/reverse_resolve.py (+1 -1)
flowsint-api/app/scanners/organizations/sirene.py (+0 -159)
flowsint-api/app/scanners/organizations/to_infos.py (+502 -0)
📝 flowsint-api/app/scanners/registry.py (+10 -6)
flowsint-api/app/tools/base.py (+22 -0)
flowsint-api/app/tools/dockertool.py (+61 -0)
flowsint-api/app/tools/network/asnmap.py (+71 -0)
flowsint-api/app/tools/network/subfinder.py (+62 -0)
flowsint-api/app/tools/organizations/sirene.py (+35 -0)
📝 flowsint-api/app/types/domain.py (+3 -0)

...and 32 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/reconurge/flowsint/pull/14 **Author:** [@dextmorgn](https://github.com/dextmorgn) **Created:** 7/2/2025 **Status:** ✅ Merged **Merged:** 7/2/2025 **Merged by:** [@dextmorgn](https://github.com/dextmorgn) **Base:** `main` ← **Head:** `feat/api-tools` --- ### 📝 Commits (1) - [`8a62f06`](https://github.com/reconurge/flowsint/commit/8a62f06e118a380745b41442781f096783e6444e) feat: shared colors and icons with transforms ### 📊 Changes **52 files changed** (+2101 additions, -537 deletions) <details> <summary>View changed files</summary> 📝 `flowsint-api/app/api/routes/transforms.py` (+8 -5) 📝 `flowsint-api/app/scanners/crypto/wallet_to_nfts.py` (+10 -10) 📝 `flowsint-api/app/scanners/crypto/wallet_to_transactions.py` (+13 -13) 📝 `flowsint-api/app/scanners/domains/resolve.py` (+7 -5) 📝 `flowsint-api/app/scanners/domains/subdomains.py` (+6 -28) ➕ `flowsint-api/app/scanners/individuals/to_org.py` (+510 -0) 📝 `flowsint-api/app/scanners/ips/asn_to_cidrs.py` (+1 -1) 📝 `flowsint-api/app/scanners/ips/cidr_to_ips.py` (+1 -1) 📝 `flowsint-api/app/scanners/ips/geolocation.py` (+1 -1) 📝 `flowsint-api/app/scanners/ips/ip_to_asn.py` (+1 -1) 📝 `flowsint-api/app/scanners/ips/reverse_resolve.py` (+1 -1) ➖ `flowsint-api/app/scanners/organizations/sirene.py` (+0 -159) ➕ `flowsint-api/app/scanners/organizations/to_infos.py` (+502 -0) 📝 `flowsint-api/app/scanners/registry.py` (+10 -6) ➕ `flowsint-api/app/tools/base.py` (+22 -0) ➕ `flowsint-api/app/tools/dockertool.py` (+61 -0) ➕ `flowsint-api/app/tools/network/asnmap.py` (+71 -0) ➕ `flowsint-api/app/tools/network/subfinder.py` (+62 -0) ➕ `flowsint-api/app/tools/organizations/sirene.py` (+35 -0) 📝 `flowsint-api/app/types/domain.py` (+3 -0) _...and 32 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 02:13:41 -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#381