Hello all, I have just installed os-maltrail-1.1 on the latest version of opnsense.
When I attempt to login to the maltrail server, using the default (I think) of admin/changeme!, the portal refuses to log me in. I'm not sure what I'm doing wrong, but would appreciate some guidance.
I validated the hash that the password is changeme!
I have validated that logging is producing error on login attempt:
maltrail[81235]: Failed password for admin from xxx.xxx.xxx.xxx port 53510
I also checked the maltrail.conf file:
USERS
admin:9AB3CD9D67BF49D01F6A2E33D0BD9BC804DDBE6CE1FF5D219C42624851DB5DBC:2000:0.0.0.0/0 # changeme!
Seems to be right?
I have tried mozilla, chrome, both in incognito mode.
Any pointers? Thank you
Can you check the size of /.mailtrail folder via CLI?
Hi,
Thank you for the reply:
drwxr-x--- 2 root wheel 512 Sep 7 22:03 .maltrail
root@firewall:/.maltrail # ls -al
total 92732
drwxr-x--- 2 root wheel 512 Sep 7 22:03 .
drwxr-xr-x 23 root wheel 512 Sep 9 08:25 ..
-rw-r----- 1 root wheel 229270 Sep 7 22:03 ipcat.csv
-rw-r----- 1 root wheel 118784 Sep 7 22:03 ipcat.sqlite
-rw-r----- 1 root wheel 94551713 Sep 7 22:03 trails.csv
Quote from: mgear on September 12, 2019, 03:08:21 AM
USERS
admin:9AB3CD9D67BF49D01F6A2E33D0BD9BC804DDBE6CE1FF5D219C42624851DB5DBC:2000:0.0.0.0/0 # changeme!
Seems to be right?
I have tried mozilla, chrome, both in incognito mode.
Any pointers? Thank you
Why are those chars all upper case? they have to be lower case ...
USERS
admin:9ab3cd9d67bf49d01f6a2e33d0bd9bc804ddbe6ce1ff5d219c42624851db5dbc:2000:0.0.0.0/0 # changeme!
Hi, thank you for the reply. I don't know? That was the default out of the system. I never changed it. I'll make it lowercase and see if that changes anything.
OK, That did it! Thank you! Not sure why it was all caps....Considering I changed nothing..Oh well. Thank you again!