We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
v0.7.1-1
FullPath
/*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 !
OSPath
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 theFullPath
arg inI replaced
FullPath
byOSPath
locally and it solved this problem !The text was updated successfully, but these errors were encountered: