Merge branch 'issue/76' into develop

pull/13/head
Daniel Roethlisberger 10 years ago
commit 0ebfcc9491

@ -6,10 +6,11 @@ SSLsplit was written and is being maintained by
The following individuals have contributed to the codebase by submitting
patches or pull requests, in chronological order of their first contribution:
- Steve Wills ([swills](https://github.com/swills))
- Steve Wills ([swills](https://github.com/swills))
- Landon Fuller ([landonf](https://github.com/landonf))
- Wayne Jensen ([wjjensen](https://github.com/wjjensen))
- Wayne Jensen ([wjjensen](https://github.com/wjjensen))
- Rory McNamara ([psychomario](https://github.com/psychomario))
- Alexander Neumann ([fd0](https://github.com/fd0))
Many more individuals have contributed by reporting bugs or feature requests.
See [issue tracker on Github][1], `NEWS.md` and `git log` for details.

@ -519,6 +519,11 @@ interface.
-p tcp --dport 443 \\
-j REDIRECT --to-ports 10443\fP
.fi
.LP
Note that SSLsplit is only able to accept incoming connections if it binds
to the correct IP address (e.g. 192.0.2.1) or on all interfaces (0.0.0.0).
REDIRECT uses the local interface address of the incoming interface as
target IP address, or 127.0.0.1 for locally generated packets.
.RE
.TP
.B tproxy
@ -573,6 +578,11 @@ available on your system):
.fi
.RE
.LP
If the Linux netfilter engine is used with the iptables REDIRECT target, it is
important to listen to the correct IP address (e.g. 192.0.2.1) or on all
interfaces (0.0.0.0), otherwise SSLsplit is not able to accept incoming
connections.
.LP
Intercepting IMAP/IMAPS using the same settings:
.LP
.HS
@ -671,9 +681,9 @@ hostapd(8), arpspoof(8), parasite6(8), yersinia(8),
.SH AUTHORS
SSLsplit was written by Daniel Roethlisberger <daniel@roe.ch>.
The following individuals have contributed to the codebase, in chronological
order of their first contribution:
Steve Wills, Landon Fuller, Wayne Jensen and Rory McNamara.
The following individuals have contributed code or documentation, in
chronological order of their first contribution:
Steve Wills, Landon Fuller, Wayne Jensen, Rory McNamara and Alexander Neumann.
.SH BUGS
Use Github for submission of bug reports or patches:
.LP

Loading…
Cancel
Save