We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66bfa6 commit 04317c9Copy full SHA for 04317c9
frontend_vue/src/components/tokens/windows_fake_fs/howToUse.ts
@@ -1,5 +1,5 @@
1
export const howToUse = [
2
- "Create a path to for us to create an empty folder, it can be C:\Secrets or C:\Users\thinkst\Documents\MySecretFiles",
3
- "Then we'll create scheduled task that runs when you logon, and creates several files there",
4
- "When an attacker opens or copies these files you will get an alert",
+ "Create a path to for us to create an empty folder, it can be C:\\Secrets or C:\\Users\\thinkst\\Documents\\MySecretFiles",
+ "Then we’ll create a scheduled task that runs when you logon, and sets up the fake folder",
+ "When an attacker opens or copies files in the fake folder, you will get an alert",
5
];
0 commit comments