pandora-analysis / pandora

Pandora is an analysis framework to discover if a file is suspicious and conveniently show the results
https://pandora.circl.lu/
GNU Affero General Public License v3.0
248 stars 36 forks source link

credentials admin's interface #658

Open tahwfr opened 1 month ago

tahwfr commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

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

Rafiot commented 1 month ago

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 commented 1 month ago

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

Rafiot commented 1 month ago

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