Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- proftpd-messages~ 2012-03-28 07:10:15.000000000 +0300
- +++ proftpd-messages 2012-03-27 07:02:57.000000000 +0300
- @@ -44,12 +44,14 @@
- ( $ThisLine =~ /^(ANONYMOUS )?FTP login as \'.*\' from [^ ]+ \[.*\] to .*/ ) or
- ( $ThisLine =~ /PAM\(.*\): Authentication failure/ ) or
- ( $ThisLine =~ /^data_sendfile/ ) or
- + ( $ThisLine =~ /Preparing to chroot to directory \'\/var\/www\/vhosts\/./ ) or
- ( $ThisLine =~ / - FTP session opened/ ) or
- ( $ThisLine =~ / - FTP session closed/ ) or
- ( $ThisLine =~ / - No certificate files found/ ) or
- - ( $ThisLine =~ /FTP (no transfer|session idle) timeout, disconnected/ ) or
- + ( $ThisLine =~ /(FTP no transfer|Client session idle) timeout, disconnected/ ) or
- ( $ThisLine =~ / masquerading as / ) or
- - ( $ThisLine =~ /FTP login timed out, disconnected/ )
- + ( $ThisLine =~ /(FTP login|Session) timed out, disconnected/ ) or
- + ( $ThisLine =~ /Login timeout exceeded, disconnected/ )
- ) {
- #We don't care about these
- } elsif ( ($Host,$IP,$Email,) = ( $ThisLine =~ /^FTP session opened: ftp\/ftp (.*)\[(.*)\] (.*)$/ ) ) {
Add Comment
Please, Sign In to add comment