[PR #7] [MERGED] Feat/neo4j #18

Closed
opened 2025-11-11 11:49:44 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: feat/neo4j


📝 Commits (6)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/reconurge/flowsint/pull/7 **Author:** [@dextmorgn](https://github.com/dextmorgn) **Created:** 5/8/2025 **Status:** ✅ Merged **Merged:** 5/8/2025 **Merged by:** [@dextmorgn](https://github.com/dextmorgn) **Base:** `main` ← **Head:** `feat/neo4j` --- ### 📝 Commits (6) - [`a64b856`](https://github.com/reconurge/flowsint/commit/a64b856cb6875259f7dab47bf1c6d3c113840b6d) feat: cryptoscape - [`26c495f`](https://github.com/reconurge/flowsint/commit/26c495f436823cf5c2f15d6fcbf5ddb5048591fd) feat: fetch graph from graph id - [`628c427`](https://github.com/reconurge/flowsint/commit/628c427896e2318f93febc089c27265a0ee0bed1) feat: move back to xyflow - [`f0c2088`](https://github.com/reconurge/flowsint/commit/f0c2088abce3e421215fd57dfd48f8205e9543bd) feat: neo4j - [`15f34b8`](https://github.com/reconurge/flowsint/commit/15f34b8bd49ee83ba961929d40e70e587c5d0700) feat: neo4j - [`921b034`](https://github.com/reconurge/flowsint/commit/921b034c81721f3866e34d23810aa8dcf944dd12) feat: transform to nodes ### 📊 Changes **108 files changed** (+3377 additions, -3779 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </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 2025-11-11 11:49:44 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#18