Jump to content

Sslsniff doesent work anymore


Mr.miYagi

Recommended Posts

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?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...