diff --git a/AUTHORS.md b/AUTHORS.md index d0185ee..241bef9 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -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. diff --git a/sslsplit.1 b/sslsplit.1 index 527c41c..7e34476 100644 --- a/sslsplit.1 +++ b/sslsplit.1 @@ -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 . -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