<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://elvis.hcw.ac.at/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MLebenicnik</id>
	<title>Elvis Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://elvis.hcw.ac.at/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MLebenicnik"/>
	<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php/Special:Contributions/MLebenicnik"/>
	<updated>2026-09-10T16:20:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.5</generator>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5604</id>
		<title>Hak5 Plunder Bug</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5604"/>
		<updated>2020-12-21T22:11:13Z</updated>

		<summary type="html">&lt;p&gt;MLebenicnik: /* Local Access */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:PlunderBug.jpg |thumb|right|600px||Plunder Bug]]&lt;br /&gt;
== Summary == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--This device is an Pocket sized LAN tap. This device can be used for passive eavesdropping and is small enough to be placed everywhere without being recognized.--&amp;gt;&lt;br /&gt;
The Plunder Bug by Hak5 is a LAN Tap device enabling interception and eavesdropping of data communicated through an Ethernet link. Its use cases are diverse, as it could be used as a diagnostic tool supporting troubleshooting in a network. If used for malicious purposes, such as sniffing attacks, it might prove itself effective because of its small form factor and therefore increasing the likelihood of being recognized. It is very easy to use and works out-of-the-box but offers only limited configurability. &lt;br /&gt;
== Description ==&lt;br /&gt;
[[File:PlunderBugTapping.jpg |thumb|right|600px||Plunder Bug Network Deployment]]&lt;br /&gt;
The Plunder Bug can be viewed as a simpler version of a [[Hak5 Packet Squirrel]]. It allows the user to tap network traffic and to access it for network scanning. &lt;br /&gt;
&lt;br /&gt;
=== Device ===&lt;br /&gt;
The device offers two Ethernet ports, each for one of the devices sharing a communication link that we want to sniff the traffic. A USB-C device is used for the attacker. Traffic coming through either of the Ethernet ports will get mirrored to the attacker.&lt;br /&gt;
&lt;br /&gt;
=== Deployment ===&lt;br /&gt;
&lt;br /&gt;
# Connect the Ethernet port of the victim machine with one of the two Ethernet Ports of the Plunder Bug with an short Ethernet cable.&lt;br /&gt;
# Connect the other  Ethernet port with the with the Ethernet cable which was previously plugged in the victim device.&lt;br /&gt;
# Power up the Plunder Bug by Connecting the USB-C female to USB-A male cable with an device which is under your control (preferably a raspberry pi with an battery shield).&lt;br /&gt;
&lt;br /&gt;
==== Plunder Bug Modes ====&lt;br /&gt;
The only configurable parameter for the Plunder Bug is to run it either in a &amp;quot;muted&amp;quot; and &amp;quot;unmuted&amp;quot; mode. The Plunder Bug mirrors all network traffic and sends it to the USB-C port when operating in the muted mode. The unmuted mode gives extra capabilities compared to the muted mode. In addition to passively listening to traffic, the USB-C port is used for sending frames out on the link, effectively making it a small portable switch. This mode would also allow one to perform network scans from the attacking device. According to specification in [https://docs.hak5.org/hc/en-us/articles/360018810834-About-Mode-Switching-on-the-Plunder-Bug], the device is set to unmuted mode by default.&lt;br /&gt;
&lt;br /&gt;
To change between the Plunder Bug modes downlaod the shell script from [https://downloads.hak5.org/bug downloads.hak5.org]:&lt;br /&gt;
&lt;br /&gt;
Shell script usage:&lt;br /&gt;
* make it executable with &amp;lt;code&amp;gt; chmod +x ./plunderbug.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
* run the script as root or superuser:&lt;br /&gt;
&lt;br /&gt;
 ./plunderbug.sh [options]&lt;br /&gt;
 &lt;br /&gt;
 Options:&lt;br /&gt;
      --mute                 to use mute mode&lt;br /&gt;
      --unmute               to use unmuted mode&lt;br /&gt;
&lt;br /&gt;
=== Sniffing Data ===&lt;br /&gt;
The following will describe the necessary steps that are needed to sniff data from an Ethernet link.&lt;br /&gt;
==== Local Access ====&lt;br /&gt;
&lt;br /&gt;
If you can access the tapping device locally, open Wireshark and select the Ethernet interface from the Plunder Bug that is connected via the USB cable.&lt;br /&gt;
&lt;br /&gt;
==== Remote Access ====  &lt;br /&gt;
&#039;&#039;&#039;Sniffing Node&#039;&#039;&#039;&lt;br /&gt;
# Make sure that tcpdump and ssh-server is installed &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireshark Machine&#039;&#039;&#039;&lt;br /&gt;
# Configure the SSH Remote capture Interface&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter IP&lt;br /&gt;
## Enter Port (usually 22)&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter Username &amp;amp; Password  &lt;br /&gt;
# Capture Tab:&lt;br /&gt;
## Enter Capturing Interface into Remote Interface&lt;br /&gt;
&lt;br /&gt;
==== Save TCP dumps ====&lt;br /&gt;
#Make sure tcpdump is installed&lt;br /&gt;
# Run tcpdump and log it into a file&lt;br /&gt;
 sudo tcpdump &amp;gt; tcplog.pcap&lt;br /&gt;
&lt;br /&gt;
=== Plunder Bug Usage Example ===&lt;br /&gt;
For this example, we placed the Plunder Bug in a test LAN Network as shown in the network schematic. &lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugExampleTypology.jpg |700px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example, we first perform a network scan with Nmap and then Sniffing data with wire shark.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Performing an Network scan&#039;&#039;&#039;&lt;br /&gt;
  sudo nmap -sP 192.168.1.0/24 -e eth1&lt;br /&gt;
&lt;br /&gt;
-sP option tries to resolve the hostname&lt;br /&gt;
&lt;br /&gt;
-e eth1 defines the Plunder Bug as operating Interface &lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
  Starting Nmap 7.70 ( https://nmap.org ) at 2020-06-03 11:57 CEST&lt;br /&gt;
  Nmap scan report for 192.168.1.1&lt;br /&gt;
  Host is up (0.0035s latency).&lt;br /&gt;
  MAC Address: 00:18:4D:8F:53:0E (Netgear)&lt;br /&gt;
  Nmap scan report for 192.168.1.10&lt;br /&gt;
  Host is up (0.00022s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:13:C7 (Unknown)&lt;br /&gt;
  Nmap scan report for 192.168.1.11&lt;br /&gt;
  Host is up (0.00028s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:0C:17 (Unknown)&lt;br /&gt;
  Nmap done: 256 IP addresses (3 hosts up) scanned in 20.53 seconds&lt;br /&gt;
The output shows that 3 Hosts are online:&lt;br /&gt;
* 192.168.1.1 The Netgear Router&lt;br /&gt;
* 192.168.1.10 Raspberry Pi 1&lt;br /&gt;
* 192.168.1.11 Raspberry Pi 2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Sniff with Wireshark&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Wireshark gives us the following output if we sniff at the Plunder Bug Ethernet interface&lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugSniffing.png |600px]]&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Bash Bunny Plunder Bug]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.hak5.org/hc/en-us/categories/360001482953-Plunder-Bug&lt;br /&gt;
&lt;br /&gt;
[[Category:Pentesting]]&lt;/div&gt;</summary>
		<author><name>MLebenicnik</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5603</id>
		<title>Hak5 Plunder Bug</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5603"/>
		<updated>2020-12-21T22:10:12Z</updated>

		<summary type="html">&lt;p&gt;MLebenicnik: /* Local Access */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:PlunderBug.jpg |thumb|right|600px||Plunder Bug]]&lt;br /&gt;
== Summary == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--This device is an Pocket sized LAN tap. This device can be used for passive eavesdropping and is small enough to be placed everywhere without being recognized.--&amp;gt;&lt;br /&gt;
The Plunder Bug by Hak5 is a LAN Tap device enabling interception and eavesdropping of data communicated through an Ethernet link. Its use cases are diverse, as it could be used as a diagnostic tool supporting troubleshooting in a network. If used for malicious purposes, such as sniffing attacks, it might prove itself effective because of its small form factor and therefore increasing the likelihood of being recognized. It is very easy to use and works out-of-the-box but offers only limited configurability. &lt;br /&gt;
== Description ==&lt;br /&gt;
[[File:PlunderBugTapping.jpg |thumb|right|600px||Plunder Bug Network Deployment]]&lt;br /&gt;
The Plunder Bug can be viewed as a simpler version of a [[Hak5 Packet Squirrel]]. It allows the user to tap network traffic and to access it for network scanning. &lt;br /&gt;
&lt;br /&gt;
=== Device ===&lt;br /&gt;
The device offers two Ethernet ports, each for one of the devices sharing a communication link that we want to sniff the traffic. A USB-C device is used for the attacker. Traffic coming through either of the Ethernet ports will get mirrored to the attacker.&lt;br /&gt;
&lt;br /&gt;
=== Deployment ===&lt;br /&gt;
&lt;br /&gt;
# Connect the Ethernet port of the victim machine with one of the two Ethernet Ports of the Plunder Bug with an short Ethernet cable.&lt;br /&gt;
# Connect the other  Ethernet port with the with the Ethernet cable which was previously plugged in the victim device.&lt;br /&gt;
# Power up the Plunder Bug by Connecting the USB-C female to USB-A male cable with an device which is under your control (preferably a raspberry pi with an battery shield).&lt;br /&gt;
&lt;br /&gt;
==== Plunder Bug Modes ====&lt;br /&gt;
The only configurable parameter for the Plunder Bug is to run it either in a &amp;quot;muted&amp;quot; and &amp;quot;unmuted&amp;quot; mode. The Plunder Bug mirrors all network traffic and sends it to the USB-C port when operating in the muted mode. The unmuted mode gives extra capabilities compared to the muted mode. In addition to passively listening to traffic, the USB-C port is used for sending frames out on the link, effectively making it a small portable switch. This mode would also allow one to perform network scans from the attacking device. According to specification in [https://docs.hak5.org/hc/en-us/articles/360018810834-About-Mode-Switching-on-the-Plunder-Bug], the device is set to unmuted mode by default.&lt;br /&gt;
&lt;br /&gt;
To change between the Plunder Bug modes downlaod the shell script from [https://downloads.hak5.org/bug downloads.hak5.org]:&lt;br /&gt;
&lt;br /&gt;
Shell script usage:&lt;br /&gt;
* make it executable with &amp;lt;code&amp;gt; chmod +x ./plunderbug.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
* run the script as root or superuser:&lt;br /&gt;
&lt;br /&gt;
 ./plunderbug.sh [options]&lt;br /&gt;
 &lt;br /&gt;
 Options:&lt;br /&gt;
      --mute                 to use mute mode&lt;br /&gt;
      --unmute               to use unmuted mode&lt;br /&gt;
&lt;br /&gt;
=== Sniffing Data ===&lt;br /&gt;
The following will describe the necessary steps that are needed to sniff data from an Ethernet link.&lt;br /&gt;
==== Local Access ====&lt;br /&gt;
&lt;br /&gt;
If you can access the tapping device locally, open Wireshark and select the Ethernet interface from the Plunder Bug connected via the USB cable.&lt;br /&gt;
&lt;br /&gt;
==== Remote Access ====  &lt;br /&gt;
&#039;&#039;&#039;Sniffing Node&#039;&#039;&#039;&lt;br /&gt;
# Make sure that tcpdump and ssh-server is installed &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireshark Machine&#039;&#039;&#039;&lt;br /&gt;
# Configure the SSH Remote capture Interface&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter IP&lt;br /&gt;
## Enter Port (usually 22)&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter Username &amp;amp; Password  &lt;br /&gt;
# Capture Tab:&lt;br /&gt;
## Enter Capturing Interface into Remote Interface&lt;br /&gt;
&lt;br /&gt;
==== Save TCP dumps ====&lt;br /&gt;
#Make sure tcpdump is installed&lt;br /&gt;
# Run tcpdump and log it into a file&lt;br /&gt;
 sudo tcpdump &amp;gt; tcplog.pcap&lt;br /&gt;
&lt;br /&gt;
=== Plunder Bug Usage Example ===&lt;br /&gt;
For this example, we placed the Plunder Bug in a test LAN Network as shown in the network schematic. &lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugExampleTypology.jpg |700px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example, we first perform a network scan with Nmap and then Sniffing data with wire shark.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Performing an Network scan&#039;&#039;&#039;&lt;br /&gt;
  sudo nmap -sP 192.168.1.0/24 -e eth1&lt;br /&gt;
&lt;br /&gt;
-sP option tries to resolve the hostname&lt;br /&gt;
&lt;br /&gt;
-e eth1 defines the Plunder Bug as operating Interface &lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
  Starting Nmap 7.70 ( https://nmap.org ) at 2020-06-03 11:57 CEST&lt;br /&gt;
  Nmap scan report for 192.168.1.1&lt;br /&gt;
  Host is up (0.0035s latency).&lt;br /&gt;
  MAC Address: 00:18:4D:8F:53:0E (Netgear)&lt;br /&gt;
  Nmap scan report for 192.168.1.10&lt;br /&gt;
  Host is up (0.00022s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:13:C7 (Unknown)&lt;br /&gt;
  Nmap scan report for 192.168.1.11&lt;br /&gt;
  Host is up (0.00028s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:0C:17 (Unknown)&lt;br /&gt;
  Nmap done: 256 IP addresses (3 hosts up) scanned in 20.53 seconds&lt;br /&gt;
The output shows that 3 Hosts are online:&lt;br /&gt;
* 192.168.1.1 The Netgear Router&lt;br /&gt;
* 192.168.1.10 Raspberry Pi 1&lt;br /&gt;
* 192.168.1.11 Raspberry Pi 2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Sniff with Wireshark&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Wireshark gives us the following output if we sniff at the Plunder Bug Ethernet interface&lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugSniffing.png |600px]]&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Bash Bunny Plunder Bug]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.hak5.org/hc/en-us/categories/360001482953-Plunder-Bug&lt;br /&gt;
&lt;br /&gt;
[[Category:Pentesting]]&lt;/div&gt;</summary>
		<author><name>MLebenicnik</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5601</id>
		<title>Hak5 Plunder Bug</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5601"/>
		<updated>2020-12-21T21:56:43Z</updated>

		<summary type="html">&lt;p&gt;MLebenicnik: /* Sniffing Data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:PlunderBug.jpg |thumb|right|600px||Plunder Bug]]&lt;br /&gt;
== Summary == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--This device is an Pocket sized LAN tap. This device can be used for passive eavesdropping and is small enough to be placed everywhere without being recognized.--&amp;gt;&lt;br /&gt;
The Plunder Bug by Hak5 is a LAN Tap device enabling interception and eavesdropping of data communicated through an Ethernet link. Its use cases are diverse, as it could be used as a diagnostic tool supporting troubleshooting in a network. If used for malicious purposes, such as sniffing attacks, it might prove itself effective because of its small form factor and therefore increasing the likelihood of being recognized. It is very easy to use and works out-of-the-box but offers only limited configurability. &lt;br /&gt;
== Description ==&lt;br /&gt;
[[File:PlunderBugTapping.jpg |thumb|right|600px||Plunder Bug Network Deployment]]&lt;br /&gt;
The Plunder Bug can be viewed as a simpler version of a [[Hak5 Packet Squirrel]]. It allows the user to tap network traffic and to access it for network scanning. &lt;br /&gt;
&lt;br /&gt;
=== Device ===&lt;br /&gt;
The device offers two Ethernet ports, each for one of the devices sharing a communication link that we want to sniff the traffic. A USB-C device is used for the attacker. Traffic coming through either of the Ethernet ports will get mirrored to the attacker.&lt;br /&gt;
&lt;br /&gt;
=== Deployment ===&lt;br /&gt;
&lt;br /&gt;
# Connect the Ethernet port of the victim machine with one of the two Ethernet Ports of the Plunder Bug with an short Ethernet cable.&lt;br /&gt;
# Connect the other  Ethernet port with the with the Ethernet cable which was previously plugged in the victim device.&lt;br /&gt;
# Power up the Plunder Bug by Connecting the USB-C female to USB-A male cable with an device which is under your control (preferably a raspberry pi with an battery shield).&lt;br /&gt;
&lt;br /&gt;
==== Plunder Bug Modes ====&lt;br /&gt;
The only configurable parameter for the Plunder Bug is to run it either in a &amp;quot;muted&amp;quot; and &amp;quot;unmuted&amp;quot; mode. The Plunder Bug mirrors all network traffic and sends it to the USB-C port when operating in the muted mode. The unmuted mode gives extra capabilities compared to the muted mode. In addition to passively listening to traffic, the USB-C port is used for sending frames out on the link, effectively making it a small portable switch. This mode would also allow one to perform network scans from the attacking device. According to specification in [https://docs.hak5.org/hc/en-us/articles/360018810834-About-Mode-Switching-on-the-Plunder-Bug], the device is set to unmuted mode by default.&lt;br /&gt;
&lt;br /&gt;
To change between the Plunder Bug modes downlaod the shell script from [https://downloads.hak5.org/bug downloads.hak5.org]:&lt;br /&gt;
&lt;br /&gt;
Shell script usage:&lt;br /&gt;
* make it executable with &amp;lt;code&amp;gt; chmod +x ./plunderbug.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
* run the script as root or superuser:&lt;br /&gt;
&lt;br /&gt;
 ./plunderbug.sh [options]&lt;br /&gt;
 &lt;br /&gt;
 Options:&lt;br /&gt;
      --mute                 to use mute mode&lt;br /&gt;
      --unmute               to use unmuted mode&lt;br /&gt;
&lt;br /&gt;
=== Sniffing Data ===&lt;br /&gt;
The following will describe the necessary steps that are needed to sniff data from an Ethernet link.&lt;br /&gt;
==== Local Access ====&lt;br /&gt;
&lt;br /&gt;
If you can access the tapping device locally, open Wireshark and select the Ethernet interface from the Plunder Bug that is connected via the USB cable.&lt;br /&gt;
&lt;br /&gt;
==== Remote Access ====  &lt;br /&gt;
&#039;&#039;&#039;Sniffing Node&#039;&#039;&#039;&lt;br /&gt;
# Make sure that tcpdump and ssh-server is installed &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireshark Machine&#039;&#039;&#039;&lt;br /&gt;
# Configure the SSH Remote capture Interface&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter IP&lt;br /&gt;
## Enter Port (usually 22)&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter Username &amp;amp; Password  &lt;br /&gt;
# Capture Tab:&lt;br /&gt;
## Enter Capturing Interface into Remote Interface&lt;br /&gt;
&lt;br /&gt;
==== Save TCP dumps ====&lt;br /&gt;
#Make sure tcpdump is installed&lt;br /&gt;
# Run tcpdump and log it into a file&lt;br /&gt;
 sudo tcpdump &amp;gt; tcplog.pcap&lt;br /&gt;
&lt;br /&gt;
=== Plunder Bug Usage Example ===&lt;br /&gt;
For this example, we placed the Plunder Bug in a test LAN Network as shown in the network schematic. &lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugExampleTypology.jpg |700px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example, we first perform a network scan with Nmap and then Sniffing data with wire shark.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Performing an Network scan&#039;&#039;&#039;&lt;br /&gt;
  sudo nmap -sP 192.168.1.0/24 -e eth1&lt;br /&gt;
&lt;br /&gt;
-sP option tries to resolve the hostname&lt;br /&gt;
&lt;br /&gt;
-e eth1 defines the Plunder Bug as operating Interface &lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
  Starting Nmap 7.70 ( https://nmap.org ) at 2020-06-03 11:57 CEST&lt;br /&gt;
  Nmap scan report for 192.168.1.1&lt;br /&gt;
  Host is up (0.0035s latency).&lt;br /&gt;
  MAC Address: 00:18:4D:8F:53:0E (Netgear)&lt;br /&gt;
  Nmap scan report for 192.168.1.10&lt;br /&gt;
  Host is up (0.00022s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:13:C7 (Unknown)&lt;br /&gt;
  Nmap scan report for 192.168.1.11&lt;br /&gt;
  Host is up (0.00028s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:0C:17 (Unknown)&lt;br /&gt;
  Nmap done: 256 IP addresses (3 hosts up) scanned in 20.53 seconds&lt;br /&gt;
The output shows that 3 Hosts are online:&lt;br /&gt;
* 192.168.1.1 The Netgear Router&lt;br /&gt;
* 192.168.1.10 Raspberry Pi 1&lt;br /&gt;
* 192.168.1.11 Raspberry Pi 2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Sniff with Wireshark&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Wireshark gives us the following output if we sniff at the Plunder Bug Ethernet interface&lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugSniffing.png |600px]]&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Bash Bunny Plunder Bug]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.hak5.org/hc/en-us/categories/360001482953-Plunder-Bug&lt;br /&gt;
&lt;br /&gt;
[[Category:Pentesting]]&lt;/div&gt;</summary>
		<author><name>MLebenicnik</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5600</id>
		<title>Hak5 Plunder Bug</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5600"/>
		<updated>2020-12-21T21:51:46Z</updated>

		<summary type="html">&lt;p&gt;MLebenicnik: /* Local Access */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:PlunderBug.jpg |thumb|right|600px||Plunder Bug]]&lt;br /&gt;
== Summary == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--This device is an Pocket sized LAN tap. This device can be used for passive eavesdropping and is small enough to be placed everywhere without being recognized.--&amp;gt;&lt;br /&gt;
The Plunder Bug by Hak5 is a LAN Tap device enabling interception and eavesdropping of data communicated through an Ethernet link. Its use cases are diverse, as it could be used as a diagnostic tool supporting troubleshooting in a network. If used for malicious purposes, such as sniffing attacks, it might prove itself effective because of its small form factor and therefore increasing the likelihood of being recognized. It is very easy to use and works out-of-the-box but offers only limited configurability. &lt;br /&gt;
== Description ==&lt;br /&gt;
[[File:PlunderBugTapping.jpg |thumb|right|600px||Plunder Bug Network Deployment]]&lt;br /&gt;
The Plunder Bug can be viewed as a simpler version of a [[Hak5 Packet Squirrel]]. It allows the user to tap network traffic and to access it for network scanning. &lt;br /&gt;
&lt;br /&gt;
=== Device ===&lt;br /&gt;
The device offers two Ethernet ports, each for one of the devices sharing a communication link that we want to sniff the traffic. A USB-C device is used for the attacker. Traffic coming through either of the Ethernet ports will get mirrored to the attacker.&lt;br /&gt;
&lt;br /&gt;
=== Deployment ===&lt;br /&gt;
&lt;br /&gt;
# Connect the Ethernet port of the victim machine with one of the two Ethernet Ports of the Plunder Bug with an short Ethernet cable.&lt;br /&gt;
# Connect the other  Ethernet port with the with the Ethernet cable which was previously plugged in the victim device.&lt;br /&gt;
# Power up the Plunder Bug by Connecting the USB-C female to USB-A male cable with an device which is under your control (preferably a raspberry pi with an battery shield).&lt;br /&gt;
&lt;br /&gt;
==== Plunder Bug Modes ====&lt;br /&gt;
The only configurable parameter for the Plunder Bug is to run it either in a &amp;quot;muted&amp;quot; and &amp;quot;unmuted&amp;quot; mode. The Plunder Bug mirrors all network traffic and sends it to the USB-C port when operating in the muted mode. The unmuted mode gives extra capabilities compared to the muted mode. In addition to passively listening to traffic, the USB-C port is used for sending frames out on the link, effectively making it a small portable switch. This mode would also allow one to perform network scans from the attacking device. According to specification in [https://docs.hak5.org/hc/en-us/articles/360018810834-About-Mode-Switching-on-the-Plunder-Bug], the device is set to unmuted mode by default.&lt;br /&gt;
&lt;br /&gt;
To change between the Plunder Bug modes downlaod the shell script from [https://downloads.hak5.org/bug downloads.hak5.org]:&lt;br /&gt;
&lt;br /&gt;
Shell script usage:&lt;br /&gt;
* make it executable with &amp;lt;code&amp;gt; chmod +x ./plunderbug.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
* run the script as root or superuser:&lt;br /&gt;
&lt;br /&gt;
 ./plunderbug.sh [options]&lt;br /&gt;
 &lt;br /&gt;
 Options:&lt;br /&gt;
      --mute                 to use mute mode&lt;br /&gt;
      --unmute               to use unmuted mode&lt;br /&gt;
&lt;br /&gt;
=== Sniffing Data ===&lt;br /&gt;
&lt;br /&gt;
==== Local Access ====&lt;br /&gt;
&lt;br /&gt;
If you can access the tapping device locally, open Wireshark and select the Ethernet interface from the Plunder Bug that is connected via the USB cable.&lt;br /&gt;
&lt;br /&gt;
==== Remote Access ====  &lt;br /&gt;
&#039;&#039;&#039;Sniffing Node&#039;&#039;&#039;&lt;br /&gt;
# Make sure that tcpdump and ssh-server is installed &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireshark Machine&#039;&#039;&#039;&lt;br /&gt;
# Configure the SSH Remote capture Interface&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter IP&lt;br /&gt;
## Enter Port (usually 22)&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter Username &amp;amp; Password  &lt;br /&gt;
# Capture Tab:&lt;br /&gt;
## Enter Capturing Interface into Remote Interface&lt;br /&gt;
&lt;br /&gt;
==== Save TCP dumps ====&lt;br /&gt;
#Make sure tcpdump is installed&lt;br /&gt;
# Run tcpdump and log it into a file&lt;br /&gt;
 sudo tcpdump &amp;gt; tcplog.pcap&lt;br /&gt;
&lt;br /&gt;
=== Plunder Bug Usage Example ===&lt;br /&gt;
For this example, we placed the Plunder Bug in a test LAN Network as shown in the network schematic. &lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugExampleTypology.jpg |700px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example, we first perform a network scan with Nmap and then Sniffing data with wire shark.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Performing an Network scan&#039;&#039;&#039;&lt;br /&gt;
  sudo nmap -sP 192.168.1.0/24 -e eth1&lt;br /&gt;
&lt;br /&gt;
-sP option tries to resolve the hostname&lt;br /&gt;
&lt;br /&gt;
-e eth1 defines the Plunder Bug as operating Interface &lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
  Starting Nmap 7.70 ( https://nmap.org ) at 2020-06-03 11:57 CEST&lt;br /&gt;
  Nmap scan report for 192.168.1.1&lt;br /&gt;
  Host is up (0.0035s latency).&lt;br /&gt;
  MAC Address: 00:18:4D:8F:53:0E (Netgear)&lt;br /&gt;
  Nmap scan report for 192.168.1.10&lt;br /&gt;
  Host is up (0.00022s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:13:C7 (Unknown)&lt;br /&gt;
  Nmap scan report for 192.168.1.11&lt;br /&gt;
  Host is up (0.00028s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:0C:17 (Unknown)&lt;br /&gt;
  Nmap done: 256 IP addresses (3 hosts up) scanned in 20.53 seconds&lt;br /&gt;
The output shows that 3 Hosts are online:&lt;br /&gt;
* 192.168.1.1 The Netgear Router&lt;br /&gt;
* 192.168.1.10 Raspberry Pi 1&lt;br /&gt;
* 192.168.1.11 Raspberry Pi 2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Sniff with Wireshark&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Wireshark gives us the following output if we sniff at the Plunder Bug Ethernet interface&lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugSniffing.png |600px]]&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Bash Bunny Plunder Bug]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.hak5.org/hc/en-us/categories/360001482953-Plunder-Bug&lt;br /&gt;
&lt;br /&gt;
[[Category:Pentesting]]&lt;/div&gt;</summary>
		<author><name>MLebenicnik</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5599</id>
		<title>Hak5 Plunder Bug</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5599"/>
		<updated>2020-12-21T21:46:48Z</updated>

		<summary type="html">&lt;p&gt;MLebenicnik: /* Plunder Bug Usage Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:PlunderBug.jpg |thumb|right|600px||Plunder Bug]]&lt;br /&gt;
== Summary == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--This device is an Pocket sized LAN tap. This device can be used for passive eavesdropping and is small enough to be placed everywhere without being recognized.--&amp;gt;&lt;br /&gt;
The Plunder Bug by Hak5 is a LAN Tap device enabling interception and eavesdropping of data communicated through an Ethernet link. Its use cases are diverse, as it could be used as a diagnostic tool supporting troubleshooting in a network. If used for malicious purposes, such as sniffing attacks, it might prove itself effective because of its small form factor and therefore increasing the likelihood of being recognized. It is very easy to use and works out-of-the-box but offers only limited configurability. &lt;br /&gt;
== Description ==&lt;br /&gt;
[[File:PlunderBugTapping.jpg |thumb|right|600px||Plunder Bug Network Deployment]]&lt;br /&gt;
The Plunder Bug can be viewed as a simpler version of a [[Hak5 Packet Squirrel]]. It allows the user to tap network traffic and to access it for network scanning. &lt;br /&gt;
&lt;br /&gt;
=== Device ===&lt;br /&gt;
The device offers two Ethernet ports, each for one of the devices sharing a communication link that we want to sniff the traffic. A USB-C device is used for the attacker. Traffic coming through either of the Ethernet ports will get mirrored to the attacker.&lt;br /&gt;
&lt;br /&gt;
=== Deployment ===&lt;br /&gt;
&lt;br /&gt;
# Connect the Ethernet port of the victim machine with one of the two Ethernet Ports of the Plunder Bug with an short Ethernet cable.&lt;br /&gt;
# Connect the other  Ethernet port with the with the Ethernet cable which was previously plugged in the victim device.&lt;br /&gt;
# Power up the Plunder Bug by Connecting the USB-C female to USB-A male cable with an device which is under your control (preferably a raspberry pi with an battery shield).&lt;br /&gt;
&lt;br /&gt;
==== Plunder Bug Modes ====&lt;br /&gt;
The only configurable parameter for the Plunder Bug is to run it either in a &amp;quot;muted&amp;quot; and &amp;quot;unmuted&amp;quot; mode. The Plunder Bug mirrors all network traffic and sends it to the USB-C port when operating in the muted mode. The unmuted mode gives extra capabilities compared to the muted mode. In addition to passively listening to traffic, the USB-C port is used for sending frames out on the link, effectively making it a small portable switch. This mode would also allow one to perform network scans from the attacking device. According to specification in [https://docs.hak5.org/hc/en-us/articles/360018810834-About-Mode-Switching-on-the-Plunder-Bug], the device is set to unmuted mode by default.&lt;br /&gt;
&lt;br /&gt;
To change between the Plunder Bug modes downlaod the shell script from [https://downloads.hak5.org/bug downloads.hak5.org]:&lt;br /&gt;
&lt;br /&gt;
Shell script usage:&lt;br /&gt;
* make it executable with &amp;lt;code&amp;gt; chmod +x ./plunderbug.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
* run the script as root or superuser:&lt;br /&gt;
&lt;br /&gt;
 ./plunderbug.sh [options]&lt;br /&gt;
 &lt;br /&gt;
 Options:&lt;br /&gt;
      --mute                 to use mute mode&lt;br /&gt;
      --unmute               to use unmuted mode&lt;br /&gt;
&lt;br /&gt;
=== Sniffing Data ===&lt;br /&gt;
&lt;br /&gt;
==== Local Access ====&lt;br /&gt;
&lt;br /&gt;
If you can access the tapping device locally, open Wireshark and use the ethernet interface, which gets deployed from the Plunder Bug with the USB cable.&lt;br /&gt;
&lt;br /&gt;
==== Remote Access ====  &lt;br /&gt;
&#039;&#039;&#039;Sniffing Node&#039;&#039;&#039;&lt;br /&gt;
# Make sure that tcpdump and ssh-server is installed &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireshark Machine&#039;&#039;&#039;&lt;br /&gt;
# Configure the SSH Remote capture Interface&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter IP&lt;br /&gt;
## Enter Port (usually 22)&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter Username &amp;amp; Password  &lt;br /&gt;
# Capture Tab:&lt;br /&gt;
## Enter Capturing Interface into Remote Interface&lt;br /&gt;
&lt;br /&gt;
==== Save TCP dumps ====&lt;br /&gt;
#Make sure tcpdump is installed&lt;br /&gt;
# Run tcpdump and log it into a file&lt;br /&gt;
 sudo tcpdump &amp;gt; tcplog.pcap&lt;br /&gt;
&lt;br /&gt;
=== Plunder Bug Usage Example ===&lt;br /&gt;
For this example, we placed the Plunder Bug in a test LAN Network as shown in the network schematic. &lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugExampleTypology.jpg |700px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example, we first perform a network scan with Nmap and then Sniffing data with wire shark.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Performing an Network scan&#039;&#039;&#039;&lt;br /&gt;
  sudo nmap -sP 192.168.1.0/24 -e eth1&lt;br /&gt;
&lt;br /&gt;
-sP option tries to resolve the hostname&lt;br /&gt;
&lt;br /&gt;
-e eth1 defines the Plunder Bug as operating Interface &lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
  Starting Nmap 7.70 ( https://nmap.org ) at 2020-06-03 11:57 CEST&lt;br /&gt;
  Nmap scan report for 192.168.1.1&lt;br /&gt;
  Host is up (0.0035s latency).&lt;br /&gt;
  MAC Address: 00:18:4D:8F:53:0E (Netgear)&lt;br /&gt;
  Nmap scan report for 192.168.1.10&lt;br /&gt;
  Host is up (0.00022s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:13:C7 (Unknown)&lt;br /&gt;
  Nmap scan report for 192.168.1.11&lt;br /&gt;
  Host is up (0.00028s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:0C:17 (Unknown)&lt;br /&gt;
  Nmap done: 256 IP addresses (3 hosts up) scanned in 20.53 seconds&lt;br /&gt;
The output shows that 3 Hosts are online:&lt;br /&gt;
* 192.168.1.1 The Netgear Router&lt;br /&gt;
* 192.168.1.10 Raspberry Pi 1&lt;br /&gt;
* 192.168.1.11 Raspberry Pi 2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Sniff with Wireshark&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Wireshark gives us the following output if we sniff at the Plunder Bug Ethernet interface&lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugSniffing.png |600px]]&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Bash Bunny Plunder Bug]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.hak5.org/hc/en-us/categories/360001482953-Plunder-Bug&lt;br /&gt;
&lt;br /&gt;
[[Category:Pentesting]]&lt;/div&gt;</summary>
		<author><name>MLebenicnik</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5582</id>
		<title>Hak5 Plunder Bug</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5582"/>
		<updated>2020-12-21T20:26:16Z</updated>

		<summary type="html">&lt;p&gt;MLebenicnik: /* Plunder Bug Usage Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:PlunderBug.jpg |thumb|right|600px||Plunder Bug]]&lt;br /&gt;
== Summary == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--This device is an Pocket sized LAN tap. This device can be used for passive eavesdropping and is small enough to be placed everywhere without being recognized.--&amp;gt;&lt;br /&gt;
The Plunder Bug by Hak5 is a LAN Tap device enabling interception and eavesdropping of data communicated through an Ethernet link. Its use cases are diverse, as it could be used as a diagnostic tool supporting troubleshooting in a network. If used for malicious purposes, such as sniffing attacks, it might prove itself effective because of its small form factor and therefore increasing the likelihood of being recognized. It is very easy to use and works out-of-the-box but offers only limited configurability. &lt;br /&gt;
== Description ==&lt;br /&gt;
[[File:PlunderBugTapping.jpg |thumb|right|600px||Plunder Bug Network Deployment]]&lt;br /&gt;
The Plunder Bug can be viewed as a simpler version of a [[Hak5 Packet Squirrel]]. It allows the user to tap network traffic and to access it for network scanning. &lt;br /&gt;
&lt;br /&gt;
=== Device ===&lt;br /&gt;
The device offers two Ethernet ports, each for one of the devices sharing a communication link that we want to sniff the traffic. A USB-C device is used for the attacker. Traffic coming through either of the Ethernet ports will get mirrored to the attacker.&lt;br /&gt;
&lt;br /&gt;
=== Deployment ===&lt;br /&gt;
&lt;br /&gt;
# Connect the Ethernet port of the victim machine with one of the two Ethernet Ports of the Plunder Bug with an short Ethernet cable.&lt;br /&gt;
# Connect the other  Ethernet port with the with the Ethernet cable which was previously plugged in the victim device.&lt;br /&gt;
# Power up the Plunder Bug by Connecting the USB-C female to USB-A male cable with an device which is under your control (preferably a raspberry pi with an battery shield).&lt;br /&gt;
&lt;br /&gt;
==== Plunder Bug Modes ====&lt;br /&gt;
The only configurable parameter for the Plunder Bug is to run it either in a &amp;quot;muted&amp;quot; and &amp;quot;unmuted&amp;quot; mode. The Plunder Bug mirrors all network traffic and sends it to the USB-C port when operating in the muted mode. The unmuted mode gives extra capabilities compared to the muted mode. In addition to passively listening to traffic, the USB-C port is used for sending frames out on the link, effectively making it a small portable switch. This mode would also allow one to perform network scans from the attacking device. According to specification in [https://docs.hak5.org/hc/en-us/articles/360018810834-About-Mode-Switching-on-the-Plunder-Bug], the device is set to unmuted mode by default.&lt;br /&gt;
&lt;br /&gt;
To change between the Plunder Bug modes downlaod the shell script from [https://downloads.hak5.org/bug downloads.hak5.org]:&lt;br /&gt;
&lt;br /&gt;
Shell script usage:&lt;br /&gt;
* make it executable with &amp;lt;code&amp;gt; chmod +x ./plunderbug.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
* run the script as root or superuser:&lt;br /&gt;
&lt;br /&gt;
 ./plunderbug.sh [options]&lt;br /&gt;
 &lt;br /&gt;
 Options:&lt;br /&gt;
      --mute                 to use mute mode&lt;br /&gt;
      --unmute               to use unmuted mode&lt;br /&gt;
&lt;br /&gt;
=== Sniffing Data ===&lt;br /&gt;
&lt;br /&gt;
==== Local Access ====&lt;br /&gt;
&lt;br /&gt;
If you can access the tapping device locally, open Wireshark and use the ethernet interface, which gets deployed from the Plunder Bug with the USB cable.&lt;br /&gt;
&lt;br /&gt;
==== Remote Access ====  &lt;br /&gt;
&#039;&#039;&#039;Sniffing Node&#039;&#039;&#039;&lt;br /&gt;
# Make sure that tcpdump and ssh-server is installed &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireshark Machine&#039;&#039;&#039;&lt;br /&gt;
# Configure the SSH Remote capture Interface&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter IP&lt;br /&gt;
## Enter Port (usually 22)&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter Username &amp;amp; Password  &lt;br /&gt;
# Capture Tab:&lt;br /&gt;
## Enter Capturing Interface into Remote Interface&lt;br /&gt;
&lt;br /&gt;
==== Save TCP dumps ====&lt;br /&gt;
#Make sure tcpdump is installed&lt;br /&gt;
# Run tcpdump and log it into a file&lt;br /&gt;
 sudo tcpdump &amp;gt; tcplog.pcap&lt;br /&gt;
&lt;br /&gt;
=== Plunder Bug Usage Example ===&lt;br /&gt;
For this example, we placed the Plunder Bug in a test LAN Network which is shown in the network schematic. &lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugExampleTypology.jpg |700px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example, we first perform a network scan with Nmap and than Sniffing data with wire shark.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Performing an Network scan&#039;&#039;&#039;&lt;br /&gt;
  sudo nmap -sP 192.168.1.0/24 -e eth1&lt;br /&gt;
&lt;br /&gt;
-sP option tries to resolve the hostname&lt;br /&gt;
&lt;br /&gt;
-e eth1 defines the Plunder Bug as operating Interface &lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
  Starting Nmap 7.70 ( https://nmap.org ) at 2020-06-03 11:57 CEST&lt;br /&gt;
  Nmap scan report for 192.168.1.1&lt;br /&gt;
  Host is up (0.0035s latency).&lt;br /&gt;
  MAC Address: 00:18:4D:8F:53:0E (Netgear)&lt;br /&gt;
  Nmap scan report for 192.168.1.10&lt;br /&gt;
  Host is up (0.00022s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:13:C7 (Unknown)&lt;br /&gt;
  Nmap scan report for 192.168.1.11&lt;br /&gt;
  Host is up (0.00028s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:0C:17 (Unknown)&lt;br /&gt;
  Nmap done: 256 IP addresses (3 hosts up) scanned in 20.53 seconds&lt;br /&gt;
The output shows that 3 Hosts are online:&lt;br /&gt;
* 192.168.1.1 The Netgear Router&lt;br /&gt;
* 192.168.1.10 Raspberry Pi 1&lt;br /&gt;
* 192.168.1.11 Raspberry Pi 2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Sniff with Wireshark&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Wireshark gives us the following output if we sniff at the Plunder Bug Ethernet interface&lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugSniffing.png |600px]]&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Bash Bunny Plunder Bug]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.hak5.org/hc/en-us/categories/360001482953-Plunder-Bug&lt;br /&gt;
&lt;br /&gt;
[[Category:Pentesting]]&lt;/div&gt;</summary>
		<author><name>MLebenicnik</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5577</id>
		<title>Hak5 Plunder Bug</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5577"/>
		<updated>2020-12-21T20:18:44Z</updated>

		<summary type="html">&lt;p&gt;MLebenicnik: /* Plunder Bug Modes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:PlunderBug.jpg |thumb|right|600px||Plunder Bug]]&lt;br /&gt;
== Summary == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--This device is an Pocket sized LAN tap. This device can be used for passive eavesdropping and is small enough to be placed everywhere without being recognized.--&amp;gt;&lt;br /&gt;
The Plunder Bug by Hak5 is a LAN Tap device enabling interception and eavesdropping of data communicated through an Ethernet link. Its use cases are diverse, as it could be used as a diagnostic tool supporting troubleshooting in a network. If used for malicious purposes, such as sniffing attacks, it might prove itself effective because of its small form factor and therefore increasing the likelihood of being recognized. It is very easy to use and works out-of-the-box but offers only limited configurability. &lt;br /&gt;
== Description ==&lt;br /&gt;
[[File:PlunderBugTapping.jpg |thumb|right|600px||Plunder Bug Network Deployment]]&lt;br /&gt;
The Plunder Bug can be viewed as a simpler version of a [[Hak5 Packet Squirrel]]. It allows the user to tap network traffic and to access it for network scanning. &lt;br /&gt;
&lt;br /&gt;
=== Device ===&lt;br /&gt;
The device offers two Ethernet ports, each for one of the devices sharing a communication link that we want to sniff the traffic. A USB-C device is used for the attacker. Traffic coming through either of the Ethernet ports will get mirrored to the attacker.&lt;br /&gt;
&lt;br /&gt;
=== Deployment ===&lt;br /&gt;
&lt;br /&gt;
# Connect the Ethernet port of the victim machine with one of the two Ethernet Ports of the Plunder Bug with an short Ethernet cable.&lt;br /&gt;
# Connect the other  Ethernet port with the with the Ethernet cable which was previously plugged in the victim device.&lt;br /&gt;
# Power up the Plunder Bug by Connecting the USB-C female to USB-A male cable with an device which is under your control (preferably a raspberry pi with an battery shield).&lt;br /&gt;
&lt;br /&gt;
==== Plunder Bug Modes ====&lt;br /&gt;
The only configurable parameter for the Plunder Bug is to run it either in a &amp;quot;muted&amp;quot; and &amp;quot;unmuted&amp;quot; mode. The Plunder Bug mirrors all network traffic and sends it to the USB-C port when operating in the muted mode. The unmuted mode gives extra capabilities compared to the muted mode. In addition to passively listening to traffic, the USB-C port is used for sending frames out on the link, effectively making it a small portable switch. This mode would also allow one to perform network scans from the attacking device. According to specification in [https://docs.hak5.org/hc/en-us/articles/360018810834-About-Mode-Switching-on-the-Plunder-Bug], the device is set to unmuted mode by default.&lt;br /&gt;
&lt;br /&gt;
To change between the Plunder Bug modes downlaod the shell script from [https://downloads.hak5.org/bug downloads.hak5.org]:&lt;br /&gt;
&lt;br /&gt;
Shell script usage:&lt;br /&gt;
* make it executable with &amp;lt;code&amp;gt; chmod +x ./plunderbug.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
* run the script as root or superuser:&lt;br /&gt;
&lt;br /&gt;
 ./plunderbug.sh [options]&lt;br /&gt;
 &lt;br /&gt;
 Options:&lt;br /&gt;
      --mute                 to use mute mode&lt;br /&gt;
      --unmute               to use unmuted mode&lt;br /&gt;
&lt;br /&gt;
=== Sniffing Data ===&lt;br /&gt;
&lt;br /&gt;
==== Local Access ====&lt;br /&gt;
&lt;br /&gt;
If you can access the tapping device locally, open Wireshark and use the ethernet interface, which gets deployed from the Plunder Bug with the USB cable.&lt;br /&gt;
&lt;br /&gt;
==== Remote Access ====  &lt;br /&gt;
&#039;&#039;&#039;Sniffing Node&#039;&#039;&#039;&lt;br /&gt;
# Make sure that tcpdump and ssh-server is installed &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireshark Machine&#039;&#039;&#039;&lt;br /&gt;
# Configure the SSH Remote capture Interface&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter IP&lt;br /&gt;
## Enter Port (usually 22)&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter Username &amp;amp; Password  &lt;br /&gt;
# Capture Tab:&lt;br /&gt;
## Enter Capturing Interface into Remote Interface&lt;br /&gt;
&lt;br /&gt;
==== Save TCP dumps ====&lt;br /&gt;
#Make sure tcpdump is installed&lt;br /&gt;
# Run tcpdump and log it into a file&lt;br /&gt;
 sudo tcpdump &amp;gt; tcplog.pcap&lt;br /&gt;
&lt;br /&gt;
=== Plunder Bug Usage Example ===&lt;br /&gt;
For this Example we placed the Plunder Bug in an test LAN Network which is shown in the network schematic. &lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugExampleTypology.jpg |700px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example we first perform an network scan with nmap and than Sniffing data with wire shark.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Performing an Network scan&#039;&#039;&#039;&lt;br /&gt;
  sudo nmap -sP 192.168.1.0/24 -e eth1&lt;br /&gt;
&lt;br /&gt;
-sP option tries to resolve the hostname&lt;br /&gt;
&lt;br /&gt;
-e eth1 defines the Plunder Bug as operating Interface &lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
  Starting Nmap 7.70 ( https://nmap.org ) at 2020-06-03 11:57 CEST&lt;br /&gt;
  Nmap scan report for 192.168.1.1&lt;br /&gt;
  Host is up (0.0035s latency).&lt;br /&gt;
  MAC Address: 00:18:4D:8F:53:0E (Netgear)&lt;br /&gt;
  Nmap scan report for 192.168.1.10&lt;br /&gt;
  Host is up (0.00022s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:13:C7 (Unknown)&lt;br /&gt;
  Nmap scan report for 192.168.1.11&lt;br /&gt;
  Host is up (0.00028s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:0C:17 (Unknown)&lt;br /&gt;
  Nmap done: 256 IP addresses (3 hosts up) scanned in 20.53 seconds&lt;br /&gt;
The output shows that 3 Hosts are online:&lt;br /&gt;
* 192.168.1.1 The Netgear Router&lt;br /&gt;
* 192.168.1.10 Raspberry Pi 1&lt;br /&gt;
* 192.168.1.11 Raspberry Pi 2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Sniff with Wireshark&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Wireshark gives us the following output if we sniff at the Plunder Bug Ethernet interface&lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugSniffing.png |600px]]&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Bash Bunny Plunder Bug]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.hak5.org/hc/en-us/categories/360001482953-Plunder-Bug&lt;br /&gt;
&lt;br /&gt;
[[Category:Pentesting]]&lt;/div&gt;</summary>
		<author><name>MLebenicnik</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5573</id>
		<title>Hak5 Plunder Bug</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5573"/>
		<updated>2020-12-21T20:15:58Z</updated>

		<summary type="html">&lt;p&gt;MLebenicnik: /* Save TCP dumps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:PlunderBug.jpg |thumb|right|600px||Plunder Bug]]&lt;br /&gt;
== Summary == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--This device is an Pocket sized LAN tap. This device can be used for passive eavesdropping and is small enough to be placed everywhere without being recognized.--&amp;gt;&lt;br /&gt;
The Plunder Bug by Hak5 is a LAN Tap device enabling interception and eavesdropping of data communicated through an Ethernet link. Its use cases are diverse, as it could be used as a diagnostic tool supporting troubleshooting in a network. If used for malicious purposes, such as sniffing attacks, it might prove itself effective because of its small form factor and therefore increasing the likelihood of being recognized. It is very easy to use and works out-of-the-box but offers only limited configurability. &lt;br /&gt;
== Description ==&lt;br /&gt;
[[File:PlunderBugTapping.jpg |thumb|right|600px||Plunder Bug Network Deployment]]&lt;br /&gt;
The Plunder Bug can be viewed as a simpler version of a [[Hak5 Packet Squirrel]]. It allows the user to tap network traffic and to access it for network scanning. &lt;br /&gt;
&lt;br /&gt;
=== Device ===&lt;br /&gt;
The device offers two Ethernet ports, each for one of the devices sharing a communication link that we want to sniff the traffic. A USB-C device is used for the attacker. Traffic coming through either of the Ethernet ports will get mirrored to the attacker.&lt;br /&gt;
&lt;br /&gt;
=== Deployment ===&lt;br /&gt;
&lt;br /&gt;
# Connect the Ethernet port of the victim machine with one of the two Ethernet Ports of the Plunder Bug with an short Ethernet cable.&lt;br /&gt;
# Connect the other  Ethernet port with the with the Ethernet cable which was previously plugged in the victim device.&lt;br /&gt;
# Power up the Plunder Bug by Connecting the USB-C female to USB-A male cable with an device which is under your control (preferably a raspberry pi with an battery shield).&lt;br /&gt;
&lt;br /&gt;
==== Plunder Bug Modes ====&lt;br /&gt;
The only configurable parameter for the Plunder Bug is to run it either in a &amp;quot;muted&amp;quot; and &amp;quot;unmuted&amp;quot; mode. The Plunder Bug mirrors all network traffic and sends it to the USB-C port when operating in the muted mode. The unmuted mode gives extra capabilities compared to the muted mode. In addition to passively listening to traffic, the USB-C port is used for sending frames out on the link, effectively making it a small portable switch. This mode would also allow one to perform network scans from the attacking device.&lt;br /&gt;
&lt;br /&gt;
To change between the Plunder Bug modes downlaod the shell script from [https://downloads.hak5.org/bug downloads.hak5.org]:&lt;br /&gt;
&lt;br /&gt;
Shell script usage:&lt;br /&gt;
* make it executable with &amp;lt;code&amp;gt; chmod +x ./plunderbug.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
* run the script as root or superuser:&lt;br /&gt;
&lt;br /&gt;
 ./plunderbug.sh [options]&lt;br /&gt;
 &lt;br /&gt;
 Options:&lt;br /&gt;
      --mute                 to use mute mode&lt;br /&gt;
      --unmute               to use unmuted mode&lt;br /&gt;
&lt;br /&gt;
=== Sniffing Data ===&lt;br /&gt;
&lt;br /&gt;
==== Local Access ====&lt;br /&gt;
&lt;br /&gt;
If you can access the tapping device locally, open Wireshark and use the ethernet interface, which gets deployed from the Plunder Bug with the USB cable.&lt;br /&gt;
&lt;br /&gt;
==== Remote Access ====  &lt;br /&gt;
&#039;&#039;&#039;Sniffing Node&#039;&#039;&#039;&lt;br /&gt;
# Make sure that tcpdump and ssh-server is installed &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireshark Machine&#039;&#039;&#039;&lt;br /&gt;
# Configure the SSH Remote capture Interface&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter IP&lt;br /&gt;
## Enter Port (usually 22)&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter Username &amp;amp; Password  &lt;br /&gt;
# Capture Tab:&lt;br /&gt;
## Enter Capturing Interface into Remote Interface&lt;br /&gt;
&lt;br /&gt;
==== Save TCP dumps ====&lt;br /&gt;
#Make sure tcpdump is installed&lt;br /&gt;
# Run tcpdump and log it into a file&lt;br /&gt;
 sudo tcpdump &amp;gt; tcplog.pcap&lt;br /&gt;
&lt;br /&gt;
=== Plunder Bug Usage Example ===&lt;br /&gt;
For this Example we placed the Plunder Bug in an test LAN Network which is shown in the network schematic. &lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugExampleTypology.jpg |700px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example we first perform an network scan with nmap and than Sniffing data with wire shark.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Performing an Network scan&#039;&#039;&#039;&lt;br /&gt;
  sudo nmap -sP 192.168.1.0/24 -e eth1&lt;br /&gt;
&lt;br /&gt;
-sP option tries to resolve the hostname&lt;br /&gt;
&lt;br /&gt;
-e eth1 defines the Plunder Bug as operating Interface &lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
  Starting Nmap 7.70 ( https://nmap.org ) at 2020-06-03 11:57 CEST&lt;br /&gt;
  Nmap scan report for 192.168.1.1&lt;br /&gt;
  Host is up (0.0035s latency).&lt;br /&gt;
  MAC Address: 00:18:4D:8F:53:0E (Netgear)&lt;br /&gt;
  Nmap scan report for 192.168.1.10&lt;br /&gt;
  Host is up (0.00022s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:13:C7 (Unknown)&lt;br /&gt;
  Nmap scan report for 192.168.1.11&lt;br /&gt;
  Host is up (0.00028s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:0C:17 (Unknown)&lt;br /&gt;
  Nmap done: 256 IP addresses (3 hosts up) scanned in 20.53 seconds&lt;br /&gt;
The output shows that 3 Hosts are online:&lt;br /&gt;
* 192.168.1.1 The Netgear Router&lt;br /&gt;
* 192.168.1.10 Raspberry Pi 1&lt;br /&gt;
* 192.168.1.11 Raspberry Pi 2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Sniff with Wireshark&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Wireshark gives us the following output if we sniff at the Plunder Bug Ethernet interface&lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugSniffing.png |600px]]&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Bash Bunny Plunder Bug]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.hak5.org/hc/en-us/categories/360001482953-Plunder-Bug&lt;br /&gt;
&lt;br /&gt;
[[Category:Pentesting]]&lt;/div&gt;</summary>
		<author><name>MLebenicnik</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5572</id>
		<title>Hak5 Plunder Bug</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5572"/>
		<updated>2020-12-21T20:15:16Z</updated>

		<summary type="html">&lt;p&gt;MLebenicnik: /* Local Access */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:PlunderBug.jpg |thumb|right|600px||Plunder Bug]]&lt;br /&gt;
== Summary == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--This device is an Pocket sized LAN tap. This device can be used for passive eavesdropping and is small enough to be placed everywhere without being recognized.--&amp;gt;&lt;br /&gt;
The Plunder Bug by Hak5 is a LAN Tap device enabling interception and eavesdropping of data communicated through an Ethernet link. Its use cases are diverse, as it could be used as a diagnostic tool supporting troubleshooting in a network. If used for malicious purposes, such as sniffing attacks, it might prove itself effective because of its small form factor and therefore increasing the likelihood of being recognized. It is very easy to use and works out-of-the-box but offers only limited configurability. &lt;br /&gt;
== Description ==&lt;br /&gt;
[[File:PlunderBugTapping.jpg |thumb|right|600px||Plunder Bug Network Deployment]]&lt;br /&gt;
The Plunder Bug can be viewed as a simpler version of a [[Hak5 Packet Squirrel]]. It allows the user to tap network traffic and to access it for network scanning. &lt;br /&gt;
&lt;br /&gt;
=== Device ===&lt;br /&gt;
The device offers two Ethernet ports, each for one of the devices sharing a communication link that we want to sniff the traffic. A USB-C device is used for the attacker. Traffic coming through either of the Ethernet ports will get mirrored to the attacker.&lt;br /&gt;
&lt;br /&gt;
=== Deployment ===&lt;br /&gt;
&lt;br /&gt;
# Connect the Ethernet port of the victim machine with one of the two Ethernet Ports of the Plunder Bug with an short Ethernet cable.&lt;br /&gt;
# Connect the other  Ethernet port with the with the Ethernet cable which was previously plugged in the victim device.&lt;br /&gt;
# Power up the Plunder Bug by Connecting the USB-C female to USB-A male cable with an device which is under your control (preferably a raspberry pi with an battery shield).&lt;br /&gt;
&lt;br /&gt;
==== Plunder Bug Modes ====&lt;br /&gt;
The only configurable parameter for the Plunder Bug is to run it either in a &amp;quot;muted&amp;quot; and &amp;quot;unmuted&amp;quot; mode. The Plunder Bug mirrors all network traffic and sends it to the USB-C port when operating in the muted mode. The unmuted mode gives extra capabilities compared to the muted mode. In addition to passively listening to traffic, the USB-C port is used for sending frames out on the link, effectively making it a small portable switch. This mode would also allow one to perform network scans from the attacking device.&lt;br /&gt;
&lt;br /&gt;
To change between the Plunder Bug modes downlaod the shell script from [https://downloads.hak5.org/bug downloads.hak5.org]:&lt;br /&gt;
&lt;br /&gt;
Shell script usage:&lt;br /&gt;
* make it executable with &amp;lt;code&amp;gt; chmod +x ./plunderbug.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
* run the script as root or superuser:&lt;br /&gt;
&lt;br /&gt;
 ./plunderbug.sh [options]&lt;br /&gt;
 &lt;br /&gt;
 Options:&lt;br /&gt;
      --mute                 to use mute mode&lt;br /&gt;
      --unmute               to use unmuted mode&lt;br /&gt;
&lt;br /&gt;
=== Sniffing Data ===&lt;br /&gt;
&lt;br /&gt;
==== Local Access ====&lt;br /&gt;
&lt;br /&gt;
If you can access the tapping device locally, open Wireshark and use the ethernet interface, which gets deployed from the Plunder Bug with the USB cable.&lt;br /&gt;
&lt;br /&gt;
==== Remote Access ====  &lt;br /&gt;
&#039;&#039;&#039;Sniffing Node&#039;&#039;&#039;&lt;br /&gt;
# Make sure that tcpdump and ssh-server is installed &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireshark Machine&#039;&#039;&#039;&lt;br /&gt;
# Configure the SSH Remote capture Interface&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter IP&lt;br /&gt;
## Enter Port (usually 22)&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter Username &amp;amp; Password  &lt;br /&gt;
# Capture Tab:&lt;br /&gt;
## Enter Capturing Interface into Remote Interface&lt;br /&gt;
&lt;br /&gt;
==== Save TCP dumps ====&lt;br /&gt;
#Make sure tcpdump is installed&lt;br /&gt;
# Run tcpdump and log it into an file&lt;br /&gt;
 sudo tcpdump &amp;gt; tcplog.pcap&lt;br /&gt;
&lt;br /&gt;
=== Plunder Bug Usage Example ===&lt;br /&gt;
For this Example we placed the Plunder Bug in an test LAN Network which is shown in the network schematic. &lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugExampleTypology.jpg |700px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example we first perform an network scan with nmap and than Sniffing data with wire shark.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Performing an Network scan&#039;&#039;&#039;&lt;br /&gt;
  sudo nmap -sP 192.168.1.0/24 -e eth1&lt;br /&gt;
&lt;br /&gt;
-sP option tries to resolve the hostname&lt;br /&gt;
&lt;br /&gt;
-e eth1 defines the Plunder Bug as operating Interface &lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
  Starting Nmap 7.70 ( https://nmap.org ) at 2020-06-03 11:57 CEST&lt;br /&gt;
  Nmap scan report for 192.168.1.1&lt;br /&gt;
  Host is up (0.0035s latency).&lt;br /&gt;
  MAC Address: 00:18:4D:8F:53:0E (Netgear)&lt;br /&gt;
  Nmap scan report for 192.168.1.10&lt;br /&gt;
  Host is up (0.00022s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:13:C7 (Unknown)&lt;br /&gt;
  Nmap scan report for 192.168.1.11&lt;br /&gt;
  Host is up (0.00028s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:0C:17 (Unknown)&lt;br /&gt;
  Nmap done: 256 IP addresses (3 hosts up) scanned in 20.53 seconds&lt;br /&gt;
The output shows that 3 Hosts are online:&lt;br /&gt;
* 192.168.1.1 The Netgear Router&lt;br /&gt;
* 192.168.1.10 Raspberry Pi 1&lt;br /&gt;
* 192.168.1.11 Raspberry Pi 2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Sniff with Wireshark&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Wireshark gives us the following output if we sniff at the Plunder Bug Ethernet interface&lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugSniffing.png |600px]]&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Bash Bunny Plunder Bug]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.hak5.org/hc/en-us/categories/360001482953-Plunder-Bug&lt;br /&gt;
&lt;br /&gt;
[[Category:Pentesting]]&lt;/div&gt;</summary>
		<author><name>MLebenicnik</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5571</id>
		<title>Hak5 Plunder Bug</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5571"/>
		<updated>2020-12-21T20:14:11Z</updated>

		<summary type="html">&lt;p&gt;MLebenicnik: /* Plunder Bug Modes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:PlunderBug.jpg |thumb|right|600px||Plunder Bug]]&lt;br /&gt;
== Summary == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--This device is an Pocket sized LAN tap. This device can be used for passive eavesdropping and is small enough to be placed everywhere without being recognized.--&amp;gt;&lt;br /&gt;
The Plunder Bug by Hak5 is a LAN Tap device enabling interception and eavesdropping of data communicated through an Ethernet link. Its use cases are diverse, as it could be used as a diagnostic tool supporting troubleshooting in a network. If used for malicious purposes, such as sniffing attacks, it might prove itself effective because of its small form factor and therefore increasing the likelihood of being recognized. It is very easy to use and works out-of-the-box but offers only limited configurability. &lt;br /&gt;
== Description ==&lt;br /&gt;
[[File:PlunderBugTapping.jpg |thumb|right|600px||Plunder Bug Network Deployment]]&lt;br /&gt;
The Plunder Bug can be viewed as a simpler version of a [[Hak5 Packet Squirrel]]. It allows the user to tap network traffic and to access it for network scanning. &lt;br /&gt;
&lt;br /&gt;
=== Device ===&lt;br /&gt;
The device offers two Ethernet ports, each for one of the devices sharing a communication link that we want to sniff the traffic. A USB-C device is used for the attacker. Traffic coming through either of the Ethernet ports will get mirrored to the attacker.&lt;br /&gt;
&lt;br /&gt;
=== Deployment ===&lt;br /&gt;
&lt;br /&gt;
# Connect the Ethernet port of the victim machine with one of the two Ethernet Ports of the Plunder Bug with an short Ethernet cable.&lt;br /&gt;
# Connect the other  Ethernet port with the with the Ethernet cable which was previously plugged in the victim device.&lt;br /&gt;
# Power up the Plunder Bug by Connecting the USB-C female to USB-A male cable with an device which is under your control (preferably a raspberry pi with an battery shield).&lt;br /&gt;
&lt;br /&gt;
==== Plunder Bug Modes ====&lt;br /&gt;
The only configurable parameter for the Plunder Bug is to run it either in a &amp;quot;muted&amp;quot; and &amp;quot;unmuted&amp;quot; mode. The Plunder Bug mirrors all network traffic and sends it to the USB-C port when operating in the muted mode. The unmuted mode gives extra capabilities compared to the muted mode. In addition to passively listening to traffic, the USB-C port is used for sending frames out on the link, effectively making it a small portable switch. This mode would also allow one to perform network scans from the attacking device.&lt;br /&gt;
&lt;br /&gt;
To change between the Plunder Bug modes downlaod the shell script from [https://downloads.hak5.org/bug downloads.hak5.org]:&lt;br /&gt;
&lt;br /&gt;
Shell script usage:&lt;br /&gt;
* make it executable with &amp;lt;code&amp;gt; chmod +x ./plunderbug.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
* run the script as root or superuser:&lt;br /&gt;
&lt;br /&gt;
 ./plunderbug.sh [options]&lt;br /&gt;
 &lt;br /&gt;
 Options:&lt;br /&gt;
      --mute                 to use mute mode&lt;br /&gt;
      --unmute               to use unmuted mode&lt;br /&gt;
&lt;br /&gt;
=== Sniffing Data ===&lt;br /&gt;
&lt;br /&gt;
==== Local Access ====&lt;br /&gt;
&lt;br /&gt;
If you can access the tapping device locally, open wire shark and use the ethernet interface which gets deployed from the Plunder Bug with the USB cable. &lt;br /&gt;
&lt;br /&gt;
==== Remote Access ====  &lt;br /&gt;
&#039;&#039;&#039;Sniffing Node&#039;&#039;&#039;&lt;br /&gt;
# Make sure that tcpdump and ssh-server is installed &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireshark Machine&#039;&#039;&#039;&lt;br /&gt;
# Configure the SSH Remote capture Interface&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter IP&lt;br /&gt;
## Enter Port (usually 22)&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter Username &amp;amp; Password  &lt;br /&gt;
# Capture Tab:&lt;br /&gt;
## Enter Capturing Interface into Remote Interface&lt;br /&gt;
&lt;br /&gt;
==== Save TCP dumps ====&lt;br /&gt;
#Make sure tcpdump is installed&lt;br /&gt;
# Run tcpdump and log it into an file&lt;br /&gt;
 sudo tcpdump &amp;gt; tcplog.pcap&lt;br /&gt;
&lt;br /&gt;
=== Plunder Bug Usage Example ===&lt;br /&gt;
For this Example we placed the Plunder Bug in an test LAN Network which is shown in the network schematic. &lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugExampleTypology.jpg |700px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example we first perform an network scan with nmap and than Sniffing data with wire shark.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Performing an Network scan&#039;&#039;&#039;&lt;br /&gt;
  sudo nmap -sP 192.168.1.0/24 -e eth1&lt;br /&gt;
&lt;br /&gt;
-sP option tries to resolve the hostname&lt;br /&gt;
&lt;br /&gt;
-e eth1 defines the Plunder Bug as operating Interface &lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
  Starting Nmap 7.70 ( https://nmap.org ) at 2020-06-03 11:57 CEST&lt;br /&gt;
  Nmap scan report for 192.168.1.1&lt;br /&gt;
  Host is up (0.0035s latency).&lt;br /&gt;
  MAC Address: 00:18:4D:8F:53:0E (Netgear)&lt;br /&gt;
  Nmap scan report for 192.168.1.10&lt;br /&gt;
  Host is up (0.00022s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:13:C7 (Unknown)&lt;br /&gt;
  Nmap scan report for 192.168.1.11&lt;br /&gt;
  Host is up (0.00028s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:0C:17 (Unknown)&lt;br /&gt;
  Nmap done: 256 IP addresses (3 hosts up) scanned in 20.53 seconds&lt;br /&gt;
The output shows that 3 Hosts are online:&lt;br /&gt;
* 192.168.1.1 The Netgear Router&lt;br /&gt;
* 192.168.1.10 Raspberry Pi 1&lt;br /&gt;
* 192.168.1.11 Raspberry Pi 2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Sniff with Wireshark&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Wireshark gives us the following output if we sniff at the Plunder Bug Ethernet interface&lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugSniffing.png |600px]]&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Bash Bunny Plunder Bug]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.hak5.org/hc/en-us/categories/360001482953-Plunder-Bug&lt;br /&gt;
&lt;br /&gt;
[[Category:Pentesting]]&lt;/div&gt;</summary>
		<author><name>MLebenicnik</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5570</id>
		<title>Hak5 Plunder Bug</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5570"/>
		<updated>2020-12-21T20:13:43Z</updated>

		<summary type="html">&lt;p&gt;MLebenicnik: /* Plunder Bug Modes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:PlunderBug.jpg |thumb|right|600px||Plunder Bug]]&lt;br /&gt;
== Summary == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--This device is an Pocket sized LAN tap. This device can be used for passive eavesdropping and is small enough to be placed everywhere without being recognized.--&amp;gt;&lt;br /&gt;
The Plunder Bug by Hak5 is a LAN Tap device enabling interception and eavesdropping of data communicated through an Ethernet link. Its use cases are diverse, as it could be used as a diagnostic tool supporting troubleshooting in a network. If used for malicious purposes, such as sniffing attacks, it might prove itself effective because of its small form factor and therefore increasing the likelihood of being recognized. It is very easy to use and works out-of-the-box but offers only limited configurability. &lt;br /&gt;
== Description ==&lt;br /&gt;
[[File:PlunderBugTapping.jpg |thumb|right|600px||Plunder Bug Network Deployment]]&lt;br /&gt;
The Plunder Bug can be viewed as a simpler version of a [[Hak5 Packet Squirrel]]. It allows the user to tap network traffic and to access it for network scanning. &lt;br /&gt;
&lt;br /&gt;
=== Device ===&lt;br /&gt;
The device offers two Ethernet ports, each for one of the devices sharing a communication link that we want to sniff the traffic. A USB-C device is used for the attacker. Traffic coming through either of the Ethernet ports will get mirrored to the attacker.&lt;br /&gt;
&lt;br /&gt;
=== Deployment ===&lt;br /&gt;
&lt;br /&gt;
# Connect the Ethernet port of the victim machine with one of the two Ethernet Ports of the Plunder Bug with an short Ethernet cable.&lt;br /&gt;
# Connect the other  Ethernet port with the with the Ethernet cable which was previously plugged in the victim device.&lt;br /&gt;
# Power up the Plunder Bug by Connecting the USB-C female to USB-A male cable with an device which is under your control (preferably a raspberry pi with an battery shield).&lt;br /&gt;
&lt;br /&gt;
==== Plunder Bug Modes ====&lt;br /&gt;
The only configurable parameter for the Plunder Bug is to run it either in a &amp;quot;muted&amp;quot; and &amp;quot;unmuted&amp;quot; mode. The Plunder Bug mirrors all network traffic and sends it to the USB-C port when operating in the muted mode. The unmuted mode gives extra capabilities compared to the muted mode. In addition to passively listening to traffic, the USB-C port is used for sending frames out on the link, effectively making it a small portable switch. This mode would also allow one to perform network scans.&lt;br /&gt;
&lt;br /&gt;
To change between the Plunder Bug modes downlaod the shell script from [https://downloads.hak5.org/bug downloads.hak5.org]:&lt;br /&gt;
&lt;br /&gt;
Shell script usage:&lt;br /&gt;
* make it executable with &amp;lt;code&amp;gt; chmod +x ./plunderbug.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
* run the script as root or superuser:&lt;br /&gt;
&lt;br /&gt;
 ./plunderbug.sh [options]&lt;br /&gt;
 &lt;br /&gt;
 Options:&lt;br /&gt;
      --mute                 to use mute mode&lt;br /&gt;
      --unmute               to use unmuted mode&lt;br /&gt;
&lt;br /&gt;
=== Sniffing Data ===&lt;br /&gt;
&lt;br /&gt;
==== Local Access ====&lt;br /&gt;
&lt;br /&gt;
If you can access the tapping device locally, open wire shark and use the ethernet interface which gets deployed from the Plunder Bug with the USB cable. &lt;br /&gt;
&lt;br /&gt;
==== Remote Access ====  &lt;br /&gt;
&#039;&#039;&#039;Sniffing Node&#039;&#039;&#039;&lt;br /&gt;
# Make sure that tcpdump and ssh-server is installed &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireshark Machine&#039;&#039;&#039;&lt;br /&gt;
# Configure the SSH Remote capture Interface&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter IP&lt;br /&gt;
## Enter Port (usually 22)&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter Username &amp;amp; Password  &lt;br /&gt;
# Capture Tab:&lt;br /&gt;
## Enter Capturing Interface into Remote Interface&lt;br /&gt;
&lt;br /&gt;
==== Save TCP dumps ====&lt;br /&gt;
#Make sure tcpdump is installed&lt;br /&gt;
# Run tcpdump and log it into an file&lt;br /&gt;
 sudo tcpdump &amp;gt; tcplog.pcap&lt;br /&gt;
&lt;br /&gt;
=== Plunder Bug Usage Example ===&lt;br /&gt;
For this Example we placed the Plunder Bug in an test LAN Network which is shown in the network schematic. &lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugExampleTypology.jpg |700px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example we first perform an network scan with nmap and than Sniffing data with wire shark.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Performing an Network scan&#039;&#039;&#039;&lt;br /&gt;
  sudo nmap -sP 192.168.1.0/24 -e eth1&lt;br /&gt;
&lt;br /&gt;
-sP option tries to resolve the hostname&lt;br /&gt;
&lt;br /&gt;
-e eth1 defines the Plunder Bug as operating Interface &lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
  Starting Nmap 7.70 ( https://nmap.org ) at 2020-06-03 11:57 CEST&lt;br /&gt;
  Nmap scan report for 192.168.1.1&lt;br /&gt;
  Host is up (0.0035s latency).&lt;br /&gt;
  MAC Address: 00:18:4D:8F:53:0E (Netgear)&lt;br /&gt;
  Nmap scan report for 192.168.1.10&lt;br /&gt;
  Host is up (0.00022s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:13:C7 (Unknown)&lt;br /&gt;
  Nmap scan report for 192.168.1.11&lt;br /&gt;
  Host is up (0.00028s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:0C:17 (Unknown)&lt;br /&gt;
  Nmap done: 256 IP addresses (3 hosts up) scanned in 20.53 seconds&lt;br /&gt;
The output shows that 3 Hosts are online:&lt;br /&gt;
* 192.168.1.1 The Netgear Router&lt;br /&gt;
* 192.168.1.10 Raspberry Pi 1&lt;br /&gt;
* 192.168.1.11 Raspberry Pi 2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Sniff with Wireshark&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Wireshark gives us the following output if we sniff at the Plunder Bug Ethernet interface&lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugSniffing.png |600px]]&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Bash Bunny Plunder Bug]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.hak5.org/hc/en-us/categories/360001482953-Plunder-Bug&lt;br /&gt;
&lt;br /&gt;
[[Category:Pentesting]]&lt;/div&gt;</summary>
		<author><name>MLebenicnik</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5563</id>
		<title>Hak5 Plunder Bug</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5563"/>
		<updated>2020-12-21T20:01:44Z</updated>

		<summary type="html">&lt;p&gt;MLebenicnik: /* Plunder Bug Modes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:PlunderBug.jpg |thumb|right|600px||Plunder Bug]]&lt;br /&gt;
== Summary == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--This device is an Pocket sized LAN tap. This device can be used for passive eavesdropping and is small enough to be placed everywhere without being recognized.--&amp;gt;&lt;br /&gt;
The Plunder Bug by Hak5 is a LAN Tap device enabling interception and eavesdropping of data communicated through an Ethernet link. Its use cases are diverse, as it could be used as a diagnostic tool supporting troubleshooting in a network. If used for malicious purposes, such as sniffing attacks, it might prove itself effective because of its small form factor and therefore increasing the likelihood of being recognized. It is very easy to use and works out-of-the-box but offers only limited configurability. &lt;br /&gt;
== Description ==&lt;br /&gt;
[[File:PlunderBugTapping.jpg |thumb|right|600px||Plunder Bug Network Deployment]]&lt;br /&gt;
The Plunder Bug can be viewed as a simpler version of a [[Hak5 Packet Squirrel]]. It allows the user to tap network traffic and to access it for network scanning. &lt;br /&gt;
&lt;br /&gt;
=== Device ===&lt;br /&gt;
The device offers two Ethernet ports, each for one of the devices sharing a communication link that we want to sniff the traffic. A USB-C device is used for the attacker. Traffic coming through either of the Ethernet ports will get mirrored to the attacker.&lt;br /&gt;
&lt;br /&gt;
=== Deployment ===&lt;br /&gt;
&lt;br /&gt;
# Connect the Ethernet port of the victim machine with one of the two Ethernet Ports of the Plunder Bug with an short Ethernet cable.&lt;br /&gt;
# Connect the other  Ethernet port with the with the Ethernet cable which was previously plugged in the victim device.&lt;br /&gt;
# Power up the Plunder Bug by Connecting the USB-C female to USB-A male cable with an device which is under your control (preferably a raspberry pi with an battery shield).&lt;br /&gt;
&lt;br /&gt;
==== Plunder Bug Modes ====&lt;br /&gt;
The only configurable parameter for the Plunder Bug is to run it either in a &amp;quot;muted&amp;quot; and &amp;quot;unmuted&amp;quot; mode. The Plunder Bug is mirroring all network traffic and sends it to the USB-C port, when its operating in the muted mode. The unmuted mode gives additional to the muted capabilities the USB-C device an IP address that the Plunder Bug is able to connect to the internet or running network scans.&lt;br /&gt;
&lt;br /&gt;
To change between the Plunder Bug modes downlaod the shell script from [https://downloads.hak5.org/bug downloads.hak5.org]:&lt;br /&gt;
&lt;br /&gt;
Shell script usage:&lt;br /&gt;
* make it executable with &amp;lt;code&amp;gt; chmod +x ./plunderbug.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
* run the script as root or superuser:&lt;br /&gt;
&lt;br /&gt;
 ./plunderbug.sh [options]&lt;br /&gt;
 &lt;br /&gt;
 Options:&lt;br /&gt;
      --mute                 to use mute mode&lt;br /&gt;
      --unmute               to use unmuted mode&lt;br /&gt;
&lt;br /&gt;
=== Sniffing Data ===&lt;br /&gt;
&lt;br /&gt;
==== Local Access ====&lt;br /&gt;
&lt;br /&gt;
If you can access the tapping device locally, open wire shark and use the ethernet interface which gets deployed from the Plunder Bug with the USB cable. &lt;br /&gt;
&lt;br /&gt;
==== Remote Access ====  &lt;br /&gt;
&#039;&#039;&#039;Sniffing Node&#039;&#039;&#039;&lt;br /&gt;
# Make sure that tcpdump and ssh-server is installed &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireshark Machine&#039;&#039;&#039;&lt;br /&gt;
# Configure the SSH Remote capture Interface&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter IP&lt;br /&gt;
## Enter Port (usually 22)&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter Username &amp;amp; Password  &lt;br /&gt;
# Capture Tab:&lt;br /&gt;
## Enter Capturing Interface into Remote Interface&lt;br /&gt;
&lt;br /&gt;
==== Save TCP dumps ====&lt;br /&gt;
#Make sure tcpdump is installed&lt;br /&gt;
# Run tcpdump and log it into an file&lt;br /&gt;
 sudo tcpdump &amp;gt; tcplog.pcap&lt;br /&gt;
&lt;br /&gt;
=== Plunder Bug Usage Example ===&lt;br /&gt;
For this Example we placed the Plunder Bug in an test LAN Network which is shown in the network schematic. &lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugExampleTypology.jpg |700px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example we first perform an network scan with nmap and than Sniffing data with wire shark.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Performing an Network scan&#039;&#039;&#039;&lt;br /&gt;
  sudo nmap -sP 192.168.1.0/24 -e eth1&lt;br /&gt;
&lt;br /&gt;
-sP option tries to resolve the hostname&lt;br /&gt;
&lt;br /&gt;
-e eth1 defines the Plunder Bug as operating Interface &lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
  Starting Nmap 7.70 ( https://nmap.org ) at 2020-06-03 11:57 CEST&lt;br /&gt;
  Nmap scan report for 192.168.1.1&lt;br /&gt;
  Host is up (0.0035s latency).&lt;br /&gt;
  MAC Address: 00:18:4D:8F:53:0E (Netgear)&lt;br /&gt;
  Nmap scan report for 192.168.1.10&lt;br /&gt;
  Host is up (0.00022s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:13:C7 (Unknown)&lt;br /&gt;
  Nmap scan report for 192.168.1.11&lt;br /&gt;
  Host is up (0.00028s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:0C:17 (Unknown)&lt;br /&gt;
  Nmap done: 256 IP addresses (3 hosts up) scanned in 20.53 seconds&lt;br /&gt;
The output shows that 3 Hosts are online:&lt;br /&gt;
* 192.168.1.1 The Netgear Router&lt;br /&gt;
* 192.168.1.10 Raspberry Pi 1&lt;br /&gt;
* 192.168.1.11 Raspberry Pi 2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Sniff with Wireshark&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Wireshark gives us the following output if we sniff at the Plunder Bug Ethernet interface&lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugSniffing.png |600px]]&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Bash Bunny Plunder Bug]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.hak5.org/hc/en-us/categories/360001482953-Plunder-Bug&lt;br /&gt;
&lt;br /&gt;
[[Category:Pentesting]]&lt;/div&gt;</summary>
		<author><name>MLebenicnik</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5562</id>
		<title>Hak5 Plunder Bug</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5562"/>
		<updated>2020-12-21T20:00:30Z</updated>

		<summary type="html">&lt;p&gt;MLebenicnik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:PlunderBug.jpg |thumb|right|600px||Plunder Bug]]&lt;br /&gt;
== Summary == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--This device is an Pocket sized LAN tap. This device can be used for passive eavesdropping and is small enough to be placed everywhere without being recognized.--&amp;gt;&lt;br /&gt;
The Plunder Bug by Hak5 is a LAN Tap device enabling interception and eavesdropping of data communicated through an Ethernet link. Its use cases are diverse, as it could be used as a diagnostic tool supporting troubleshooting in a network. If used for malicious purposes, such as sniffing attacks, it might prove itself effective because of its small form factor and therefore increasing the likelihood of being recognized. It is very easy to use and works out-of-the-box but offers only limited configurability. &lt;br /&gt;
== Description ==&lt;br /&gt;
[[File:PlunderBugTapping.jpg |thumb|right|600px||Plunder Bug Network Deployment]]&lt;br /&gt;
The Plunder Bug can be viewed as a simpler version of a [[Hak5 Packet Squirrel]]. It allows the user to tap network traffic and to access it for network scanning. &lt;br /&gt;
&lt;br /&gt;
=== Device ===&lt;br /&gt;
The device offers two Ethernet ports, each for one of the devices sharing a communication link that we want to sniff the traffic. A USB-C device is used for the attacker. Traffic coming through either of the Ethernet ports will get mirrored to the attacker.&lt;br /&gt;
&lt;br /&gt;
=== Deployment ===&lt;br /&gt;
&lt;br /&gt;
# Connect the Ethernet port of the victim machine with one of the two Ethernet Ports of the Plunder Bug with an short Ethernet cable.&lt;br /&gt;
# Connect the other  Ethernet port with the with the Ethernet cable which was previously plugged in the victim device.&lt;br /&gt;
# Power up the Plunder Bug by Connecting the USB-C female to USB-A male cable with an device which is under your control (preferably a raspberry pi with an battery shield).&lt;br /&gt;
&lt;br /&gt;
==== Plunder Bug Modes ====&lt;br /&gt;
The only configurable parameter for the Plunder Bug is for us to run it either in a &amp;quot;muted&amp;quot; and &amp;quot;unmuted&amp;quot; mode. The Plunder Bug is mirroring all network traffic and sends it to the USB-C port, when its operating in the muted mode. The unmuted mode gives additional to the muted capabilities the USB-C device an IP address that the Plunder Bug is able to connect to the internet or running network scans.&lt;br /&gt;
&lt;br /&gt;
To change between the Plunder Bug modes downlaod the shell script from [https://downloads.hak5.org/bug downloads.hak5.org]:&lt;br /&gt;
&lt;br /&gt;
Shell script usage:&lt;br /&gt;
* make it executable with &amp;lt;code&amp;gt; chmod +x ./plunderbug.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
* run the script as root or superuser:&lt;br /&gt;
&lt;br /&gt;
 ./plunderbug.sh [options]&lt;br /&gt;
 &lt;br /&gt;
 Options:&lt;br /&gt;
      --mute                 to use mute mode&lt;br /&gt;
      --unmute               to use unmuted mode&lt;br /&gt;
&lt;br /&gt;
=== Sniffing Data ===&lt;br /&gt;
&lt;br /&gt;
==== Local Access ====&lt;br /&gt;
&lt;br /&gt;
If you can access the tapping device locally, open wire shark and use the ethernet interface which gets deployed from the Plunder Bug with the USB cable. &lt;br /&gt;
&lt;br /&gt;
==== Remote Access ====  &lt;br /&gt;
&#039;&#039;&#039;Sniffing Node&#039;&#039;&#039;&lt;br /&gt;
# Make sure that tcpdump and ssh-server is installed &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireshark Machine&#039;&#039;&#039;&lt;br /&gt;
# Configure the SSH Remote capture Interface&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter IP&lt;br /&gt;
## Enter Port (usually 22)&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter Username &amp;amp; Password  &lt;br /&gt;
# Capture Tab:&lt;br /&gt;
## Enter Capturing Interface into Remote Interface&lt;br /&gt;
&lt;br /&gt;
==== Save TCP dumps ====&lt;br /&gt;
#Make sure tcpdump is installed&lt;br /&gt;
# Run tcpdump and log it into an file&lt;br /&gt;
 sudo tcpdump &amp;gt; tcplog.pcap&lt;br /&gt;
&lt;br /&gt;
=== Plunder Bug Usage Example ===&lt;br /&gt;
For this Example we placed the Plunder Bug in an test LAN Network which is shown in the network schematic. &lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugExampleTypology.jpg |700px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example we first perform an network scan with nmap and than Sniffing data with wire shark.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Performing an Network scan&#039;&#039;&#039;&lt;br /&gt;
  sudo nmap -sP 192.168.1.0/24 -e eth1&lt;br /&gt;
&lt;br /&gt;
-sP option tries to resolve the hostname&lt;br /&gt;
&lt;br /&gt;
-e eth1 defines the Plunder Bug as operating Interface &lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
  Starting Nmap 7.70 ( https://nmap.org ) at 2020-06-03 11:57 CEST&lt;br /&gt;
  Nmap scan report for 192.168.1.1&lt;br /&gt;
  Host is up (0.0035s latency).&lt;br /&gt;
  MAC Address: 00:18:4D:8F:53:0E (Netgear)&lt;br /&gt;
  Nmap scan report for 192.168.1.10&lt;br /&gt;
  Host is up (0.00022s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:13:C7 (Unknown)&lt;br /&gt;
  Nmap scan report for 192.168.1.11&lt;br /&gt;
  Host is up (0.00028s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:0C:17 (Unknown)&lt;br /&gt;
  Nmap done: 256 IP addresses (3 hosts up) scanned in 20.53 seconds&lt;br /&gt;
The output shows that 3 Hosts are online:&lt;br /&gt;
* 192.168.1.1 The Netgear Router&lt;br /&gt;
* 192.168.1.10 Raspberry Pi 1&lt;br /&gt;
* 192.168.1.11 Raspberry Pi 2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Sniff with Wireshark&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Wireshark gives us the following output if we sniff at the Plunder Bug Ethernet interface&lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugSniffing.png |600px]]&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Bash Bunny Plunder Bug]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.hak5.org/hc/en-us/categories/360001482953-Plunder-Bug&lt;br /&gt;
&lt;br /&gt;
[[Category:Pentesting]]&lt;/div&gt;</summary>
		<author><name>MLebenicnik</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5560</id>
		<title>Hak5 Plunder Bug</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5560"/>
		<updated>2020-12-21T19:53:24Z</updated>

		<summary type="html">&lt;p&gt;MLebenicnik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:PlunderBug.jpg |thumb|right|600px||Plunder Bug]]&lt;br /&gt;
== Summary == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--This device is an Pocket sized LAN tap. This device can be used for passive eavesdropping and is small enough to be placed everywhere without being recognized.--&amp;gt;&lt;br /&gt;
The Plunder Bug by Hak5 is a LAN Tap device enabling interception and eavesdropping of data communicated through an Ethernet link. Its use cases are diverse, as it could be used as a diagnostic tool supporting troubleshooting in a network. If used for malicious purposes, such as sniffing attacks, it might prove itself effective because of its small form factor and therefore increasing the likelihood of being recognized. It is very easy to use and works out-of-the-box but offers only limited configurability. &lt;br /&gt;
== Description ==&lt;br /&gt;
[[File:PlunderBugTapping.jpg |thumb|right|600px||Plunder Bug Network Deployment]]&lt;br /&gt;
The Plunder Bug can be viewed as a simpler version of a [[Hak5 Packet Squirrel]]. It allows the user to tap network traffic and to access it for network scanning. &lt;br /&gt;
&lt;br /&gt;
=== Device ===&lt;br /&gt;
The device offers two Ethernet ports, each for one of the devices sharing a communication link that we want to sniff the traffic. A USB-C device is used for the attacker. Traffic coming through either of the Ethernet ports will get mirrored to the attacker.&lt;br /&gt;
&lt;br /&gt;
=== Deployment ===&lt;br /&gt;
&lt;br /&gt;
# Connect the Ethernet port of the victim machine with one of the two Ethernet Ports of the Plunder Bug with an short Ethernet cable.&lt;br /&gt;
# Connect the other  Ethernet port with the with the Ethernet cable which was previously plugged in the victim device.&lt;br /&gt;
# Power up the Plunder Bug by Connecting the USB-C female to USB-A male cable with an device which is under your control (preferably a raspberry pi with an battery shield).&lt;br /&gt;
&lt;br /&gt;
==== Plunder Bug Modes ====&lt;br /&gt;
The Plunder Bug Allows us to run it in two modes &amp;quot;muted&amp;quot; and &amp;quot;unmuted&amp;quot;. The Plunder Bug is mirroring all network traffic and sends it to the USB-C port, when its operating in the muted mode. The unmuted mode gives additional to the muted capabilities the USB-C device an IP address that the Plunder Bug is able to connect to the internet or running network scans.&lt;br /&gt;
&lt;br /&gt;
To change between the Plunder Bug modes downlaod the shell script from [https://downloads.hak5.org/bug downloads.hak5.org]:&lt;br /&gt;
&lt;br /&gt;
Shell script usage:&lt;br /&gt;
* make it executable with &amp;lt;code&amp;gt; chmod +x ./plunderbug.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
* run the script as root or superuser:&lt;br /&gt;
&lt;br /&gt;
 ./plunderbug.sh [options]&lt;br /&gt;
 &lt;br /&gt;
 Options:&lt;br /&gt;
      --mute                 to use mute mode&lt;br /&gt;
      --unmute               to use unmuted mode&lt;br /&gt;
&lt;br /&gt;
=== Sniffing Data ===&lt;br /&gt;
&lt;br /&gt;
==== Local Access ====&lt;br /&gt;
&lt;br /&gt;
If you can access the tapping device locally, open wire shark and use the ethernet interface which gets deployed from the Plunder Bug with the USB cable. &lt;br /&gt;
&lt;br /&gt;
==== Remote Access ====  &lt;br /&gt;
&#039;&#039;&#039;Sniffing Node&#039;&#039;&#039;&lt;br /&gt;
# Make sure that tcpdump and ssh-server is installed &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireshark Machine&#039;&#039;&#039;&lt;br /&gt;
# Configure the SSH Remote capture Interface&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter IP&lt;br /&gt;
## Enter Port (usually 22)&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter Username &amp;amp; Password  &lt;br /&gt;
# Capture Tab:&lt;br /&gt;
## Enter Capturing Interface into Remote Interface&lt;br /&gt;
&lt;br /&gt;
==== Save TCP dumps ====&lt;br /&gt;
#Make sure tcpdump is installed&lt;br /&gt;
# Run tcpdump and log it into an file&lt;br /&gt;
 sudo tcpdump &amp;gt; tcplog.pcap&lt;br /&gt;
&lt;br /&gt;
=== Plunder Bug Usage Example ===&lt;br /&gt;
For this Example we placed the Plunder Bug in an test LAN Network which is shown in the network schematic. &lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugExampleTypology.jpg |700px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example we first perform an network scan with nmap and than Sniffing data with wire shark.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Performing an Network scan&#039;&#039;&#039;&lt;br /&gt;
  sudo nmap -sP 192.168.1.0/24 -e eth1&lt;br /&gt;
&lt;br /&gt;
-sP option tries to resolve the hostname&lt;br /&gt;
&lt;br /&gt;
-e eth1 defines the Plunder Bug as operating Interface &lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
  Starting Nmap 7.70 ( https://nmap.org ) at 2020-06-03 11:57 CEST&lt;br /&gt;
  Nmap scan report for 192.168.1.1&lt;br /&gt;
  Host is up (0.0035s latency).&lt;br /&gt;
  MAC Address: 00:18:4D:8F:53:0E (Netgear)&lt;br /&gt;
  Nmap scan report for 192.168.1.10&lt;br /&gt;
  Host is up (0.00022s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:13:C7 (Unknown)&lt;br /&gt;
  Nmap scan report for 192.168.1.11&lt;br /&gt;
  Host is up (0.00028s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:0C:17 (Unknown)&lt;br /&gt;
  Nmap done: 256 IP addresses (3 hosts up) scanned in 20.53 seconds&lt;br /&gt;
The output shows that 3 Hosts are online:&lt;br /&gt;
* 192.168.1.1 The Netgear Router&lt;br /&gt;
* 192.168.1.10 Raspberry Pi 1&lt;br /&gt;
* 192.168.1.11 Raspberry Pi 2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Sniff with Wireshark&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Wireshark gives us the following output if we sniff at the Plunder Bug Ethernet interface&lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugSniffing.png |600px]]&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Bash Bunny Plunder Bug]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.hak5.org/hc/en-us/categories/360001482953-Plunder-Bug&lt;br /&gt;
&lt;br /&gt;
[[Category:Pentesting]]&lt;/div&gt;</summary>
		<author><name>MLebenicnik</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5559</id>
		<title>Hak5 Plunder Bug</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5559"/>
		<updated>2020-12-21T19:52:58Z</updated>

		<summary type="html">&lt;p&gt;MLebenicnik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:PlunderBug.jpg |thumb|right|600px||Plunder Bug]]&lt;br /&gt;
== Summary == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--This device is an Pocket sized LAN tap. This device can be used for passive eavesdropping and is small enough to be placed everywhere without being recognized.--&amp;gt;&lt;br /&gt;
The Plunder Bug by Hak5 is a LAN Tap device enabling interception and eavesdropping of data communicated through an Ethernet link. Its use cases are diverse, as it could be used as a diagnostic tool supporting troubleshooting in a network. If used for malicious purposes, such as sniffing attacks, it might prove itself effective because of its small form factor and therefore increasing the likelihood of being recognized. It is very easy to use and works out-of-the-box but offers only limited configurability. &lt;br /&gt;
== Description ==&lt;br /&gt;
[[File:PlunderBugTapping.jpg |thumb|right|600px||Plunder Bug Network Deployment]]&lt;br /&gt;
The Plunder Bug can be viewed as a simpler version of a [[Hak5 Packet Squirrel]]. It allows the user to tap network traffic and to access it for network scanning. &lt;br /&gt;
&lt;br /&gt;
=== Deployment ===&lt;br /&gt;
&lt;br /&gt;
# Connect the Ethernet port of the victim machine with one of the two Ethernet Ports of the Plunder Bug with an short Ethernet cable.&lt;br /&gt;
# Connect the other  Ethernet port with the with the Ethernet cable which was previously plugged in the victim device.&lt;br /&gt;
# Power up the Plunder Bug by Connecting the USB-C female to USB-A male cable with an device which is under your control (preferably a raspberry pi with an battery shield).&lt;br /&gt;
&lt;br /&gt;
=== Device ===&lt;br /&gt;
The device offers two Ethernet ports, each for one of the devices sharing a communication link that we want to sniff the traffic. A USB-C device is used for the attacker. Traffic coming through either of the Ethernet ports will get mirrored to the attacker.&lt;br /&gt;
&lt;br /&gt;
==== Plunder Bug Modes ====&lt;br /&gt;
The Plunder Bug Allows us to run it in two modes &amp;quot;muted&amp;quot; and &amp;quot;unmuted&amp;quot;. The Plunder Bug is mirroring all network traffic and sends it to the USB-C port, when its operating in the muted mode. The unmuted mode gives additional to the muted capabilities the USB-C device an IP address that the Plunder Bug is able to connect to the internet or running network scans.&lt;br /&gt;
&lt;br /&gt;
To change between the Plunder Bug modes downlaod the shell script from [https://downloads.hak5.org/bug downloads.hak5.org]:&lt;br /&gt;
&lt;br /&gt;
Shell script usage:&lt;br /&gt;
* make it executable with &amp;lt;code&amp;gt; chmod +x ./plunderbug.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
* run the script as root or superuser:&lt;br /&gt;
&lt;br /&gt;
 ./plunderbug.sh [options]&lt;br /&gt;
 &lt;br /&gt;
 Options:&lt;br /&gt;
      --mute                 to use mute mode&lt;br /&gt;
      --unmute               to use unmuted mode&lt;br /&gt;
&lt;br /&gt;
=== Sniffing Data ===&lt;br /&gt;
&lt;br /&gt;
==== Local Access ====&lt;br /&gt;
&lt;br /&gt;
If you can access the tapping device locally, open wire shark and use the ethernet interface which gets deployed from the Plunder Bug with the USB cable. &lt;br /&gt;
&lt;br /&gt;
==== Remote Access ====  &lt;br /&gt;
&#039;&#039;&#039;Sniffing Node&#039;&#039;&#039;&lt;br /&gt;
# Make sure that tcpdump and ssh-server is installed &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireshark Machine&#039;&#039;&#039;&lt;br /&gt;
# Configure the SSH Remote capture Interface&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter IP&lt;br /&gt;
## Enter Port (usually 22)&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter Username &amp;amp; Password  &lt;br /&gt;
# Capture Tab:&lt;br /&gt;
## Enter Capturing Interface into Remote Interface&lt;br /&gt;
&lt;br /&gt;
==== Save TCP dumps ====&lt;br /&gt;
#Make sure tcpdump is installed&lt;br /&gt;
# Run tcpdump and log it into an file&lt;br /&gt;
 sudo tcpdump &amp;gt; tcplog.pcap&lt;br /&gt;
&lt;br /&gt;
=== Plunder Bug Usage Example ===&lt;br /&gt;
For this Example we placed the Plunder Bug in an test LAN Network which is shown in the network schematic. &lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugExampleTypology.jpg |700px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example we first perform an network scan with nmap and than Sniffing data with wire shark.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Performing an Network scan&#039;&#039;&#039;&lt;br /&gt;
  sudo nmap -sP 192.168.1.0/24 -e eth1&lt;br /&gt;
&lt;br /&gt;
-sP option tries to resolve the hostname&lt;br /&gt;
&lt;br /&gt;
-e eth1 defines the Plunder Bug as operating Interface &lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
  Starting Nmap 7.70 ( https://nmap.org ) at 2020-06-03 11:57 CEST&lt;br /&gt;
  Nmap scan report for 192.168.1.1&lt;br /&gt;
  Host is up (0.0035s latency).&lt;br /&gt;
  MAC Address: 00:18:4D:8F:53:0E (Netgear)&lt;br /&gt;
  Nmap scan report for 192.168.1.10&lt;br /&gt;
  Host is up (0.00022s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:13:C7 (Unknown)&lt;br /&gt;
  Nmap scan report for 192.168.1.11&lt;br /&gt;
  Host is up (0.00028s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:0C:17 (Unknown)&lt;br /&gt;
  Nmap done: 256 IP addresses (3 hosts up) scanned in 20.53 seconds&lt;br /&gt;
The output shows that 3 Hosts are online:&lt;br /&gt;
* 192.168.1.1 The Netgear Router&lt;br /&gt;
* 192.168.1.10 Raspberry Pi 1&lt;br /&gt;
* 192.168.1.11 Raspberry Pi 2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Sniff with Wireshark&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Wireshark gives us the following output if we sniff at the Plunder Bug Ethernet interface&lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugSniffing.png |600px]]&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Bash Bunny Plunder Bug]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.hak5.org/hc/en-us/categories/360001482953-Plunder-Bug&lt;br /&gt;
&lt;br /&gt;
[[Category:Pentesting]]&lt;/div&gt;</summary>
		<author><name>MLebenicnik</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5558</id>
		<title>Hak5 Plunder Bug</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5558"/>
		<updated>2020-12-21T19:52:21Z</updated>

		<summary type="html">&lt;p&gt;MLebenicnik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:PlunderBug.jpg |thumb|right|600px||Plunder Bug]]&lt;br /&gt;
== Summary == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--This device is an Pocket sized LAN tap. This device can be used for passive eavesdropping and is small enough to be placed everywhere without being recognized.--&amp;gt;&lt;br /&gt;
The Plunder Bug by Hak5 is a LAN Tap device enabling interception and eavesdropping of data communicated through an Ethernet link. Its use cases are diverse, as it could be used as a diagnostic tool supporting troubleshooting in a network. If used for malicious purposes, such as sniffing attacks, it might prove itself effective because of its small form factor and therefore increasing the likelihood of being recognized. It is very easy to use and works out-of-the-box but offers only limited configurability. &lt;br /&gt;
== Description ==&lt;br /&gt;
[[File:PlunderBugTapping.jpg |thumb|right|600px||Plunder Bug Network Deployment]]&lt;br /&gt;
The Plunder Bug can be viewed as a simpler version of a [[Hak5 Packet Squirrel]]. It allows the user to tap network traffic and to access it for network scanning. &lt;br /&gt;
&lt;br /&gt;
=== Deployment ===&lt;br /&gt;
&lt;br /&gt;
# Connect the Ethernet port of the victim machine with one of the two Ethernet Ports of the Plunder Bug with an short Ethernet cable.&lt;br /&gt;
# Connect the other  Ethernet port with the with the Ethernet cable which was previously plugged in the victim device.&lt;br /&gt;
# Power up the Plunder Bug by Connecting the USB-C female to USB-A male cable with an device which is under your control (preferably a raspberry pi with an battery shield).&lt;br /&gt;
&lt;br /&gt;
==== Device ====&lt;br /&gt;
The device offers two Ethernet ports, each for one of the devices sharing a communication link that we want to sniff the traffic. A USB-C device is used for the attacker. Traffic coming through either of the Ethernet ports will get mirrored to the attacker.&lt;br /&gt;
&lt;br /&gt;
==== Plunder Bug Modes ====&lt;br /&gt;
The Plunder Bug Allows us to run it in two modes &amp;quot;muted&amp;quot; and &amp;quot;unmuted&amp;quot;. The Plunder Bug is mirroring all network traffic and sends it to the USB-C port, when its operating in the muted mode. The unmuted mode gives additional to the muted capabilities the USB-C device an IP address that the Plunder Bug is able to connect to the internet or running network scans.&lt;br /&gt;
&lt;br /&gt;
To change between the Plunder Bug modes downlaod the shell script from [https://downloads.hak5.org/bug downloads.hak5.org]:&lt;br /&gt;
&lt;br /&gt;
Shell script usage:&lt;br /&gt;
* make it executable with &amp;lt;code&amp;gt; chmod +x ./plunderbug.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
* run the script as root or superuser:&lt;br /&gt;
&lt;br /&gt;
 ./plunderbug.sh [options]&lt;br /&gt;
 &lt;br /&gt;
 Options:&lt;br /&gt;
      --mute                 to use mute mode&lt;br /&gt;
      --unmute               to use unmuted mode&lt;br /&gt;
&lt;br /&gt;
=== Sniffing Data ===&lt;br /&gt;
&lt;br /&gt;
==== Local Access ====&lt;br /&gt;
&lt;br /&gt;
If you can access the tapping device locally, open wire shark and use the ethernet interface which gets deployed from the Plunder Bug with the USB cable. &lt;br /&gt;
&lt;br /&gt;
==== Remote Access ====  &lt;br /&gt;
&#039;&#039;&#039;Sniffing Node&#039;&#039;&#039;&lt;br /&gt;
# Make sure that tcpdump and ssh-server is installed &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireshark Machine&#039;&#039;&#039;&lt;br /&gt;
# Configure the SSH Remote capture Interface&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter IP&lt;br /&gt;
## Enter Port (usually 22)&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter Username &amp;amp; Password  &lt;br /&gt;
# Capture Tab:&lt;br /&gt;
## Enter Capturing Interface into Remote Interface&lt;br /&gt;
&lt;br /&gt;
==== Save TCP dumps ====&lt;br /&gt;
#Make sure tcpdump is installed&lt;br /&gt;
# Run tcpdump and log it into an file&lt;br /&gt;
 sudo tcpdump &amp;gt; tcplog.pcap&lt;br /&gt;
&lt;br /&gt;
=== Plunder Bug Usage Example ===&lt;br /&gt;
For this Example we placed the Plunder Bug in an test LAN Network which is shown in the network schematic. &lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugExampleTypology.jpg |700px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example we first perform an network scan with nmap and than Sniffing data with wire shark.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Performing an Network scan&#039;&#039;&#039;&lt;br /&gt;
  sudo nmap -sP 192.168.1.0/24 -e eth1&lt;br /&gt;
&lt;br /&gt;
-sP option tries to resolve the hostname&lt;br /&gt;
&lt;br /&gt;
-e eth1 defines the Plunder Bug as operating Interface &lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
  Starting Nmap 7.70 ( https://nmap.org ) at 2020-06-03 11:57 CEST&lt;br /&gt;
  Nmap scan report for 192.168.1.1&lt;br /&gt;
  Host is up (0.0035s latency).&lt;br /&gt;
  MAC Address: 00:18:4D:8F:53:0E (Netgear)&lt;br /&gt;
  Nmap scan report for 192.168.1.10&lt;br /&gt;
  Host is up (0.00022s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:13:C7 (Unknown)&lt;br /&gt;
  Nmap scan report for 192.168.1.11&lt;br /&gt;
  Host is up (0.00028s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:0C:17 (Unknown)&lt;br /&gt;
  Nmap done: 256 IP addresses (3 hosts up) scanned in 20.53 seconds&lt;br /&gt;
The output shows that 3 Hosts are online:&lt;br /&gt;
* 192.168.1.1 The Netgear Router&lt;br /&gt;
* 192.168.1.10 Raspberry Pi 1&lt;br /&gt;
* 192.168.1.11 Raspberry Pi 2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Sniff with Wireshark&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Wireshark gives us the following output if we sniff at the Plunder Bug Ethernet interface&lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugSniffing.png |600px]]&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Bash Bunny Plunder Bug]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.hak5.org/hc/en-us/categories/360001482953-Plunder-Bug&lt;br /&gt;
&lt;br /&gt;
[[Category:Pentesting]]&lt;/div&gt;</summary>
		<author><name>MLebenicnik</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5548</id>
		<title>Hak5 Plunder Bug</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5548"/>
		<updated>2020-12-21T19:39:20Z</updated>

		<summary type="html">&lt;p&gt;MLebenicnik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:PlunderBug.jpg |thumb|right|600px||Plunder Bug]]&lt;br /&gt;
== Summary == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--This device is an Pocket sized LAN tap. This device can be used for passive eavesdropping and is small enough to be placed everywhere without being recognized.--&amp;gt;&lt;br /&gt;
The Plunder Bug by Hak5 is a LAN Tap device enabling interception and eavesdropping of data communicated through an Ethernet link. Its use cases are diverse, as it could be used as a diagnostic tool supporting troubleshooting in a network. If used for malicious purposes, such as sniffing attacks, it might prove itself effective because of its small form factor and therefore increasing the likelihood of being recognized. It is very easy to use and works out-of-the-box but offers only limited configurability. &lt;br /&gt;
== Description ==&lt;br /&gt;
[[File:PlunderBugTapping.jpg |thumb|right|600px||Plunder Bug Network Deployment]]&lt;br /&gt;
The Plunder Bug can be viewed as a simpler version of a [[Hak5 Packet Squirrel]]. It allows the user to tap network traffic and to access it for network scanning. &lt;br /&gt;
&lt;br /&gt;
=== Deployment ===&lt;br /&gt;
&lt;br /&gt;
# Connect the Ethernet port of the victim machine with one of the two Ethernet Ports of the Plunder Bug with an short Ethernet cable.&lt;br /&gt;
# Connect the other  Ethernet port with the with the Ethernet cable which was previously plugged in the victim device.&lt;br /&gt;
# Power up the Plunder Bug by Connecting the USB-C female to USB-A male cable with an device which is under your control (preferably a raspberry pi with an battery shield).&lt;br /&gt;
&lt;br /&gt;
==== Plunder Bug Modes ====&lt;br /&gt;
The Plunder Bug Allows us to run it in two modes &amp;quot;muted&amp;quot; and &amp;quot;unmuted&amp;quot;. The Plunder Bug is mirroring all network traffic and sends it to the USB-C port, when its operating in the muted mode. The unmuted mode gives additional to the muted capabilities the USB-C device an IP address that the Plunder Bug is able to connect to the internet or running network scans.&lt;br /&gt;
&lt;br /&gt;
To change between the Plunder Bug modes downlaod the shell script from [https://downloads.hak5.org/bug downloads.hak5.org]:&lt;br /&gt;
&lt;br /&gt;
Shell script usage:&lt;br /&gt;
* make it executable with &amp;lt;code&amp;gt; chmod +x ./plunderbug.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
* run the script as root or superuser:&lt;br /&gt;
&lt;br /&gt;
 ./plunderbug.sh [options]&lt;br /&gt;
 &lt;br /&gt;
 Options:&lt;br /&gt;
      --mute                 to use mute mode&lt;br /&gt;
      --unmute               to use unmuted mode&lt;br /&gt;
&lt;br /&gt;
=== Sniffing Data ===&lt;br /&gt;
&lt;br /&gt;
==== Local Access ====&lt;br /&gt;
&lt;br /&gt;
If you can access the tapping device locally, open wire shark and use the ethernet interface which gets deployed from the Plunder Bug with the USB cable. &lt;br /&gt;
&lt;br /&gt;
==== Remote Access ====  &lt;br /&gt;
&#039;&#039;&#039;Sniffing Node&#039;&#039;&#039;&lt;br /&gt;
# Make sure that tcpdump and ssh-server is installed &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireshark Machine&#039;&#039;&#039;&lt;br /&gt;
# Configure the SSH Remote capture Interface&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter IP&lt;br /&gt;
## Enter Port (usually 22)&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter Username &amp;amp; Password  &lt;br /&gt;
# Capture Tab:&lt;br /&gt;
## Enter Capturing Interface into Remote Interface&lt;br /&gt;
&lt;br /&gt;
==== Save TCP dumps ====&lt;br /&gt;
#Make sure tcpdump is installed&lt;br /&gt;
# Run tcpdump and log it into an file&lt;br /&gt;
 sudo tcpdump &amp;gt; tcplog.pcap&lt;br /&gt;
&lt;br /&gt;
=== Plunder Bug Usage Example ===&lt;br /&gt;
For this Example we placed the Plunder Bug in an test LAN Network which is shown in the network schematic. &lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugExampleTypology.jpg |700px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example we first perform an network scan with nmap and than Sniffing data with wire shark.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Performing an Network scan&#039;&#039;&#039;&lt;br /&gt;
  sudo nmap -sP 192.168.1.0/24 -e eth1&lt;br /&gt;
&lt;br /&gt;
-sP option tries to resolve the hostname&lt;br /&gt;
&lt;br /&gt;
-e eth1 defines the Plunder Bug as operating Interface &lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
  Starting Nmap 7.70 ( https://nmap.org ) at 2020-06-03 11:57 CEST&lt;br /&gt;
  Nmap scan report for 192.168.1.1&lt;br /&gt;
  Host is up (0.0035s latency).&lt;br /&gt;
  MAC Address: 00:18:4D:8F:53:0E (Netgear)&lt;br /&gt;
  Nmap scan report for 192.168.1.10&lt;br /&gt;
  Host is up (0.00022s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:13:C7 (Unknown)&lt;br /&gt;
  Nmap scan report for 192.168.1.11&lt;br /&gt;
  Host is up (0.00028s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:0C:17 (Unknown)&lt;br /&gt;
  Nmap done: 256 IP addresses (3 hosts up) scanned in 20.53 seconds&lt;br /&gt;
The output shows that 3 Hosts are online:&lt;br /&gt;
* 192.168.1.1 The Netgear Router&lt;br /&gt;
* 192.168.1.10 Raspberry Pi 1&lt;br /&gt;
* 192.168.1.11 Raspberry Pi 2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Sniff with Wireshark&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Wireshark gives us the following output if we sniff at the Plunder Bug Ethernet interface&lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugSniffing.png |600px]]&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Bash Bunny Plunder Bug]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.hak5.org/hc/en-us/categories/360001482953-Plunder-Bug&lt;br /&gt;
&lt;br /&gt;
[[Category:Pentesting]]&lt;/div&gt;</summary>
		<author><name>MLebenicnik</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5547</id>
		<title>Hak5 Plunder Bug</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5547"/>
		<updated>2020-12-21T19:38:28Z</updated>

		<summary type="html">&lt;p&gt;MLebenicnik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:PlunderBug.jpg |thumb|right|600px||Plunder Bug]]&lt;br /&gt;
== Summary == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--This device is an Pocket sized LAN tap. This device can be used for passive eavesdropping and is small enough to be placed everywhere without being recognized.--&amp;gt;&lt;br /&gt;
The Plunder Bug by Hak5 is a LAN Tap device enabling interception and eavesdropping of data communicated through an Ethernet link. Its use cases are diverse, as it could be used as a diagnostic tool supporting troubleshooting in a network. If used for malicious purposes, such as sniffing attacks, it might prove itself effective because of its small form factor and therefore increasing the likelihood of being recognized. It is very easy to use and works out-of-the-box but offers only limited configurability. &lt;br /&gt;
== Description ==&lt;br /&gt;
[[File:PlunderBugTapping.jpg |thumb|right|600px||Plunder Bug Network Deployment]]&lt;br /&gt;
The Plunder Bug is an simplistic form of the [[Hak5 Packet Squirrel]]. It allows the user to tap network traffic and to access it for network scanning. &lt;br /&gt;
&lt;br /&gt;
=== Deployment ===&lt;br /&gt;
&lt;br /&gt;
# Connect the Ethernet port of the victim machine with one of the two Ethernet Ports of the Plunder Bug with an short Ethernet cable.&lt;br /&gt;
# Connect the other  Ethernet port with the with the Ethernet cable which was previously plugged in the victim device.&lt;br /&gt;
# Power up the Plunder Bug by Connecting the USB-C female to USB-A male cable with an device which is under your control (preferably a raspberry pi with an battery shield).&lt;br /&gt;
&lt;br /&gt;
==== Plunder Bug Modes ====&lt;br /&gt;
The Plunder Bug Allows us to run it in two modes &amp;quot;muted&amp;quot; and &amp;quot;unmuted&amp;quot;. The Plunder Bug is mirroring all network traffic and sends it to the USB-C port, when its operating in the muted mode. The unmuted mode gives additional to the muted capabilities the USB-C device an IP address that the Plunder Bug is able to connect to the internet or running network scans.&lt;br /&gt;
&lt;br /&gt;
To change between the Plunder Bug modes downlaod the shell script from [https://downloads.hak5.org/bug downloads.hak5.org]:&lt;br /&gt;
&lt;br /&gt;
Shell script usage:&lt;br /&gt;
* make it executable with &amp;lt;code&amp;gt; chmod +x ./plunderbug.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
* run the script as root or superuser:&lt;br /&gt;
&lt;br /&gt;
 ./plunderbug.sh [options]&lt;br /&gt;
 &lt;br /&gt;
 Options:&lt;br /&gt;
      --mute                 to use mute mode&lt;br /&gt;
      --unmute               to use unmuted mode&lt;br /&gt;
&lt;br /&gt;
=== Sniffing Data ===&lt;br /&gt;
&lt;br /&gt;
==== Local Access ====&lt;br /&gt;
&lt;br /&gt;
If you can access the tapping device locally, open wire shark and use the ethernet interface which gets deployed from the Plunder Bug with the USB cable. &lt;br /&gt;
&lt;br /&gt;
==== Remote Access ====  &lt;br /&gt;
&#039;&#039;&#039;Sniffing Node&#039;&#039;&#039;&lt;br /&gt;
# Make sure that tcpdump and ssh-server is installed &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireshark Machine&#039;&#039;&#039;&lt;br /&gt;
# Configure the SSH Remote capture Interface&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter IP&lt;br /&gt;
## Enter Port (usually 22)&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter Username &amp;amp; Password  &lt;br /&gt;
# Capture Tab:&lt;br /&gt;
## Enter Capturing Interface into Remote Interface&lt;br /&gt;
&lt;br /&gt;
==== Save TCP dumps ====&lt;br /&gt;
#Make sure tcpdump is installed&lt;br /&gt;
# Run tcpdump and log it into an file&lt;br /&gt;
 sudo tcpdump &amp;gt; tcplog.pcap&lt;br /&gt;
&lt;br /&gt;
=== Plunder Bug Usage Example ===&lt;br /&gt;
For this Example we placed the Plunder Bug in an test LAN Network which is shown in the network schematic. &lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugExampleTypology.jpg |700px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example we first perform an network scan with nmap and than Sniffing data with wire shark.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Performing an Network scan&#039;&#039;&#039;&lt;br /&gt;
  sudo nmap -sP 192.168.1.0/24 -e eth1&lt;br /&gt;
&lt;br /&gt;
-sP option tries to resolve the hostname&lt;br /&gt;
&lt;br /&gt;
-e eth1 defines the Plunder Bug as operating Interface &lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
  Starting Nmap 7.70 ( https://nmap.org ) at 2020-06-03 11:57 CEST&lt;br /&gt;
  Nmap scan report for 192.168.1.1&lt;br /&gt;
  Host is up (0.0035s latency).&lt;br /&gt;
  MAC Address: 00:18:4D:8F:53:0E (Netgear)&lt;br /&gt;
  Nmap scan report for 192.168.1.10&lt;br /&gt;
  Host is up (0.00022s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:13:C7 (Unknown)&lt;br /&gt;
  Nmap scan report for 192.168.1.11&lt;br /&gt;
  Host is up (0.00028s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:0C:17 (Unknown)&lt;br /&gt;
  Nmap done: 256 IP addresses (3 hosts up) scanned in 20.53 seconds&lt;br /&gt;
The output shows that 3 Hosts are online:&lt;br /&gt;
* 192.168.1.1 The Netgear Router&lt;br /&gt;
* 192.168.1.10 Raspberry Pi 1&lt;br /&gt;
* 192.168.1.11 Raspberry Pi 2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Sniff with Wireshark&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Wireshark gives us the following output if we sniff at the Plunder Bug Ethernet interface&lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugSniffing.png |600px]]&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Bash Bunny Plunder Bug]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.hak5.org/hc/en-us/categories/360001482953-Plunder-Bug&lt;br /&gt;
&lt;br /&gt;
[[Category:Pentesting]]&lt;/div&gt;</summary>
		<author><name>MLebenicnik</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5545</id>
		<title>Hak5 Plunder Bug</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Hak5_Plunder_Bug&amp;diff=5545"/>
		<updated>2020-12-21T19:37:41Z</updated>

		<summary type="html">&lt;p&gt;MLebenicnik: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:PlunderBug.jpg |thumb|right|600px||Plunder Bug]]&lt;br /&gt;
== Summary == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--This device is an Pocket sized LAN tap. This device can be used for passive eavesdropping and is small enough to be placed everywhere without being recognized.--&amp;gt;&lt;br /&gt;
The Hak5 Plunder Bug is a LAN Tap device enabling interception and eavesdropping of data communicated through an Ethernet link. Its use cases are diverse, as it could be used as a diagnostic tool supporting troubleshooting in a network. If used for malicious purposes, such as sniffing attacks, it might prove itself effective because of its small form factor and therefore increasing the likelihood of being recognized. It is very easy to use and works out-of-the-box but offers only limited configurability. &lt;br /&gt;
== Description ==&lt;br /&gt;
[[File:PlunderBugTapping.jpg |thumb|right|600px||Plunder Bug Network Deployment]]&lt;br /&gt;
The Plunder Bug is an simplistic form of the [[Hak5 Packet Squirrel]]. It allows the user to tap network traffic and to access it for network scanning. &lt;br /&gt;
&lt;br /&gt;
=== Deployment ===&lt;br /&gt;
&lt;br /&gt;
# Connect the Ethernet port of the victim machine with one of the two Ethernet Ports of the Plunder Bug with an short Ethernet cable.&lt;br /&gt;
# Connect the other  Ethernet port with the with the Ethernet cable which was previously plugged in the victim device.&lt;br /&gt;
# Power up the Plunder Bug by Connecting the USB-C female to USB-A male cable with an device which is under your control (preferably a raspberry pi with an battery shield).&lt;br /&gt;
&lt;br /&gt;
==== Plunder Bug Modes ====&lt;br /&gt;
The Plunder Bug Allows us to run it in two modes &amp;quot;muted&amp;quot; and &amp;quot;unmuted&amp;quot;. The Plunder Bug is mirroring all network traffic and sends it to the USB-C port, when its operating in the muted mode. The unmuted mode gives additional to the muted capabilities the USB-C device an IP address that the Plunder Bug is able to connect to the internet or running network scans.&lt;br /&gt;
&lt;br /&gt;
To change between the Plunder Bug modes downlaod the shell script from [https://downloads.hak5.org/bug downloads.hak5.org]:&lt;br /&gt;
&lt;br /&gt;
Shell script usage:&lt;br /&gt;
* make it executable with &amp;lt;code&amp;gt; chmod +x ./plunderbug.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
* run the script as root or superuser:&lt;br /&gt;
&lt;br /&gt;
 ./plunderbug.sh [options]&lt;br /&gt;
 &lt;br /&gt;
 Options:&lt;br /&gt;
      --mute                 to use mute mode&lt;br /&gt;
      --unmute               to use unmuted mode&lt;br /&gt;
&lt;br /&gt;
=== Sniffing Data ===&lt;br /&gt;
&lt;br /&gt;
==== Local Access ====&lt;br /&gt;
&lt;br /&gt;
If you can access the tapping device locally, open wire shark and use the ethernet interface which gets deployed from the Plunder Bug with the USB cable. &lt;br /&gt;
&lt;br /&gt;
==== Remote Access ====  &lt;br /&gt;
&#039;&#039;&#039;Sniffing Node&#039;&#039;&#039;&lt;br /&gt;
# Make sure that tcpdump and ssh-server is installed &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireshark Machine&#039;&#039;&#039;&lt;br /&gt;
# Configure the SSH Remote capture Interface&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter IP&lt;br /&gt;
## Enter Port (usually 22)&lt;br /&gt;
# Server Tab:&lt;br /&gt;
## Enter Username &amp;amp; Password  &lt;br /&gt;
# Capture Tab:&lt;br /&gt;
## Enter Capturing Interface into Remote Interface&lt;br /&gt;
&lt;br /&gt;
==== Save TCP dumps ====&lt;br /&gt;
#Make sure tcpdump is installed&lt;br /&gt;
# Run tcpdump and log it into an file&lt;br /&gt;
 sudo tcpdump &amp;gt; tcplog.pcap&lt;br /&gt;
&lt;br /&gt;
=== Plunder Bug Usage Example ===&lt;br /&gt;
For this Example we placed the Plunder Bug in an test LAN Network which is shown in the network schematic. &lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugExampleTypology.jpg |700px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example we first perform an network scan with nmap and than Sniffing data with wire shark.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Performing an Network scan&#039;&#039;&#039;&lt;br /&gt;
  sudo nmap -sP 192.168.1.0/24 -e eth1&lt;br /&gt;
&lt;br /&gt;
-sP option tries to resolve the hostname&lt;br /&gt;
&lt;br /&gt;
-e eth1 defines the Plunder Bug as operating Interface &lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
  Starting Nmap 7.70 ( https://nmap.org ) at 2020-06-03 11:57 CEST&lt;br /&gt;
  Nmap scan report for 192.168.1.1&lt;br /&gt;
  Host is up (0.0035s latency).&lt;br /&gt;
  MAC Address: 00:18:4D:8F:53:0E (Netgear)&lt;br /&gt;
  Nmap scan report for 192.168.1.10&lt;br /&gt;
  Host is up (0.00022s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:13:C7 (Unknown)&lt;br /&gt;
  Nmap scan report for 192.168.1.11&lt;br /&gt;
  Host is up (0.00028s latency).&lt;br /&gt;
  MAC Address: DC:A6:32:7D:0C:17 (Unknown)&lt;br /&gt;
  Nmap done: 256 IP addresses (3 hosts up) scanned in 20.53 seconds&lt;br /&gt;
The output shows that 3 Hosts are online:&lt;br /&gt;
* 192.168.1.1 The Netgear Router&lt;br /&gt;
* 192.168.1.10 Raspberry Pi 1&lt;br /&gt;
* 192.168.1.11 Raspberry Pi 2&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Sniff with Wireshark&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Wireshark gives us the following output if we sniff at the Plunder Bug Ethernet interface&lt;br /&gt;
&lt;br /&gt;
[[File:PlunderBugSniffing.png |600px]]&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Bash Bunny Plunder Bug]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.hak5.org/hc/en-us/categories/360001482953-Plunder-Bug&lt;br /&gt;
&lt;br /&gt;
[[Category:Pentesting]]&lt;/div&gt;</summary>
		<author><name>MLebenicnik</name></author>
	</entry>
</feed>