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
socialandpeople-category sources (GitHub, Reddit, Twitter, HackerNews, Keybase, Mastodon, LinkedIn, Telegram, Discord, Steam, and more). - Email targets only matched
email-category APIs. Now also includesthreat_intel(AlienVaultOTX),breach(HIBP, IntelX), andpeople(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