mirror of
https://github.com/reconurge/flowsint.git
synced 2026-03-12 01:44:42 -05:00
[PR #7] [MERGED] Feat/neo4j #18
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/7
Author: @dextmorgn
Created: 5/8/2025
Status: ✅ Merged
Merged: 5/8/2025
Merged by: @dextmorgn
Base:
main← Head:feat/neo4j📝 Commits (6)
a64b856feat: cryptoscape26c495ffeat: fetch graph from graph id628c427feat: move back to xyflowf0c2088feat: neo4j15f34b8feat: neo4j921b034feat: transform to nodes📊 Changes
108 files changed (+3377 additions, -3779 deletions)
View changed files
📝
.env.example(+6 -1)📝
docker-compose.override.yml(+39 -8)📝
flowsint-api/app/main.py(+151 -12)➕
flowsint-api/app/neo4j/__init__.py(+0 -0)➕
flowsint-api/app/neo4j/connector.py(+13 -0)📝
flowsint-api/app/scanners/base.py(+15 -5)📝
flowsint-api/app/scanners/domains/resolve.py(+24 -2)📝
flowsint-api/app/scanners/domains/subdomains.py(+77 -28)📝
flowsint-api/app/scanners/domains/whois.py(+43 -1)📝
flowsint-api/app/scanners/ips/geolocation.py(+1 -1)📝
flowsint-api/app/scanners/ips/reverse_resolve.py(+1 -1)📝
flowsint-api/app/scanners/orchestrator.py(+4 -3)📝
flowsint-api/app/scanners/registry.py(+2 -3)📝
flowsint-api/app/tasks/transform.py(+17 -1)📝
flowsint-api/app/utils.py(+31 -1)📝
flowsint-api/requirements.txt(+4 -1)📝
flowsint-api/tests/scanners/ip.py(+5 -5)📝
flowsint-web/package.json(+14 -1)➕
flowsint-web/public/address.svg(+1 -0)➕
flowsint-web/public/email.svg(+1 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.