Skip to content

Commit

Permalink
New bodyfile library supports path evaluation
Browse files Browse the repository at this point in the history
$ timeliner -filter 'path =~ ".*Setup.evtx.*"' -color MFT.active
2013-04-10 08:42:37: \.\Windows\System32\winevt\Logs\Setup.evtx (filename)
2013-04-10 08:42:37: \.\Windows\System32\winevt\Logs\Setup.evtx
2015-02-16 15:58:27: \.\Windows\System32\winevt\Logs\Setup.evtx

Close #4
  • Loading branch information
nbareil committed Mar 21, 2019
1 parent d4294ba commit 26c6c9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module main

require (
github.cert.corp/nbareil/bodyfile v0.0.0-20190319102904-c9d1127e826b
github.cert.corp/nbareil/bodyfile v0.0.0-20190321135916-f2d797f829cd
github.com/Knetic/govaluate v3.0.0+incompatible
github.com/fatih/color v1.7.0
github.com/mattn/go-colorable v0.1.1 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ github.cert.corp/nbareil/bodyfile v0.0.0-20190319102650-ed1fd46c197b h1:Shw/7v8P
github.cert.corp/nbareil/bodyfile v0.0.0-20190319102650-ed1fd46c197b/go.mod h1:Kznx01NQ5MnIYbGzu+pVuX1AXIMG/ieA4ctxFADq5mI=
github.cert.corp/nbareil/bodyfile v0.0.0-20190319102904-c9d1127e826b h1:PZKMqRXq8jbKjA6cmCJxl7MKIxyqkaLLRLZymN3Atv0=
github.cert.corp/nbareil/bodyfile v0.0.0-20190319102904-c9d1127e826b/go.mod h1:Kznx01NQ5MnIYbGzu+pVuX1AXIMG/ieA4ctxFADq5mI=
github.cert.corp/nbareil/bodyfile v0.0.0-20190321135916-f2d797f829cd h1:oDyPkYBLpaYyOmiDFZrjNxRYq7Nc+cY+4Mel1UwOl0A=
github.cert.corp/nbareil/bodyfile v0.0.0-20190321135916-f2d797f829cd/go.mod h1:Kznx01NQ5MnIYbGzu+pVuX1AXIMG/ieA4ctxFADq5mI=
github.com/Knetic/govaluate v3.0.0+incompatible h1:7o6+MAPhYTCF0+fdvoz1xDedhRb4f6s9Tn1Tt7/WTEg=
github.com/Knetic/govaluate v3.0.0+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
github.com/fatih/color v1.7.0 h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys=
Expand Down

0 comments on commit 26c6c9f

Please sign in to comment.