Guest User

Untitled

a guest
Jan 10th, 2018
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. (?@xxx.xxx.xxx.xxx) [INFO] New connection from xxx.xxx.xxx.xxx
  2. (?@xxx.xxx.xxx.xxx) [DEBUG] 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
  3. (?@xxx.xxx.xxx.xxx) [DEBUG] 220-You are user number 1 of 50 allowed.
  4. (?@xxx.xxx.xxx.xxx) [DEBUG] 220-Local time is now 16:43. Server port: 21.
  5. (?@xxx.xxx.xxx.xxx) [DEBUG] 220-This is a private system - No anonymous login
  6. (?@xxx.xxx.xxx.xxx) [DEBUG] 220-IPv6 connections are also welcome on this server.
  7. (?@xxx.xxx.xxx.xxx) [DEBUG] 220 You will be disconnected after 15 minutes of inactivity.
  8. (?@xxx.xxx.xxx.xxx) [DEBUG] Command [user] [me@mydomain.com]
  9. (?@xxx.xxx.xxx.xxx) [DEBUG] 331 User me@mydomain.com OK. Password required
  10. (?@xxx.xxx.xxx.xxx) [DEBUG] Command [pass] [<*>]
  11. (?@xxx.xxx.xxx.xxx) [INFO] me@mydomain.com is now logged in
  12. (me@mydomain.com@xxx.xxx.xxx.xxx) [DEBUG] 230 OK. Current restricted directory is /
  13.  
  14. (?@yyy.yyy.yyy.yyy) [INFO] New connection from yyy.yyy.yyy.yyy
  15. (?@yyy.yyy.yyy.yyy) [DEBUG] 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
  16. (?@yyy.yyy.yyy.yyy) [DEBUG] 220-You are user number 1 of 50 allowed.
  17. (?@yyy.yyy.yyy.yyy) [DEBUG] 220-Local time is now 16:45. Server port: 21.
  18. (?@yyy.yyy.yyy.yyy) [DEBUG] 220-This is a private system - No anonymous login
  19. (?@yyy.yyy.yyy.yyy) [DEBUG] 220-IPv6 connections are also welcome on this server.
  20. (?@yyy.yyy.yyy.yyy) [DEBUG] 220 You will be disconnected after 15 minutes of inactivity.
  21. (?@yyy.yyy.yyy.yyy) [DEBUG] Command [user] [me@mydomain.com]
  22. (?@yyy.yyy.yyy.yyy) [DEBUG] 331 User me@mydomain.com OK. Password required
  23. (?@yyy.yyy.yyy.yyy) [DEBUG] Command [pass] [<*>]
  24. (?@yyy.yyy.yyy.yyy) [DEBUG] 530 Login authentication failed
  25. (?@yyy.yyy.yyy.yyy) [WARNING] Authentication failed for user [me@mydomain.com]
Add Comment
Please, Sign In to add comment