diff --git a/src/detection/host/host_linux.c b/src/detection/host/host_linux.c index 674d93b5e..269904eaf 100644 --- a/src/detection/host/host_linux.c +++ b/src/detection/host/host_linux.c @@ -28,6 +28,10 @@ static void getHostProductName(FFstrbuf* name) if(ffIsSmbiosValueSet(name)) return; + ffReadFileBuffer("/sys/firmware/devicetree/base/banner-name", name); + if(ffIsSmbiosValueSet(name)) + return; + //does a clear before the read ffReadFileBuffer("/tmp/sysinfo/model", name); if(ffIsSmbiosValueSet(name))