Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

credentials admin's interface #658

Open
tahwfr opened this issue Aug 2, 2024 · 5 comments
Open

credentials admin's interface #658

tahwfr opened this issue Aug 2, 2024 · 5 comments

Comments

@tahwfr
Copy link

tahwfr commented Aug 2, 2024

Hi,
What are the default credentials to connect to the web interface http://127.0.0.1:6100/admin/ or how can I find them? THANK YOU

@Rafiot
Copy link
Contributor

Rafiot commented Aug 2, 2024

Hi,

There are no default credentials, you need to configure them in config/generic.json key users.

The format is this one: "users": {"login": "password"}

@tahwfr
Copy link
Author

tahwfr commented Aug 2, 2024

Thank you ! And how to increase the ability to analyze large files? (TOO BIG)

@Rafiot
Copy link
Contributor

Rafiot commented Aug 2, 2024

The default is 100Mb, you can change the key "max_file_size": 100, but a bigger file may have other issues (taking too long, for example).

What is your usecase?

@tahwfr
Copy link
Author

tahwfr commented Aug 2, 2024

For my company, I would like to set up a white station to analyze any file size coming from a USB key

@Rafiot
Copy link
Contributor

Rafiot commented Aug 2, 2024

You can make it much bigger, but at some point, you also want to flag the files that are really too big as suspicious. And there is a point where the webservice will not accept files that are really too big

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants