2 :21 ftp

$ ftp 192.168.71.65
Connected to 192.168.71.65.
220 Microsoft FTP Service
Name (192.168.71.65:kashz): anonymous
331 Anonymous access allowed, send identity (e-mail name) as password.
Password:
230 User logged in.
Remote system type is Windows_NT.
ftp> dir
200 PORT command successful.
125 Data connection already open; Transfer starting.
04-29-20  10:31PM       <DIR>          ImapRetrieval
08-13-21  02:54PM       <DIR>          Logs
04-29-20  10:31PM       <DIR>          PopRetrieval
04-29-20  10:32PM       <DIR>          Spool
226 Transfer complete.

# logs dir
ftp> dir
200 PORT command successful.
125 Data connection already open; Transfer starting.
04-29-20  11:26PM                  582 2020.04.29-delivery.log
04-29-20  11:15PM                    0 2020.04.29-profiler.log
04-29-20  11:26PM                  208 2020.04.29-smtpLog.log
04-29-20  11:26PM                  300 2020.04.29-xmppLog.log
05-12-20  03:36AM                  504 2020.05.12-administrative.log
# lots more

$ cat 2020.05.12-administrative.log
03:35:45.726 [192.168.118.6] User @ calling create primary system admin, username: admin
03:35:47.054 [192.168.118.6] Webmail Attempting to login user: admin
03:35:47.054 [192.168.118.6] Webmail Login successful: With user admin
03:35:55.820 [192.168.118.6] Webmail Attempting to login user: admin
03:35:55.820 [192.168.118.6] Webmail Login successful: With user admin
03:36:00.195 [192.168.118.6] User admin@ calling set setup wizard settings
03:36:08.242 [192.168.118.6] User admin@ logging out


Last updated