Hi,
Hope you are all well !
I defined a pattern file like this:
1 [13][a-km-zA-HJ-NP-Z0-9]{26,33}$ bitcoin-wallet
2 ([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$ email-address
3 (?:https?://)?(?:www)?(\S*?\.onion)\b onion-domain
4 (https?\:)?(//)(www[\.])?(twitter.com/)([a-zA-Z0-9_]{1,15})[\/]? twitter-account
using the following query:
x0rzkov@protonmail.com
1HB5XMLmzFVj8ALj6mfBsbifRoD4miY36v
https://twitter.com/x0rxkov
random test sentence
https://twitter.com/twitter
And it s returning only the last result in the data attribute.
Is there something that I am doing wrong ? Is it possible to have multiple matches from the dict ?
Thanks in advance for any insights or inputs on this issue.
Cheers,
X
Hi,
Hope you are all well !
I defined a pattern file like this:
using the following query:
And it s returning only the last result in the data attribute.
Is there something that I am doing wrong ? Is it possible to have multiple matches from the dict ?
Thanks in advance for any insights or inputs on this issue.
Cheers,
X