Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #54225
    akademikane
    Participant

    Hi

    Ettercap only work against http.
    When I try https not working, no internet after visiting https

    #54262
    Diego PérezDiego Pérez
    Moderator

    Hi!
    Do you mean you can’t connect to https sites or that after successfully visiting a https site the internet goes down? Which https sites are you using for testing?
    Try flushing the ipatables before running the attack:

    iptables –flush
    iptables –table nat –flush
    iptables –delete-chain
    iptables –table nat –delete-chain
    iptables -P FORWARD ACCEPT

    Enable port forwarding
    echo 1 > /proc/sys/net/ipv4/ip_forward

    Then it might should work fine.

    Greetings!
    Diego

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.