mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 04:09:49 -05:00
[PR #14] [MERGED] feat: shared colors and icons with transforms #381
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?
📋 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:
main← Head:feat/api-tools📝 Commits (1)
8a62f06feat: 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.