Mr.miYagi Posted August 18, 2014 Posted August 18, 2014 Hi all Before the upgrade on 2.xx i was intercepting imaps connections with following lines: echo 1 > /proc/sys/net/ipv4/ip_forward iptables -t nat -A PREROUTING -p tcp --destination-port 993 -j REDIRECT --to-ports 666 iptables -t nat -A PREROUTING -p tcp --destination-port 995 -j REDIRECT --to-ports 666 Sslsniff -c /sd/certs/wildcard -p 666 Now after the upgrade sslsniff starts and seems to get the connection, but spits put this error: root@Pineapple:~# sslsniff -c /sd/sslsniff-master/leafcert.pem -p 666 sslsniff 0.5 [sHA1 Mode] initialized and listening on 666... ASSERT - c getpeername failed.: Transport endpoint is not connected I don't remember that i used other settings to get it running. All other services are running fine. Some idea? Quote
t31m0 Posted August 20, 2014 Posted August 20, 2014 You tried to reset and reinstall the infusion ???? Quote
Mr.miYagi Posted August 21, 2014 Author Posted August 21, 2014 Its not a infusion, but i reflashed the pineapple with the same results. No way to get out of the pineapple after setting iptable rules. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.