URL Detection Problem
See original GitHub issueI tried to use the module to detect a link in the following string.
Link:https://www.google.com
but it failed to detect that there is a url.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Phishing URL Detection with ML - Towards Data Science
Phishing URL Detection with ML. Phishing is a form of fraud in which the attacker tries to learn sensitive information such as login...
Read more >A Malicious URL Detection Model Based on Convolutional ...
Some existing detection methods are easy to evade by attackers. We design a malicious URL detection model based on a dynamic convolutional neural...
Read more >Detecting Phishing in URLs — How to approach the problem ...
The problem of the delay between a phishing attack and its detection is mitigated by using a heuristics-oriented approach to phishing detection. The...
Read more >An effective detection approach for phishing websites using ...
This paper proposes a new approach to solve the anti-phishing problem. The new features of this approach can be represented by URL character ......
Read more >Phishing Detection - an overview | ScienceDirect Topics
1. Long URL: Long URL's can be used to hide the suspicious part of in the address bar. Although scientifically there is reliable...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @Ricardolcm888 thanks for reporting it. However this is not an easily fixed issue. The text is not typographically correct, there should be space after the first colon sign:
Link: https://example.com
And yeah I know - internet is full of these mistakes and typos. Is it possible for you to somehow pre-process the text?I will think about it, however right now I do not see any general solution for this.
facing the same issue, was curious what is the state of PR for fixing this! 😃