-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
89a9068
commit f634bf4
Showing
1 changed file
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,33 @@ | ||
# xxUSBSentinel | ||
Windows anti-forensics USB monitoring tool. | ||
|
||
### Description ### | ||
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. | ||
|
||
* WARNING: This software will not encrypt or protect your data/drives, its only aim is to help you improve your operation security. | ||
|
||
|
||
### Installation ### | ||
No installation is needed, download release or build it yourself. | ||
|
||
### Dependencies ### | ||
Currently it depends on LibUsbDotNet, but in future releases the library will be packed with the executable: | ||
```sh | ||
LibUsbDotNet.dll | ||
```` | ||
|
||
### Compatability ### | ||
The should work on most Windows versions and has been tested on the following: | ||
```sh | ||
Windows 10 Home x64 | ||
``` | ||
|
||
### Todo ### | ||
Add RAM, hiberfil, pagefile and swapfile secure wiping. | ||
Add fake BSOD. | ||
Add configuration saving. | ||
Add option for custom commands instead of shutdown. | ||
Pack libraries with release executable. | ||
|
||
### Uninstall ### | ||
Delete the executable. | ||
|