Skip to content

v1.4.3 — Quick Probe Intel Coverage Fix

Latest

Choose a tag to compare

@the-clipper the-clipper released this 10 Jun 08:26
· 2 commits to main since this release

What's Fixed

Quick probe now utilizes all enabled APIs for every target type.

IntelOrchestrator._get_applicable_apis was silently skipping applicable APIs for several target types:

  • Username targets matched zero intel APIs — no branch existed for them. Now routes to all social and people-category sources (GitHub, Reddit, Twitter, HackerNews, Keybase, Mastodon, LinkedIn, Telegram, Discord, Steam, and more).
  • Email targets only matched email-category APIs. Now also includes threat_intel (AlienVaultOTX), breach (HIBP, IntelX), and people (Gravatar, FullContact, Clearbit, Flickr, etc.).
  • Domain targets missed email-category APIs. Hunter.io email discovery now fires on domain scans.
  • IP targets missed dark-web sources. Intelligence X (paste / leak search) now fires on IP scans.

All individual API implementations retain their own target-type guards and return [] gracefully for unsupported input — no new noise introduced.

Install

```
pip install phantomsignal==1.4.3
```

Full Changelog

https://github.com/getphantomsignal/phantomsignal/blob/main/CHANGELOG.md