Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update phishing.lua | Dmitriy Alekseev | 2023-08-21 | 1 | -23/+43 |
| | |||||
* | Update phishing.lua | Dmitriy Alekseev | 2023-08-16 | 1 | -5/+73 |
| | |||||
* | [Minor] Reformat all Lua code, no functional changes | Vsevolod Stakhov | 2023-08-07 | 1 | -51/+58 |
| | |||||
* | [Fix] Restore `strict_domains` support | Vsevolod Stakhov | 2023-01-21 | 1 | -2/+5 |
| | |||||
* | [Minor] Fix luacheck | Vsevolod Stakhov | 2023-01-21 | 1 | -1/+1 |
| | |||||
* | [Fix] Replace broken strict_domains with phishing_exceptions | Jean-Louis Dupond | 2023-01-19 | 1 | -7/+7 |
| | | | | | | | | The syntax of the strict_domains is broken since parsing for it was removed in commit ce21f8fe16a45a5a409d3c9f8217eba2de1fbe14 We introduct the phishing_exceptions to be able to create exceptions on the phished domain. | ||||
* | [Minor] Update more copyright years/email | Vsevolod Stakhov | 2022-03-27 | 1 | -1/+1 |
| | |||||
* | [Fix] Phishing: Deal with phishing + redirected URL | Vsevolod Stakhov | 2021-12-08 | 1 | -3/+19 |
| | |||||
* | [Minor] Phishing: Fix confusing scoring | Vsevolod Stakhov | 2021-11-25 | 1 | -3/+2 |
| | |||||
* | [Fix] Phishing: Fix finding domains in the phishing map | Vsevolod Stakhov | 2021-11-25 | 1 | -10/+19 |
| | |||||
* | [Minor] Phishing: Small safety check | Vsevolod Stakhov | 2021-04-12 | 1 | -1/+3 |
| | |||||
* | [Minor] Avoid extra has_symbol call | Vsevolod Stakhov | 2021-04-09 | 1 | -2/+3 |
| | |||||
* | [Minor] Phishing: Disable phishing checks when a domain is dmarc authorized ↵ | Vsevolod Stakhov | 2021-04-09 | 1 | -0/+15 |
| | | | | domain | ||||
* | [Fix] Phishing: Rework urls processing | Vsevolod Stakhov | 2021-03-06 | 1 | -10/+17 |
| | |||||
* | [Minor] Phishing: Use lua_maps instead of an old crap | Vsevolod Stakhov | 2021-02-25 | 1 | -14/+7 |
| | |||||
* | [Rework] Phishing: Split from redirectors usage | Vsevolod Stakhov | 2021-02-25 | 1 | -23/+7 |
| | |||||
* | [Fix] Fix opaque maps logic | Vsevolod Stakhov | 2020-02-27 | 1 | -3/+5 |
| | |||||
* | [Conf] Restore ability to disable phishtank | Alexander Moisseev | 2018-09-25 | 1 | -1/+1 |
| | |||||
* | [Minor] Ops, reverse scoring logic | Vsevolod Stakhov | 2018-09-23 | 1 | -2/+2 |
| | |||||
* | [Conf] Enable phishtank DNS lookups by default, fix module | Vsevolod Stakhov | 2018-09-23 | 1 | -6/+19 |
| | |||||
* | [Feature] Use pure Lua debugm function | Vsevolod Stakhov | 2018-08-10 | 1 | -5/+9 |
| | |||||
* | [Rework] Move phishtank to a DNS based service | Vsevolod Stakhov | 2018-08-06 | 1 | -54/+47 |
| | |||||
* | Fixing unused variable from CI #3588 | Ibirisol Fontes | 2018-07-20 | 1 | -1/+4 |
| | |||||
* | Fixing PhishTank log | Ibirisol Fontes | 2018-07-19 | 1 | -1/+1 |
| | |||||
* | Add support to a generic phishing feed | Ibirisol Fontes | 2018-07-19 | 1 | -0/+54 |
| | |||||
* | [Minor] Fix phishing maps logic | Vsevolod Stakhov | 2018-07-18 | 1 | -10/+23 |
| | |||||
* | [Fix] Fix matching patterns with no paths | Vsevolod Stakhov | 2018-06-04 | 1 | -2/+9 |
| | |||||
* | [Fix] Fix text splitting: stack overflow (too many captures) | Vsevolod Stakhov | 2017-11-11 | 1 | -2/+2 |
| | | | | MFH: rspamd-1.6 | ||||
* | [Fix] Phishing: strict_domains | Andrew Lewis | 2017-05-26 | 1 | -3/+5 |
| | |||||
* | [Fix] Detect confighelp in plugins initialisation | Vsevolod Stakhov | 2017-04-22 | 1 | -0/+4 |
| | |||||
* | [Minor] One more memoization fix | Vsevolod Stakhov | 2017-03-27 | 1 | -9/+4 |
| | |||||
* | [Feature] Memoize LPEG grammars | Vsevolod Stakhov | 2017-03-25 | 1 | -4/+9 |
| | |||||
* | [Minor] Penalise URLs with IDNA <-> nonIDNA representations | Vsevolod Stakhov | 2017-02-25 | 1 | -3/+15 |
| | | | | Issue: #842 | ||||
* | [Minor] Check visual confusing in phishing module | Vsevolod Stakhov | 2017-02-25 | 1 | -11/+18 |
| | |||||
* | [Minor] Fix lint | Vsevolod Stakhov | 2017-02-13 | 1 | -2/+2 |
| | |||||
* | [Fix] More heuristic fixes for phishing detection | Vsevolod Stakhov | 2017-02-13 | 1 | -0/+19 |
| | |||||
* | [Minor] Use new API for debug logging in Lua plugins | Andrew Lewis | 2016-11-25 | 1 | -2/+3 |
| | |||||
* | [Minor] Small polishes for Lua parts | Andrew Lewis | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | [Minor] Lint Lua plugins & global functions | Andrew Lewis | 2016-11-14 | 1 | -12/+13 |
| | |||||
* | Merge pull request #1084 from fatalbanana/lua | Vsevolod Stakhov | 2016-11-01 | 1 | -5/+7 |
|\ | | | | | [Minor] Get rid of some global variables | ||||
| * | [Minor] Get rid of some global variables | Andrew Lewis | 2016-11-01 | 1 | -5/+7 |
| | | | | | | | | - Also fix some bugs along the way | ||||
* | | [Minor] phishing: rework map checks | Alexander Moisseev | 2016-11-01 | 1 | -19/+17 |
|/ | | | | | - organize map checks into a function - use as symbol option actually matched domain name part (eSLD or hostname) | ||||
* | Revert "[Feature] Add common way to disable Lua modules" | Andrew Lewis | 2016-09-05 | 1 | -7/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f552edd887794a5086dcf93d36f8f82d83553196. Conflicts: src/plugins/lua/antivirus.lua src/plugins/lua/asn.lua src/plugins/lua/dcc.lua src/plugins/lua/dmarc.lua src/plugins/lua/emails.lua src/plugins/lua/forged_recipients.lua src/plugins/lua/greylist.lua src/plugins/lua/hfilter.lua src/plugins/lua/ip_score.lua src/plugins/lua/maillist.lua src/plugins/lua/mime_types.lua src/plugins/lua/multimap.lua src/plugins/lua/once_received.lua src/plugins/lua/ratelimit.lua src/plugins/lua/rbl.lua src/plugins/lua/replies.lua src/plugins/lua/rspamd_update.lua src/plugins/lua/trie.lua src/plugins/lua/whitelist.lua | ||||
* | [Minor] Use infox instead of info in logging | Vsevolod Stakhov | 2016-09-04 | 1 | -0/+3 |
| | |||||
* | [Feature] Add common way to disable Lua modules | Andrew Lewis | 2016-09-01 | 1 | -0/+7 |
| | |||||
* | Merge pull request #694 from moisseev/phishing-FQDN | Vsevolod Stakhov | 2016-07-03 | 1 | -2/+2 |
|\ | | | | | [Feature] Supprort FQDNs in phishing module maps | ||||
| * | [Feature] Supprort FQDNs in phishing module maps | Alexander Moisseev | 2016-07-03 | 1 | -2/+2 |
| | | |||||
* | | [Fix] Try to avoid FP when checking for phished URLs | Vsevolod Stakhov | 2016-07-01 | 1 | -8/+28 |
| | | |||||
* | | [Feature] Improve phishtank and openphish support | Vsevolod Stakhov | 2016-07-01 | 1 | -28/+115 |
|/ | |||||
* | [Fix] Improve phishing module logging | Vsevolod Stakhov | 2016-06-30 | 1 | -13/+15 |
| |