lmco/laikaboss

How to get only file type

jh1113 opened this issue · 0 comments

I am using ubuntu18.04 LTS

Among the many functions of laikaboss, we only want the file name, file type as the result.

Is there any way?

example)
#laika.py test.txt

result
{
"source": "CLI",
"scan_result": [
{
"objectHash": "96ac2cfac312d8dabf974187ed381e37",
"uuid": "6a9344d3-c1ee-457c-b512-04f04bce3994",
"fileType": [],
"filename": "test.txt",
}