You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed that the previous version 1.7 would gather the contents of the system's "tmp" directory, but 2.0.0 does not. Could this be added back in?
On another note noticed that by default "/live_response/process/proctree.yaml" is not being ran as part of the "-p full" or "-p full-with-memory" options. Would you be able to add that into both of those?
sudo ./uac -p full .= 181 artifacts
sudo ./uac -p full-with-memory .= 182 artifacts
sudo ./uac -a memory_dump/*,live_response/*,bodyfile/*,files/*,chkrootkit/*,hash_executables/* .= 183 artifacts
The text was updated successfully, but these errors were encountered:
I will add an artifact to grab the contents of the system's "/tmp" directory in the next release. In the meantime, you can create your own custom artifact based on the example below. I would create a tmp.yaml file and place it into artifacts/files/system directory.
Noticed that the previous version 1.7 would gather the contents of the system's "tmp" directory, but 2.0.0 does not. Could this be added back in?
On another note noticed that by default "/live_response/process/proctree.yaml" is not being ran as part of the "-p full" or "-p full-with-memory" options. Would you be able to add that into both of those?
sudo ./uac -p full .= 181 artifacts
sudo ./uac -p full-with-memory .= 182 artifacts
sudo ./uac -a memory_dump/*,live_response/*,bodyfile/*,files/*,chkrootkit/*,hash_executables/* .= 183 artifacts
The text was updated successfully, but these errors were encountered: