Skip to content

feat(cli): automated cross-scanning and metadata pivoting - #479

Closed
kaifcodec wants to merge 2 commits into
mainfrom
feature/cross-scan
Closed

feat(cli): automated cross-scanning and metadata pivoting#479
kaifcodec wants to merge 2 commits into
mainfrom
feature/cross-scan

Conversation

@kaifcodec

Copy link
Copy Markdown
Owner

Closes #478

Description

This PR introduces the ability to pivot between targets (username <-> email) during an OSINT scan by extracting hidden identifiers from the metadata of found profiles.

Key Changes

  • New Core Module: cross_scanner.py parses extra metadata looking for hidden email addresses, linked social accounts, and wallet URLs (PayPal, Venmo, Patreon).
  • Interactive Flow: Adds the --cross flag, which prompts the user to select which of the extracted identifiers they want to pivot scan.
  • Automated Mode: Adds the --cross-auto flag to bypass the prompt and run full cross-scans against all extracted targets.
  • Export Handling: Modifies __main__.py to gracefully handle secondary report exports. If -o report.pdf is specified, cross-scans automatically generate cleanly suffixed filenames (e.g., report_kaifcodec_email_cross.pdf) to prevent overwriting the primary report.

@kaifcodec kaifcodec added the enhancement New feature, request, code improvements/upgrade, performance boost label Jul 28, 2026
@kaifcodec

Copy link
Copy Markdown
Owner Author

Completed by @brunolm in PR #559.

@kaifcodec kaifcodec closed this Aug 13, 2026
@kaifcodec kaifcodec added the resolved issue or PR has been resolved after extra changes or by default label Aug 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature, request, code improvements/upgrade, performance boost resolved issue or PR has been resolved after extra changes or by default

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Automated Cross-Scanning & Target Pivoting

1 participant