Hak5 Packet Squirrel: DNS-Spoofing Demo: Difference between revisions

From Elvis Wiki
No edit summary
Line 1: Line 1:
== Summary ==  
== Summary ==  


This document gives an overview about ....
The purpose of this demonstration is to perform a DNS spoofing attack using the Hak5 Packet Squirrel to redirect a target device to a cloned malicious website. This attack aims to capture user credentials by presenting a fake login page that mimics a legitimate website.


== Requirements ==
== Requirements ==
Line 8: Line 8:
* target device (Laptop, virtual machine: Ubuntu)
* target device (Laptop, virtual machine: Ubuntu)
* Network (WLAN-Router)
* Network (WLAN-Router)
* 2 Ethernet Cable  
* Two Ethernet Cable  
* 1 USB Cable to supply Packet Squirrel with power
* One USB Cable to supply Packet Squirrel with power


== Setup ==
== Setup ==
Line 17: Line 17:


[[File:setupsquirrel.png|400px|thumb|left|]]
[[File:setupsquirrel.png|400px|thumb|left|]]
== Packet Squirrel Initalization ==
1. Set the Packet Squirrel to Arming Mode (switch to the far-right position).
2. On the virtual Machine (VM), go to Settings > Network and select Adapter1.
* Set the network adapter to Bridge Mode.
* Choose USB Realtek USB Gbe Family Controller for DHCP to assign an IP automatically.
3. Save the configuration and start the VM.


== Description ==
== Description ==
 
In order to do a MITM-Attack with the Packet Squirrel, a Webserver is needed and also
=== Step 1 ===
=== Step 1 ===


Line 39: Line 47:
[[Device to be used with this documentation]]
[[Device to be used with this documentation]]
[[Maybe another device to be used with this documentation]]
[[Maybe another device to be used with this documentation]]
To carry out a DNS spoofin g attack using the man-in-the-middle tool, Packet Squirrle, a web server is set up using setoolkit.


== Courses ==
== Courses ==

Revision as of 16:07, 18 December 2024

Summary

The purpose of this demonstration is to perform a DNS spoofing attack using the Hak5 Packet Squirrel to redirect a target device to a cloned malicious website. This attack aims to capture user credentials by presenting a fake login page that mimics a legitimate website.

Requirements

  • Packet Squirrel from Hak5
  • target device (Laptop, virtual machine: Ubuntu)
  • Network (WLAN-Router)
  • Two Ethernet Cable
  • One USB Cable to supply Packet Squirrel with power

Setup

  • Connect the LAN port of the router to the Ethernet OUT port of the Packet Squirrel
  • Connect the target device (laptop) to the Ethernet IN port of the Packet Squirrel

Packet Squirrel Initalization

1. Set the Packet Squirrel to Arming Mode (switch to the far-right position). 2. On the virtual Machine (VM), go to Settings > Network and select Adapter1.

  • Set the network adapter to Bridge Mode.
  • Choose USB Realtek USB Gbe Family Controller for DHCP to assign an IP automatically.

3. Save the configuration and start the VM.


Description

In order to do a MITM-Attack with the Packet Squirrel, a Webserver is needed and also

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 device to be used with this documentation

To carry out a DNS spoofin g attack using the man-in-the-middle tool, Packet Squirrle, a web server is set up using setoolkit.


Courses

References