Skip to content

Tags: mabangde/velociraptor

Tags

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix bug in ntfs parser (Velocidex#643)

Incorporates Velocidex/go-ntfs#29

v0.4.9

Toggle v0.4.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version for release. (Velocidex#610)

v0.4.8

Toggle v0.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Launcher dedups parameters now. (Velocidex#562)

Cleans up the VQLRequest a bit by removing redundant parameters.

v0.4.7

Toggle v0.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implemented a client KillKillKill message. (Velocidex#517)

This causes clients to be hard killed and refreshed. It will remove
the ring buffer to ensure the client is reachable again.

Also added extra safety to ensure the client executor loop is always
active. If any part of the loop exits - due to bug or exception, the
client will immediately suicide. The service control manager should
restart the client and bring it back to an operational state.

v0.4.6

Toggle v0.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
HTML report generator may produce arbitrary html. (Velocidex#489)

Since reports are stand alone files we can allow artifacts to produce
arbitrary html. This allows JS and CSS to be created by the artifacts
themselves.

v0.4.5

Toggle v0.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Made some downloads optional to speed up sync. (Velocidex#425)

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add logging for access to the /public/ directory. (Velocidex#400)

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare for 0.4.3 release. (Velocidex#368)

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Up version 0.4.2 for release. (Velocidex#313)

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added a bash shell artifact to support linux. (Velocidex#292)