mirror of
https://github.com/reconurge/flowsint.git
synced 2026-03-11 00:04:09 -05:00
[PR #9] [MERGED] Feat/new modern layout #20
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/9
Author: @dextmorgn
Created: 6/1/2025
Status: ✅ Merged
Merged: 6/1/2025
Merged by: @dextmorgn
Base:
main← Head:feat/new-modern-layout📝 Commits (3)
5395183feat: flowsint-app6020e96feat: move to viteca8f71bfeat: new flowsint app📊 Changes
246 files changed (+24154 additions, -1381 deletions)
View changed files
📝
flowsint-api/app/api/routes/investigations.py(+26 -4)➕
flowsint-api/app/api/routes/logs.py(+92 -0)📝
flowsint-api/app/api/routes/sketches.py(+75 -21)📝
flowsint-api/app/api/routes/transforms.py(+200 -122)📝
flowsint-api/app/api/schemas/sketch.py(+1 -1)📝
flowsint-api/app/api/schemas/transform.py(+1 -1)📝
flowsint-api/app/core/celery.py(+20 -14)➕
flowsint-api/app/core/config.py(+10 -0)➕
flowsint-api/app/core/events.py(+70 -0)📝
flowsint-api/app/core/logger.py(+60 -34)📝
flowsint-api/app/main.py(+12 -0)📝
flowsint-api/app/models/models.py(+1 -1)📝
flowsint-api/app/scanners/base.py(+3 -3)➕
flowsint-api/app/scanners/crypto/transactions.py(+99 -0)📝
flowsint-api/app/scanners/domains/subdomains.py(+10 -10)📝
flowsint-api/app/scanners/domains/whois.py(+3 -2)📝
flowsint-api/app/scanners/emails/holehe.py(+1 -1)📝
flowsint-api/app/scanners/ips/reverse_resolve.py(+1 -1)📝
flowsint-api/app/scanners/orchestrator.py(+21 -25)📝
flowsint-api/app/scanners/socials/maigret.py(+1 -1)...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.