Velocidex/velociraptor-docs

Error on Generic.Detection.Log4jVulnHunter

Opened this issue · 0 comments

I'm sorry if this is not the place where this issue should be opened

But when using Velociraptor v0.7.1-1, both Generic.Detection.Log4jVulnHunter and Generic.Detection.log4jRCE uses the FullPath arg in

/*Generic.Detection.Log4jVulnHunter*/
FROM Recurse(File=FullPath, OriginalFile=FullPath,Container=FullPath,RecursionRounds=0)

/*Generic.Detection.log4jRCE*/
LET files = SELECT FullPath, Name, Size , Mtime, Atime, Ctime, Btime

I replaced FullPath by OSPath locally and it solved this problem !