Difference between revisions of "Machine in the Middle (MitM) - General"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
(Created page with "== Summary == Test == Requirements == * Operating system: Ubuntu 18.04 bionic amd64 * Packages: git emacs In order to complete these steps, you must have followed Some Other Documentation before. == Description == === Step 1 === Enter these commands in the shell echo foo echo bar === Step 2 === Make sure to read * War and Peace * Lord of the Rings * The Baroque Cycle == Used Hardware == Device to be used with this documentation Maybe another dev...")
 
Line 1: Line 1:
== Summary ==  
== What is a Machine-in-the-Middle (MitM) attack? ==  


Test
Test


== Requirements ==
== How are Machine-in-the-Middle attack (Tools) working? ==


* Operating system: Ubuntu 18.04 bionic amd64
* Operating system: Ubuntu 18.04 bionic amd64
Line 10: Line 10:
In order to complete these steps, you must have followed [[Some Other Documentation]] before.
In order to complete these steps, you must have followed [[Some Other Documentation]] before.


== Description ==
== How to prevent MitM? ==


=== Step 1 ===
== Tools ==
 
=== Ettercap ===


Enter these commands in the shell
Enter these commands in the shell
Line 19: Line 21:
  echo bar
  echo bar


=== Step 2 ===
=== Bettercap ===


Make sure to read
Make sure to read

Revision as of 11:59, 2 January 2024

What is a Machine-in-the-Middle (MitM) attack?

Test

How are Machine-in-the-Middle attack (Tools) working?

  • Operating system: Ubuntu 18.04 bionic amd64
  • Packages: git emacs

In order to complete these steps, you must have followed Some Other Documentation before.

How to prevent MitM?

Tools

Ettercap

Enter these commands in the shell

echo foo
echo bar

Bettercap

Make sure to read

  • War and Peace
  • Lord of the Rings
  • The Baroque Cycle

Used Hardware

Device to be used with this documentation Maybe another device to be used with this documentation

Courses

References