FACT_core icon indicating copy to clipboard operation
FACT_core copied to clipboard

Does Fact run any ubuntu server not a window

Open ramazankoyuturk opened this issue 1 year ago • 3 comments

Hi,

İ want to run Fact in the powerfull EC2. This server is ubuntu server and there is not any windows. So i must use command line interface. How can i analysis any firmware using ubuntu terminal?

Thanks

ramazankoyuturk avatar Apr 10 '23 06:04 ramazankoyuturk

Hi ramazankoyuturk,

since FACT has a REST API you should be able to script all interaction with FACT an run it from a command line interface. Querying for results gives you the information in JSON.

You could prototype API calls on another system, since we have Swagger UI integration for FACT.

dorpvom avatar Apr 12 '23 12:04 dorpvom

Also: Make sure to configure FACT (using the src/config/main.cfg or by creating an own config file) to make proper use of resources. I could give you an example configuration for a server with 64 cores and 256 GB RAM.

We'll probably write a blog post on scaling FACT in the near future, since our recent work allows for more configuration and performance.

dorpvom avatar Apr 12 '23 12:04 dorpvom

How can i analysis any firmware using ubuntu terminal?

since FACT has a REST API you should be able to script all interaction with FACT an run it from a command line interface. Querying for results gives you the information in JSON.

I just want to add (in case this might not be clear) that you can of course access the web GUI of FACT from every other system in the network if you adjust the IP configuration of the web server and upload firmware from there.

jstucke avatar Apr 18 '23 07:04 jstucke