Skip to content

Commit

Permalink
docs: update to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 committed Oct 15, 2020
1 parent 70a107e commit 218ccf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Malicious combinations:
- `delete` and `shadowstorage` (vssadmin)
- `delete` and `shadowcopy` (wmic)
- `delete` and `catalog` and `-quiet` (wbadmin)
- `recoveryenabled` (bcedit)
- `ignoreallfailures` (bcedit)

## Warning !!!

Expand All @@ -64,6 +66,7 @@ If you have a solid security monitoring that logs all process executions, you co
- 0.5.1 - Improvements by @JohnLaTwC
- 0.5.2 - Additional check for `delete shadowstorage` by @JohnLaTwC, code review by @_hillu, application icon
- 0.5.3 - Batch installer
- 0.6.0 - Additional checks for `bcdedit.exe /set {default} bootstatuspolicy ignoreallfailures` and `bcdedit.exe /set {default} recoveryenabled no`

## Installation

Expand Down Expand Up @@ -160,3 +163,4 @@ The right pronounciation is "Rax-Een".
- Ollie Whitehouse [@ollieatnccgroup](https://twitter.com/ollieatnccgroup)
- John Lambert [@JohnLaTwC](https://twitter.com/JohnLaTwC)
- Hilko Bengen [@_hillu_](https://twitter.com/_hillu_)
- Branislav Đalić [@LordOfThePies4](https://twitter.com/LordOfThePies4)
2 changes: 1 addition & 1 deletion raccine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ int wmain(int argc, WCHAR* argv[]) {
killprocess(pids[i - 1], 1);
}

wprintf(L"Raccine v0.5.3 finished\n");
wprintf(L"Raccine v0.6.0 finished\n");
Sleep(5000);
}
//
Expand Down

0 comments on commit 218ccf3

Please sign in to comment.