Open justin-p opened 1 year ago
The "remote ip" field under sessions also fails to show IPv6 addresses correctly. It seems they are cut off after the first colon.
how do you check the blacklists?
the evilginx feed always says it blocks these ipv6 addressses because it only recognizes the first 4 characters before the colon and therefore doesn't recognize it as a valid ip address. but when i check blacklist.txt it never contains them.
Hi,
I ran into some issues with IPv6 source addresses and the blacklisting function.
After checking the src of blacklist.go it seems that the current implementation only supports IPv4 addresses. Are there any plans on adding IPv6 support ?