You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The original IPv6 regex code in ExtractIPAddresses only worked fine when it matched the whole one-line text, if it has multiple IPs in one line, it will break sometimes.
Describe the bug
The original IPv6 regex code in ExtractIPAddresses only worked fine when it matched the whole one-line text, if it has multiple IPs in one line, it will break sometimes.
To Reproduce
https://gchq.github.io/CyberChef/#recipe=Extract_IP_addresses(false,true,false,false,false,false)&input=MjAwMTowZGI4OjAwMDE6MDAwMDowMDAwOjBhYjk6QzBBODowMTAyIGNhbiBiZSBjb21wcmVzc2VkIGFzIGZvbGxvd3M6IDIwMDE6ZGI4OjE6OmFiOTpDMEE4OjEwMi4
Expected behaviour
When multiple IP in one-line, it can be matched correctly.
Screenshots
Additional context
See #1661, fix this issue may need to revert this pull request.
The text was updated successfully, but these errors were encountered: