diff --git a/README.md b/README.md index 2feb172..de9aa64 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A post-exploitation tool capable of: - subverting many common host event logs (both network and account logon) - generating false logs / network traffic -Based on [PyDivert] (https://github.com/ffalcinelli/pydivert), a Python binding for [WinDivert](https://www.reqrypt.org/windivert.html), a Windows driver that allows user-mode applications to capture/modify/drop network packets sent to/from the Windows network stack. +Based on [PyDivert](https://github.com/ffalcinelli/pydivert), a Python binding for [WinDivert](https://www.reqrypt.org/windivert.html), a Windows driver that allows user-mode applications to capture/modify/drop network packets sent to/from the Windows network stack. Built for Windows operating systems newer than Vista and Windows 2008 (including Windows 7, Windows 8 and Windows 10). @@ -24,7 +24,7 @@ Built for Windows operating systems newer than Vista and Windows 2008 (including #### `redSails.py` Or if the victim does not have python installed, you can run provided exe (or compile your own! instructions below) - #### `redSails.exe + #### `redSails.exe` - Client (attacker) #### `redSailsClient.py `