Bug 8232 - Phishing Army support in the Phishing plugin
Summary: Phishing Army support in the Phishing plugin
Status: NEW
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Plugins (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: PC Linux
: P2 enhancement
Target Milestone: Undefined
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-21 18:46 UTC by Andre
Modified: 2024-03-28 17:44 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status
Phishing Army support patch None Andre [NoCLA]
Remove proto from urls patch None Giovanni Bechis [HasCLA]

Note You need to log in before you can comment on or make changes to this bug.
Description Andre 2024-03-21 18:46:20 UTC
Created attachment 5944 [details]
Phishing Army support

Hello

This patch adds support for the Phishing Army (https://phishing.army/) feed in the Phishing plugin.

As this is a domain feed, not an URI one like OpenPhish and PhishTank, the patch adds both http:// and https:// URIs to the PHISHING hash. Not sure if this is the expected behavior, but I can change it if you feel doing that is not appropriate.

Thanks,
Andre
Comment 1 Giovanni Bechis 2024-03-28 17:44:55 UTC
Created attachment 5945 [details]
Remove proto from urls

Attached patch removes protocol from URIs in order to match on both http and https protocols.