Page 1 of 1

BOPM connregex

Posted: Sun Nov 09, 2008 12:09 am
by compengi
Does anyone know of a correct BOPM connregex for this unreal? since this one doesn't seem to work correctly.
connregex = "\\*\\*\\* Notice -- Client connecting.*: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";

Re: BOPM connregex

Posted: Sun Nov 09, 2008 1:50 am
by zEkE
I had similar problems when I configured BOPM to scan network-wide. This is what worked for me:

Code: Select all

connregex = "\\*\\*\\* Notice -- Client connecting[.A-Za-z0-9 ]*: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";