Neo23x0/Loki

can't force loki path

ich1g0 opened this issue · 8 comments

I can't make loki exit after it finish scanning the path I specified with -p. it goes back to C:\ and scan the whole drive

$ loki.exe -p C:\path\to*.log --noprocscan --onlyrelevant --dontwait

You don't use a wilrdcard in the path parameter, don't you?
C:\path\to*.log?

I did that and I tried without the wild card same issue
C:\Users\user\Download
It keeps going after finishing the path

I cannot reproduce that behaviour.

Screen Shot

this is the argument at the top and you see there it is scanning C:\ ... and producing hits on other directories..it is suppose to do this?

Please check that you use a - symbol before p and not a:

image

Question: Why don't you use the newest version?

Screenshot 2019-06-25 at 11 17 27

I cannot reproduce the bug. It only scans C:\ when it doesn't get a different path via -p on the command line.

I tried with the latest version and it has no issue, thank a lot.