Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jellever committed Aug 15, 2020
1 parent 67c76b8 commit b1ad267
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ StreamDivert is a tool to man-in-the-middle or relay in and outgoing network con

* Relay all incoming connections to a specific port to another destination.
* Relay incoming connections from a specific source IP to a port to another destination.
* Relay incoming connections to a SOCKS(4/5) server.
* Relay all outgoing connections to a specific port to another destination.
* Relay outgoing connections to a specific IP and port to another destination.
* Handle TCP, UDP and ICMP traffic over IPv4 and IPv6.
Expand All @@ -23,6 +24,9 @@ The config file contains entries for streams you want to have diverted. En examp
//Divert all inbound TCP connections to port 445 (SMB) coming from 10.0.1.50 to 10.0.1.49 port 445
tcp < 445 10.0.1.50 -> 10.0.1.49 445
//Divert all inbound TCP connections to port 445 (SMB) coming from 10.0.1.51 to a local SOCKS server
tcp < 445 10.0.1.51 -> socks
//Divert all inbound TCP connections to port 445 (SMB) coming from fe80::f477:846a:775d:d37 to fe80::20c:29ff:fe6f:88ff port 445
tcp < 445 fe80::f477:846a:775d:d37 -> fe80::20c:29ff:fe6f:88ff 445
Expand Down

0 comments on commit b1ad267

Please sign in to comment.