Skip to content
New issue

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

Update Sample Invocation in file_access_token #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions file_access_token/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,14 @@ SMB example show cases how to use ProjFS to alert on share access from a remote

Tarpit example shows how to create an approved Process list, and take actions, return random errors, delay loading of files etc...

Sample Invocation - Ensure `$(Get-Content .\csharp\test_file.csv -Raw)` is passed to parse the csv file.

```
Sample Invocation.
.\CanaryFS.ps1 -TaskName "CanaryFS" -TaskDescription "Create Fake Files" -ScriptPath "C:\users\Thinkst\data-script.ps1" -RootPath "C:\CanaryFs"

Sample exe invocation
.\CanaryFS.exe C:\vfstest $(Get-Content .\csharp\test_file.csv -Raw) example.canarytokens.com true

```