Skip to content

Commit f634bf4

Browse files
Update README.md
1 parent 89a9068 commit f634bf4

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

README.md

+32-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,33 @@
11
# xxUSBSentinel
2-
Windows anti-forensics USB monitoring tool.
2+
3+
### Description ###
4+
Windows anti-forensics USB monitoring tool. First you map a Key USB device - it can be a mouse, keyboard, flash drive etc. It will ask you to plug and unplug your device. Then the program remembers the device ID (VID:PID). After that you can arm the Sentinel and it would listen for device disconnect events and if your Key USB device is unplugged - xxUSBSentinel will shutdown your computer the fast way. The whole purpose of that is to make recovering your encrypted drive keys almost impossible.
5+
6+
* WARNING: This software will not encrypt or protect your data/drives, its only aim is to help you improve your operation security.
7+
8+
9+
### Installation ###
10+
No installation is needed, download release or build it yourself.
11+
12+
### Dependencies ###
13+
Currently it depends on LibUsbDotNet, but in future releases the library will be packed with the executable:
14+
```sh
15+
LibUsbDotNet.dll
16+
````
17+
18+
### Compatability ###
19+
The should work on most Windows versions and has been tested on the following:
20+
```sh
21+
Windows 10 Home x64
22+
```
23+
24+
### Todo ###
25+
Add RAM, hiberfil, pagefile and swapfile secure wiping.
26+
Add fake BSOD.
27+
Add configuration saving.
28+
Add option for custom commands instead of shutdown.
29+
Pack libraries with release executable.
30+
31+
### Uninstall ###
32+
Delete the executable.
33+

0 commit comments

Comments
 (0)