Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand All @@ -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 <ip> <port>`
Expand Down