<?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=MIkic</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=MIkic"/>
	<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php/Special:Contributions/MIkic"/>
	<updated>2026-09-10T15:34:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.5</generator>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11435</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11435"/>
		<updated>2023-01-31T12:36:50Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction == &lt;br /&gt;
&lt;br /&gt;
USB attacks have become a significant threat to cyber security. To address this, various tools have been developed to aid in penetration testing and security assessments. The USBNinja cable and OMG cable are two such tools that allow for the execution of payloads when connected to a target device by mimicking a Human Interface Device (HID) such as a keyboard or mouse. These tools can be programmed using the Arduino Integrated Development Environment (IDE) which is user-friendly and straightforward. To prevent USB attacks, a combination of preventive measures such as the Malicious Cable Detector, HID protection approaches through software or hardware, and awareness training is recommended.&lt;br /&gt;
&lt;br /&gt;
== O.MG Cable ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Cable Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Cable ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
The USBNinja cable is a information security and penetration testing tool that allows the execution of payloads when the USB cable is connected by pretending to be a HID device such as a keyboard or mouse. Programming the cable is done through the Arduino IDE, making it a simple and user-friendly method for using USB Ninja.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Cable Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
To start with the USB NINJA cable, it is necessary to first access the official website at https://usbninja.com/help/&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Then, it is essential to strictly follow the steps described on the USBNinja website&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
After downloading the required boot driver and the Arduino IDE, it is imperative to run both as administrator to avoid future conflicts and then proceed with the installation&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
Next, in the Arduino IDE, go to &amp;quot;Preferences&amp;quot; and add the required link&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
The URL for downloading the required JSON file can be easily found on the USB Ninja website. The link simply specifies the location for the download.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
Next, we will open the Board Manager within the Arduino IDE and download the required board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
Finally, we simply select the previously downloaded board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
Dein OMG Cable Angriff mit der Mail&lt;br /&gt;
&lt;br /&gt;
== Scenario ==&lt;br /&gt;
&lt;br /&gt;
Imagine a hypothetical scenario: Our USB NINJA cable could pose potential dangers. Suppose someone is at an airport and wants to charge their laptop or smartphone. They find a public charging station with USB ports as well as accessible USB cables that can be connected to their laptop. Without thinking, the person connects the charging cable. As soon as the NINJA cable is connected, a threatening message appears on the screen, manipulating the user and causing them to follow the attacker&#039;s instructions. This is a typical attack through social engineering.&lt;br /&gt;
&lt;br /&gt;
[[File:Threat_message.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Preventive measures ==&lt;br /&gt;
&lt;br /&gt;
Preventive measures against malicious USB cables include the use of a Malicious Cable Detector. This device prevents data transfer through the USB cable while still allowing for charging. The LED on the detector lights up red when data transfer is blocked. There are also two approaches for protecting against HID (Human Interface Device) attacks, a software approach and a hardware approach. The software approach records keyboard activity through software and the hardware approach uses a separate device to record keyboard activity. Awareness training is also an important aspect of protecting against malicious USB cables and HID attacks.&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://usbninja.com/help/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11434</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11434"/>
		<updated>2023-01-31T12:35:21Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Preventive measures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Cable ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Cable Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Cable ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
The USBNinja cable is a information security and penetration testing tool that allows the execution of payloads when the USB cable is connected by pretending to be a HID device such as a keyboard or mouse. Programming the cable is done through the Arduino IDE, making it a simple and user-friendly method for using USB Ninja.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Cable Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
To start with the USB NINJA cable, it is necessary to first access the official website at https://usbninja.com/help/&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Then, it is essential to strictly follow the steps described on the USBNinja website&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
After downloading the required boot driver and the Arduino IDE, it is imperative to run both as administrator to avoid future conflicts and then proceed with the installation&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
Next, in the Arduino IDE, go to &amp;quot;Preferences&amp;quot; and add the required link&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
The URL for downloading the required JSON file can be easily found on the USB Ninja website. The link simply specifies the location for the download.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
Next, we will open the Board Manager within the Arduino IDE and download the required board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
Finally, we simply select the previously downloaded board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
Dein OMG Cable Angriff mit der Mail&lt;br /&gt;
&lt;br /&gt;
== Scenario ==&lt;br /&gt;
&lt;br /&gt;
Imagine a hypothetical scenario: Our USB NINJA cable could pose potential dangers. Suppose someone is at an airport and wants to charge their laptop or smartphone. They find a public charging station with USB ports as well as accessible USB cables that can be connected to their laptop. Without thinking, the person connects the charging cable. As soon as the NINJA cable is connected, a threatening message appears on the screen, manipulating the user and causing them to follow the attacker&#039;s instructions. This is a typical attack through social engineering.&lt;br /&gt;
&lt;br /&gt;
[[File:Threat_message.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Preventive measures ==&lt;br /&gt;
&lt;br /&gt;
Preventive measures against malicious USB cables include the use of a Malicious Cable Detector. This device prevents data transfer through the USB cable while still allowing for charging. The LED on the detector lights up red when data transfer is blocked. There are also two approaches for protecting against HID (Human Interface Device) attacks, a software approach and a hardware approach. The software approach records keyboard activity through software and the hardware approach uses a separate device to record keyboard activity. Awareness training is also an important aspect of protecting against malicious USB cables and HID attacks.&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://usbninja.com/help/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11433</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11433"/>
		<updated>2023-01-31T12:30:36Z</updated>

		<summary type="html">&lt;p&gt;MIkic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Cable ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Cable Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Cable ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
The USBNinja cable is a information security and penetration testing tool that allows the execution of payloads when the USB cable is connected by pretending to be a HID device such as a keyboard or mouse. Programming the cable is done through the Arduino IDE, making it a simple and user-friendly method for using USB Ninja.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Cable Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
To start with the USB NINJA cable, it is necessary to first access the official website at https://usbninja.com/help/&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Then, it is essential to strictly follow the steps described on the USBNinja website&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
After downloading the required boot driver and the Arduino IDE, it is imperative to run both as administrator to avoid future conflicts and then proceed with the installation&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
Next, in the Arduino IDE, go to &amp;quot;Preferences&amp;quot; and add the required link&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
The URL for downloading the required JSON file can be easily found on the USB Ninja website. The link simply specifies the location for the download.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
Next, we will open the Board Manager within the Arduino IDE and download the required board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
Finally, we simply select the previously downloaded board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
Dein OMG Cable Angriff mit der Mail&lt;br /&gt;
&lt;br /&gt;
== Scenario ==&lt;br /&gt;
&lt;br /&gt;
Imagine a hypothetical scenario: Our USB NINJA cable could pose potential dangers. Suppose someone is at an airport and wants to charge their laptop or smartphone. They find a public charging station with USB ports as well as accessible USB cables that can be connected to their laptop. Without thinking, the person connects the charging cable. As soon as the NINJA cable is connected, a threatening message appears on the screen, manipulating the user and causing them to follow the attacker&#039;s instructions. This is a typical attack through social engineering.&lt;br /&gt;
&lt;br /&gt;
[[File:Threat_message.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Preventive measures ==&lt;br /&gt;
&lt;br /&gt;
* Malicious Cable Detector&lt;br /&gt;
Prevents data transfer but charging is still possible &lt;br /&gt;
LED lights up red&lt;br /&gt;
&lt;br /&gt;
* HID Protection Approaches&lt;br /&gt;
Software Approach: Records keyboard activity through software&lt;br /&gt;
Hardware Approach: Records keyboard activity through hardware device&lt;br /&gt;
&lt;br /&gt;
* Awareness Training&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://usbninja.com/help/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11432</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11432"/>
		<updated>2023-01-31T12:30:02Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Quellen */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Cable ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Cable Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Cable ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
The USBNinja cable is a information security and penetration testing tool that allows the execution of payloads when the USB cable is connected by pretending to be a HID device such as a keyboard or mouse. Programming the cable is done through the Arduino IDE, making it a simple and user-friendly method for using USB Ninja.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Cable Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
To start with the USB NINJA cable, it is necessary to first access the official website at https://usbninja.com/help/&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Then, it is essential to strictly follow the steps described on the USBNinja website&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
After downloading the required boot driver and the Arduino IDE, it is imperative to run both as administrator to avoid future conflicts and then proceed with the installation&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
Next, in the Arduino IDE, go to &amp;quot;Preferences&amp;quot; and add the required link&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
The URL for downloading the required JSON file can be easily found on the USB Ninja website. The link simply specifies the location for the download.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
Next, we will open the Board Manager within the Arduino IDE and download the required board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
Finally, we simply select the previously downloaded board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
Dein OMG Cable Angriff mit der Mail&lt;br /&gt;
&lt;br /&gt;
== Scenario ==&lt;br /&gt;
&lt;br /&gt;
Imagine a hypothetical scenario: Our USB NINJA cable could pose potential dangers. Suppose someone is at an airport and wants to charge their laptop or smartphone. They find a public charging station with USB ports as well as accessible USB cables that can be connected to their laptop. Without thinking, the person connects the charging cable. As soon as the NINJA cable is connected, a threatening message appears on the screen, manipulating the user and causing them to follow the attacker&#039;s instructions. This is a typical attack through social engineering.&lt;br /&gt;
&lt;br /&gt;
[[File:Threat_message.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Preventive measures ==&lt;br /&gt;
&lt;br /&gt;
* Malicious Cable Detector&lt;br /&gt;
Prevents data transfer but charging is still possible &lt;br /&gt;
LED lights up red&lt;br /&gt;
&lt;br /&gt;
* HID Protection Approaches&lt;br /&gt;
Software Approach: Records keyboard activity through software&lt;br /&gt;
Hardware Approach: Records keyboard activity through hardware device&lt;br /&gt;
&lt;br /&gt;
* Awareness Training&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* usbninja.com/help/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11431</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11431"/>
		<updated>2023-01-31T12:29:48Z</updated>

		<summary type="html">&lt;p&gt;MIkic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Cable ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Cable Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Cable ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
The USBNinja cable is a information security and penetration testing tool that allows the execution of payloads when the USB cable is connected by pretending to be a HID device such as a keyboard or mouse. Programming the cable is done through the Arduino IDE, making it a simple and user-friendly method for using USB Ninja.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Cable Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
To start with the USB NINJA cable, it is necessary to first access the official website at https://usbninja.com/help/&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Then, it is essential to strictly follow the steps described on the USBNinja website&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
After downloading the required boot driver and the Arduino IDE, it is imperative to run both as administrator to avoid future conflicts and then proceed with the installation&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
Next, in the Arduino IDE, go to &amp;quot;Preferences&amp;quot; and add the required link&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
The URL for downloading the required JSON file can be easily found on the USB Ninja website. The link simply specifies the location for the download.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
Next, we will open the Board Manager within the Arduino IDE and download the required board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
Finally, we simply select the previously downloaded board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
Dein OMG Cable Angriff mit der Mail&lt;br /&gt;
&lt;br /&gt;
== Scenario ==&lt;br /&gt;
&lt;br /&gt;
Imagine a hypothetical scenario: Our USB NINJA cable could pose potential dangers. Suppose someone is at an airport and wants to charge their laptop or smartphone. They find a public charging station with USB ports as well as accessible USB cables that can be connected to their laptop. Without thinking, the person connects the charging cable. As soon as the NINJA cable is connected, a threatening message appears on the screen, manipulating the user and causing them to follow the attacker&#039;s instructions. This is a typical attack through social engineering.&lt;br /&gt;
&lt;br /&gt;
[[File:Threat_message.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Preventive measures ==&lt;br /&gt;
&lt;br /&gt;
* Malicious Cable Detector&lt;br /&gt;
Prevents data transfer but charging is still possible &lt;br /&gt;
LED lights up red&lt;br /&gt;
&lt;br /&gt;
* HID Protection Approaches&lt;br /&gt;
Software Approach: Records keyboard activity through software&lt;br /&gt;
Hardware Approach: Records keyboard activity through hardware device&lt;br /&gt;
&lt;br /&gt;
* Awareness Training&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* //usbninja.com/help/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11430</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11430"/>
		<updated>2023-01-31T12:29:02Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Preventive measures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Cable ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Cable Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Cable ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
The USBNinja cable is a information security and penetration testing tool that allows the execution of payloads when the USB cable is connected by pretending to be a HID device such as a keyboard or mouse. Programming the cable is done through the Arduino IDE, making it a simple and user-friendly method for using USB Ninja.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Cable Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
To start with the USB NINJA cable, it is necessary to first access the official website at https://usbninja.com/help/&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Then, it is essential to strictly follow the steps described on the USBNinja website&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
After downloading the required boot driver and the Arduino IDE, it is imperative to run both as administrator to avoid future conflicts and then proceed with the installation&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
Next, in the Arduino IDE, go to &amp;quot;Preferences&amp;quot; and add the required link&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
The URL for downloading the required JSON file can be easily found on the USB Ninja website. The link simply specifies the location for the download.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
Next, we will open the Board Manager within the Arduino IDE and download the required board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
Finally, we simply select the previously downloaded board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
Dein OMG Cable Angriff mit der Mail&lt;br /&gt;
&lt;br /&gt;
== Scenario ==&lt;br /&gt;
&lt;br /&gt;
Imagine a hypothetical scenario: Our USB NINJA cable could pose potential dangers. Suppose someone is at an airport and wants to charge their laptop or smartphone. They find a public charging station with USB ports as well as accessible USB cables that can be connected to their laptop. Without thinking, the person connects the charging cable. As soon as the NINJA cable is connected, a threatening message appears on the screen, manipulating the user and causing them to follow the attacker&#039;s instructions. This is a typical attack through social engineering.&lt;br /&gt;
&lt;br /&gt;
[[File:Threat_message.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Preventive measures ==&lt;br /&gt;
&lt;br /&gt;
* Malicious Cable Detector&lt;br /&gt;
Prevents data transfer but charging is still possible &lt;br /&gt;
LED lights up red&lt;br /&gt;
&lt;br /&gt;
* HID Protection Approaches&lt;br /&gt;
Software Approach: Records keyboard activity through software&lt;br /&gt;
Hardware Approach: Records keyboard activity through hardware device&lt;br /&gt;
&lt;br /&gt;
* Awareness Training&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11429</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11429"/>
		<updated>2023-01-31T12:24:52Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Präventive Maßnahmen */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Cable ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Cable Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Cable ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
The USBNinja cable is a information security and penetration testing tool that allows the execution of payloads when the USB cable is connected by pretending to be a HID device such as a keyboard or mouse. Programming the cable is done through the Arduino IDE, making it a simple and user-friendly method for using USB Ninja.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Cable Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
To start with the USB NINJA cable, it is necessary to first access the official website at https://usbninja.com/help/&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Then, it is essential to strictly follow the steps described on the USBNinja website&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
After downloading the required boot driver and the Arduino IDE, it is imperative to run both as administrator to avoid future conflicts and then proceed with the installation&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
Next, in the Arduino IDE, go to &amp;quot;Preferences&amp;quot; and add the required link&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
The URL for downloading the required JSON file can be easily found on the USB Ninja website. The link simply specifies the location for the download.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
Next, we will open the Board Manager within the Arduino IDE and download the required board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
Finally, we simply select the previously downloaded board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
Dein OMG Cable Angriff mit der Mail&lt;br /&gt;
&lt;br /&gt;
== Scenario ==&lt;br /&gt;
&lt;br /&gt;
Imagine a hypothetical scenario: Our USB NINJA cable could pose potential dangers. Suppose someone is at an airport and wants to charge their laptop or smartphone. They find a public charging station with USB ports as well as accessible USB cables that can be connected to their laptop. Without thinking, the person connects the charging cable. As soon as the NINJA cable is connected, a threatening message appears on the screen, manipulating the user and causing them to follow the attacker&#039;s instructions. This is a typical attack through social engineering.&lt;br /&gt;
&lt;br /&gt;
[[File:Threat_message.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Preventive measures ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11428</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11428"/>
		<updated>2023-01-31T12:23:46Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* O.MG Kabel Setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Cable ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Cable Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Cable ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
The USBNinja cable is a information security and penetration testing tool that allows the execution of payloads when the USB cable is connected by pretending to be a HID device such as a keyboard or mouse. Programming the cable is done through the Arduino IDE, making it a simple and user-friendly method for using USB Ninja.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Cable Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
To start with the USB NINJA cable, it is necessary to first access the official website at https://usbninja.com/help/&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Then, it is essential to strictly follow the steps described on the USBNinja website&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
After downloading the required boot driver and the Arduino IDE, it is imperative to run both as administrator to avoid future conflicts and then proceed with the installation&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
Next, in the Arduino IDE, go to &amp;quot;Preferences&amp;quot; and add the required link&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
The URL for downloading the required JSON file can be easily found on the USB Ninja website. The link simply specifies the location for the download.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
Next, we will open the Board Manager within the Arduino IDE and download the required board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
Finally, we simply select the previously downloaded board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
Dein OMG Cable Angriff mit der Mail&lt;br /&gt;
&lt;br /&gt;
== Scenario ==&lt;br /&gt;
&lt;br /&gt;
Imagine a hypothetical scenario: Our USB NINJA cable could pose potential dangers. Suppose someone is at an airport and wants to charge their laptop or smartphone. They find a public charging station with USB ports as well as accessible USB cables that can be connected to their laptop. Without thinking, the person connects the charging cable. As soon as the NINJA cable is connected, a threatening message appears on the screen, manipulating the user and causing them to follow the attacker&#039;s instructions. This is a typical attack through social engineering.&lt;br /&gt;
&lt;br /&gt;
[[File:Threat_message.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11427</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11427"/>
		<updated>2023-01-31T12:23:36Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* O.MG Kabel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Cable ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Cable ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
The USBNinja cable is a information security and penetration testing tool that allows the execution of payloads when the USB cable is connected by pretending to be a HID device such as a keyboard or mouse. Programming the cable is done through the Arduino IDE, making it a simple and user-friendly method for using USB Ninja.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Cable Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
To start with the USB NINJA cable, it is necessary to first access the official website at https://usbninja.com/help/&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Then, it is essential to strictly follow the steps described on the USBNinja website&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
After downloading the required boot driver and the Arduino IDE, it is imperative to run both as administrator to avoid future conflicts and then proceed with the installation&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
Next, in the Arduino IDE, go to &amp;quot;Preferences&amp;quot; and add the required link&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
The URL for downloading the required JSON file can be easily found on the USB Ninja website. The link simply specifies the location for the download.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
Next, we will open the Board Manager within the Arduino IDE and download the required board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
Finally, we simply select the previously downloaded board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
Dein OMG Cable Angriff mit der Mail&lt;br /&gt;
&lt;br /&gt;
== Scenario ==&lt;br /&gt;
&lt;br /&gt;
Imagine a hypothetical scenario: Our USB NINJA cable could pose potential dangers. Suppose someone is at an airport and wants to charge their laptop or smartphone. They find a public charging station with USB ports as well as accessible USB cables that can be connected to their laptop. Without thinking, the person connects the charging cable. As soon as the NINJA cable is connected, a threatening message appears on the screen, manipulating the user and causing them to follow the attacker&#039;s instructions. This is a typical attack through social engineering.&lt;br /&gt;
&lt;br /&gt;
[[File:Threat_message.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11426</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11426"/>
		<updated>2023-01-31T12:23:26Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Zusammenfassung */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Cable ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
The USBNinja cable is a information security and penetration testing tool that allows the execution of payloads when the USB cable is connected by pretending to be a HID device such as a keyboard or mouse. Programming the cable is done through the Arduino IDE, making it a simple and user-friendly method for using USB Ninja.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Cable Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
To start with the USB NINJA cable, it is necessary to first access the official website at https://usbninja.com/help/&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Then, it is essential to strictly follow the steps described on the USBNinja website&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
After downloading the required boot driver and the Arduino IDE, it is imperative to run both as administrator to avoid future conflicts and then proceed with the installation&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
Next, in the Arduino IDE, go to &amp;quot;Preferences&amp;quot; and add the required link&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
The URL for downloading the required JSON file can be easily found on the USB Ninja website. The link simply specifies the location for the download.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
Next, we will open the Board Manager within the Arduino IDE and download the required board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
Finally, we simply select the previously downloaded board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
Dein OMG Cable Angriff mit der Mail&lt;br /&gt;
&lt;br /&gt;
== Scenario ==&lt;br /&gt;
&lt;br /&gt;
Imagine a hypothetical scenario: Our USB NINJA cable could pose potential dangers. Suppose someone is at an airport and wants to charge their laptop or smartphone. They find a public charging station with USB ports as well as accessible USB cables that can be connected to their laptop. Without thinking, the person connects the charging cable. As soon as the NINJA cable is connected, a threatening message appears on the screen, manipulating the user and causing them to follow the attacker&#039;s instructions. This is a typical attack through social engineering.&lt;br /&gt;
&lt;br /&gt;
[[File:Threat_message.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11425</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11425"/>
		<updated>2023-01-31T12:23:10Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* USBNinja Kabel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Cable ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
The USBNinja cable is a information security and penetration testing tool that allows the execution of payloads when the USB cable is connected by pretending to be a HID device such as a keyboard or mouse. Programming the cable is done through the Arduino IDE, making it a simple and user-friendly method for using USB Ninja.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Cable Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
To start with the USB NINJA cable, it is necessary to first access the official website at https://usbninja.com/help/&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Then, it is essential to strictly follow the steps described on the USBNinja website&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
After downloading the required boot driver and the Arduino IDE, it is imperative to run both as administrator to avoid future conflicts and then proceed with the installation&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
Next, in the Arduino IDE, go to &amp;quot;Preferences&amp;quot; and add the required link&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
The URL for downloading the required JSON file can be easily found on the USB Ninja website. The link simply specifies the location for the download.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
Next, we will open the Board Manager within the Arduino IDE and download the required board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
Finally, we simply select the previously downloaded board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
Dein OMG Cable Angriff mit der Mail&lt;br /&gt;
&lt;br /&gt;
== Scenario ==&lt;br /&gt;
&lt;br /&gt;
Imagine a hypothetical scenario: Our USB NINJA cable could pose potential dangers. Suppose someone is at an airport and wants to charge their laptop or smartphone. They find a public charging station with USB ports as well as accessible USB cables that can be connected to their laptop. Without thinking, the person connects the charging cable. As soon as the NINJA cable is connected, a threatening message appears on the screen, manipulating the user and causing them to follow the attacker&#039;s instructions. This is a typical attack through social engineering.&lt;br /&gt;
&lt;br /&gt;
[[File:Threat_message.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11424</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11424"/>
		<updated>2023-01-31T12:22:21Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* USBNinja Kabel Setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Cable Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
To start with the USB NINJA cable, it is necessary to first access the official website at https://usbninja.com/help/&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Then, it is essential to strictly follow the steps described on the USBNinja website&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
After downloading the required boot driver and the Arduino IDE, it is imperative to run both as administrator to avoid future conflicts and then proceed with the installation&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
Next, in the Arduino IDE, go to &amp;quot;Preferences&amp;quot; and add the required link&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
The URL for downloading the required JSON file can be easily found on the USB Ninja website. The link simply specifies the location for the download.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
Next, we will open the Board Manager within the Arduino IDE and download the required board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
Finally, we simply select the previously downloaded board for the NINJA cable&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
Dein OMG Cable Angriff mit der Mail&lt;br /&gt;
&lt;br /&gt;
== Scenario ==&lt;br /&gt;
&lt;br /&gt;
Imagine a hypothetical scenario: Our USB NINJA cable could pose potential dangers. Suppose someone is at an airport and wants to charge their laptop or smartphone. They find a public charging station with USB ports as well as accessible USB cables that can be connected to their laptop. Without thinking, the person connects the charging cable. As soon as the NINJA cable is connected, a threatening message appears on the screen, manipulating the user and causing them to follow the attacker&#039;s instructions. This is a typical attack through social engineering.&lt;br /&gt;
&lt;br /&gt;
[[File:Threat_message.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11423</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11423"/>
		<updated>2023-01-31T12:17:36Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Szenario */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Um mit dem USB Ninja Kabel zu beginnen, ist es notwendig, zunächst die offizielle Webseite unter https://usbninja.com/help/ aufzurufen.  &lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Anschließend ist es unerlässlich, die auf der Webseite von USBNinja beschriebenen Schritte strikt zu befolgen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
Nach dem Herunterladen des erforderlichen Boot-Treibers und der Arduino IDE, ist es unbedingt notwendig, beide als Administrator auszuführen, um spätere Konflikte zu vermeiden, und anschließend erfolgt die Installation.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
In der Arduino IDE geht man anschließend zu den &amp;quot;Preferences&amp;quot; und fügt den erforderlichen Link hinzu.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
Die URL für den Download des erforderlichen JSON-Files kann problemlos auf der Webseite von USB Ninja gefunden werden. Der Link gibt lediglich den Speicherort für den Download an.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
Im Anschluss werden wir innerhalb der Arduino-IDE den Board-Manager aufrufen und das erforderliche Board für das NINJA-Kabel herunterladen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
Abschließend wählen wir lediglich das zuvor heruntergeladene Board für das NINJA-Kabel aus&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
Dein OMG Cable Angriff mit der Mail&lt;br /&gt;
&lt;br /&gt;
== Scenario ==&lt;br /&gt;
&lt;br /&gt;
Imagine a hypothetical scenario: Our USB NINJA cable could pose potential dangers. Suppose someone is at an airport and wants to charge their laptop or smartphone. They find a public charging station with USB ports as well as accessible USB cables that can be connected to their laptop. Without thinking, the person connects the charging cable. As soon as the NINJA cable is connected, a threatening message appears on the screen, manipulating the user and causing them to follow the attacker&#039;s instructions. This is a typical attack through social engineering.&lt;br /&gt;
&lt;br /&gt;
[[File:Threat_message.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11422</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11422"/>
		<updated>2023-01-31T12:17:23Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Szenario */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Um mit dem USB Ninja Kabel zu beginnen, ist es notwendig, zunächst die offizielle Webseite unter https://usbninja.com/help/ aufzurufen.  &lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Anschließend ist es unerlässlich, die auf der Webseite von USBNinja beschriebenen Schritte strikt zu befolgen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
Nach dem Herunterladen des erforderlichen Boot-Treibers und der Arduino IDE, ist es unbedingt notwendig, beide als Administrator auszuführen, um spätere Konflikte zu vermeiden, und anschließend erfolgt die Installation.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
In der Arduino IDE geht man anschließend zu den &amp;quot;Preferences&amp;quot; und fügt den erforderlichen Link hinzu.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
Die URL für den Download des erforderlichen JSON-Files kann problemlos auf der Webseite von USB Ninja gefunden werden. Der Link gibt lediglich den Speicherort für den Download an.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
Im Anschluss werden wir innerhalb der Arduino-IDE den Board-Manager aufrufen und das erforderliche Board für das NINJA-Kabel herunterladen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
Abschließend wählen wir lediglich das zuvor heruntergeladene Board für das NINJA-Kabel aus&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
Dein OMG Cable Angriff mit der Mail&lt;br /&gt;
&lt;br /&gt;
== Szenario ==&lt;br /&gt;
&lt;br /&gt;
Imagine a hypothetical scenario: Our USB NINJA cable could pose potential dangers. Suppose someone is at an airport and wants to charge their laptop or smartphone. They find a public charging station with USB ports as well as accessible USB cables that can be connected to their laptop. Without thinking, the person connects the charging cable. As soon as the NINJA cable is connected, a threatening message appears on the screen, manipulating the user and causing them to follow the attacker&#039;s instructions. This is a typical attack through social engineering.&lt;br /&gt;
&lt;br /&gt;
[[File:Threat_message.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11421</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11421"/>
		<updated>2023-01-31T12:15:48Z</updated>

		<summary type="html">&lt;p&gt;MIkic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Um mit dem USB Ninja Kabel zu beginnen, ist es notwendig, zunächst die offizielle Webseite unter https://usbninja.com/help/ aufzurufen.  &lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Anschließend ist es unerlässlich, die auf der Webseite von USBNinja beschriebenen Schritte strikt zu befolgen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
Nach dem Herunterladen des erforderlichen Boot-Treibers und der Arduino IDE, ist es unbedingt notwendig, beide als Administrator auszuführen, um spätere Konflikte zu vermeiden, und anschließend erfolgt die Installation.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
In der Arduino IDE geht man anschließend zu den &amp;quot;Preferences&amp;quot; und fügt den erforderlichen Link hinzu.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
Die URL für den Download des erforderlichen JSON-Files kann problemlos auf der Webseite von USB Ninja gefunden werden. Der Link gibt lediglich den Speicherort für den Download an.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
Im Anschluss werden wir innerhalb der Arduino-IDE den Board-Manager aufrufen und das erforderliche Board für das NINJA-Kabel herunterladen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
Abschließend wählen wir lediglich das zuvor heruntergeladene Board für das NINJA-Kabel aus&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
Dein OMG Cable Angriff mit der Mail&lt;br /&gt;
&lt;br /&gt;
== Szenario ==&lt;br /&gt;
&lt;br /&gt;
Stellen Sie sich ein hypothetisches Szenario vor: Mit unserem USB NINJA-Kabel könnten potenzielle Gefahren ausgeübt werden. Angenommen, eine Person befindet sich am Flughafen und möchte ihr Laptop oder Smartphone aufladen. Die Person entdeckt eine öffentliche Ladestation mit USB-Ports sowie frei zugängliche USB-Kabel, die an den Laptop angeschlossen werden können. Ohne nachzudenken, schließt die Person das Ladekabel an. Sobald das NINJA-Kabel angeschlossen wird, erscheint eine Bedrohungsnachricht auf dem Bildschirm, die den Benutzer manipuliert und dazu veranlasst, den Anweisungen des Angreifers zu folgen. Dies stellt einen typischen Angriff mittels Social Engineering dar.&lt;br /&gt;
&lt;br /&gt;
[[File:Threat_message.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=File:Threat_message.jpeg&amp;diff=11420</id>
		<title>File:Threat message.jpeg</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=File:Threat_message.jpeg&amp;diff=11420"/>
		<updated>2023-01-31T12:13:57Z</updated>

		<summary type="html">&lt;p&gt;MIkic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11419</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11419"/>
		<updated>2023-01-31T12:06:08Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Szenario */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Um mit dem USB Ninja Kabel zu beginnen, ist es notwendig, zunächst die offizielle Webseite unter https://usbninja.com/help/ aufzurufen.  &lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Anschließend ist es unerlässlich, die auf der Webseite von USBNinja beschriebenen Schritte strikt zu befolgen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
Nach dem Herunterladen des erforderlichen Boot-Treibers und der Arduino IDE, ist es unbedingt notwendig, beide als Administrator auszuführen, um spätere Konflikte zu vermeiden, und anschließend erfolgt die Installation.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
In der Arduino IDE geht man anschließend zu den &amp;quot;Preferences&amp;quot; und fügt den erforderlichen Link hinzu.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
Die URL für den Download des erforderlichen JSON-Files kann problemlos auf der Webseite von USB Ninja gefunden werden. Der Link gibt lediglich den Speicherort für den Download an.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
Im Anschluss werden wir innerhalb der Arduino-IDE den Board-Manager aufrufen und das erforderliche Board für das NINJA-Kabel herunterladen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
Abschließend wählen wir lediglich das zuvor heruntergeladene Board für das NINJA-Kabel aus&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
Dein OMG Cable Angriff mit der Mail&lt;br /&gt;
&lt;br /&gt;
== Szenario ==&lt;br /&gt;
&lt;br /&gt;
Stellen Sie sich ein hypothetisches Szenario vor: Mit unserem USB NINJA-Kabel könnten potenzielle Gefahren ausgeübt werden. Angenommen, eine Person befindet sich am Flughafen und möchte ihr Laptop oder Smartphone aufladen. Die Person entdeckt eine öffentliche Ladestation mit USB-Ports sowie frei zugängliche USB-Kabel, die an den Laptop angeschlossen werden können. Ohne nachzudenken, schließt die Person das Ladekabel an. Sobald das NINJA-Kabel angeschlossen wird, erscheint eine Bedrohungsnachricht auf dem Bildschirm, die den Benutzer manipuliert und dazu veranlasst, den Anweisungen des Angreifers zu folgen. Dies stellt einen typischen Angriff mittels Social Engineering dar.&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11418</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11418"/>
		<updated>2023-01-31T11:59:12Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Demonstration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Um mit dem USB Ninja Kabel zu beginnen, ist es notwendig, zunächst die offizielle Webseite unter https://usbninja.com/help/ aufzurufen.  &lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Anschließend ist es unerlässlich, die auf der Webseite von USBNinja beschriebenen Schritte strikt zu befolgen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
Nach dem Herunterladen des erforderlichen Boot-Treibers und der Arduino IDE, ist es unbedingt notwendig, beide als Administrator auszuführen, um spätere Konflikte zu vermeiden, und anschließend erfolgt die Installation.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
In der Arduino IDE geht man anschließend zu den &amp;quot;Preferences&amp;quot; und fügt den erforderlichen Link hinzu.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
Die URL für den Download des erforderlichen JSON-Files kann problemlos auf der Webseite von USB Ninja gefunden werden. Der Link gibt lediglich den Speicherort für den Download an.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
Im Anschluss werden wir innerhalb der Arduino-IDE den Board-Manager aufrufen und das erforderliche Board für das NINJA-Kabel herunterladen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
Abschließend wählen wir lediglich das zuvor heruntergeladene Board für das NINJA-Kabel aus&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
Dein OMG Cable Angriff mit der Mail&lt;br /&gt;
&lt;br /&gt;
== Szenario ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11417</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11417"/>
		<updated>2023-01-31T11:58:18Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Step 8 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Um mit dem USB Ninja Kabel zu beginnen, ist es notwendig, zunächst die offizielle Webseite unter https://usbninja.com/help/ aufzurufen.  &lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Anschließend ist es unerlässlich, die auf der Webseite von USBNinja beschriebenen Schritte strikt zu befolgen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
Nach dem Herunterladen des erforderlichen Boot-Treibers und der Arduino IDE, ist es unbedingt notwendig, beide als Administrator auszuführen, um spätere Konflikte zu vermeiden, und anschließend erfolgt die Installation.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
In der Arduino IDE geht man anschließend zu den &amp;quot;Preferences&amp;quot; und fügt den erforderlichen Link hinzu.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
Die URL für den Download des erforderlichen JSON-Files kann problemlos auf der Webseite von USB Ninja gefunden werden. Der Link gibt lediglich den Speicherort für den Download an.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
Im Anschluss werden wir innerhalb der Arduino-IDE den Board-Manager aufrufen und das erforderliche Board für das NINJA-Kabel herunterladen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
Abschließend wählen wir lediglich das zuvor heruntergeladene Board für das NINJA-Kabel aus&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Szenario ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11416</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11416"/>
		<updated>2023-01-31T11:55:54Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Step 7 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Um mit dem USB Ninja Kabel zu beginnen, ist es notwendig, zunächst die offizielle Webseite unter https://usbninja.com/help/ aufzurufen.  &lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Anschließend ist es unerlässlich, die auf der Webseite von USBNinja beschriebenen Schritte strikt zu befolgen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
Nach dem Herunterladen des erforderlichen Boot-Treibers und der Arduino IDE, ist es unbedingt notwendig, beide als Administrator auszuführen, um spätere Konflikte zu vermeiden, und anschließend erfolgt die Installation.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
In der Arduino IDE geht man anschließend zu den &amp;quot;Preferences&amp;quot; und fügt den erforderlichen Link hinzu.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
Die URL für den Download des erforderlichen JSON-Files kann problemlos auf der Webseite von USB Ninja gefunden werden. Der Link gibt lediglich den Speicherort für den Download an.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
Im Anschluss werden wir innerhalb der Arduino-IDE den Board-Manager aufrufen und das erforderliche Board für das NINJA-Kabel herunterladen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Szenario ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11415</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11415"/>
		<updated>2023-01-31T11:55:42Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Step 6 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Um mit dem USB Ninja Kabel zu beginnen, ist es notwendig, zunächst die offizielle Webseite unter https://usbninja.com/help/ aufzurufen.  &lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Anschließend ist es unerlässlich, die auf der Webseite von USBNinja beschriebenen Schritte strikt zu befolgen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
Nach dem Herunterladen des erforderlichen Boot-Treibers und der Arduino IDE, ist es unbedingt notwendig, beide als Administrator auszuführen, um spätere Konflikte zu vermeiden, und anschließend erfolgt die Installation.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
In der Arduino IDE geht man anschließend zu den &amp;quot;Preferences&amp;quot; und fügt den erforderlichen Link hinzu.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
Die URL für den Download des erforderlichen JSON-Files kann problemlos auf der Webseite von USB Ninja gefunden werden. Der Link gibt lediglich den Speicherort für den Download an.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
Im Anschluss werden wir innerhalb der Arduino-IDE den Board-Manager aufrufen und das erforderliche Board für das NINJA-Kabel herunterladen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Szenario ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11414</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11414"/>
		<updated>2023-01-31T11:37:16Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Step 5 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Um mit dem USB Ninja Kabel zu beginnen, ist es notwendig, zunächst die offizielle Webseite unter https://usbninja.com/help/ aufzurufen.  &lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Anschließend ist es unerlässlich, die auf der Webseite von USBNinja beschriebenen Schritte strikt zu befolgen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
Nach dem Herunterladen des erforderlichen Boot-Treibers und der Arduino IDE, ist es unbedingt notwendig, beide als Administrator auszuführen, um spätere Konflikte zu vermeiden, und anschließend erfolgt die Installation.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
In der Arduino IDE geht man anschließend zu den &amp;quot;Preferences&amp;quot; und fügt den erforderlichen Link hinzu.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
Die URL für den Download des erforderlichen JSON-Files kann problemlos auf der Webseite von USB Ninja gefunden werden. Der Link gibt lediglich den Speicherort für den Download an.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Szenario ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11413</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11413"/>
		<updated>2023-01-31T11:33:56Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Step 4 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Um mit dem USB Ninja Kabel zu beginnen, ist es notwendig, zunächst die offizielle Webseite unter https://usbninja.com/help/ aufzurufen.  &lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Anschließend ist es unerlässlich, die auf der Webseite von USBNinja beschriebenen Schritte strikt zu befolgen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
Nach dem Herunterladen des erforderlichen Boot-Treibers und der Arduino IDE, ist es unbedingt notwendig, beide als Administrator auszuführen, um spätere Konflikte zu vermeiden, und anschließend erfolgt die Installation.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
In der Arduino IDE geht man anschließend zu den &amp;quot;Preferences&amp;quot; und fügt den erforderlichen Link hinzu.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Szenario ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11412</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11412"/>
		<updated>2023-01-31T11:30:54Z</updated>

		<summary type="html">&lt;p&gt;MIkic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Um mit dem USB Ninja Kabel zu beginnen, ist es notwendig, zunächst die offizielle Webseite unter https://usbninja.com/help/ aufzurufen.  &lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Anschließend ist es unerlässlich, die auf der Webseite von USBNinja beschriebenen Schritte strikt zu befolgen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
Nach dem Herunterladen des erforderlichen Boot-Treibers und der Arduino IDE, ist es unbedingt notwendig, beide als Administrator auszuführen, um spätere Konflikte zu vermeiden, und anschließend erfolgt die Installation.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Szenario ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11411</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11411"/>
		<updated>2023-01-31T11:30:11Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Step 6 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Um mit dem USB Ninja Kabel zu beginnen, ist es notwendig, zunächst die offizielle Webseite unter https://usbninja.com/help/ aufzurufen.  &lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Anschließend ist es unerlässlich, die auf der Webseite von USBNinja beschriebenen Schritte strikt zu befolgen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
Nach dem Herunterladen des erforderlichen Boot-Treibers und der Arduino IDE, ist es unbedingt notwendig, beide als Administrator auszuführen, um spätere Konflikte zu vermeiden, und anschließend erfolgt die Installation.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
=== Step 9 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Szenario ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11410</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11410"/>
		<updated>2023-01-31T11:30:02Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Step 5 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Um mit dem USB Ninja Kabel zu beginnen, ist es notwendig, zunächst die offizielle Webseite unter https://usbninja.com/help/ aufzurufen.  &lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Anschließend ist es unerlässlich, die auf der Webseite von USBNinja beschriebenen Schritte strikt zu befolgen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
Nach dem Herunterladen des erforderlichen Boot-Treibers und der Arduino IDE, ist es unbedingt notwendig, beide als Administrator auszuführen, um spätere Konflikte zu vermeiden, und anschließend erfolgt die Installation.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
=== Step 9 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Szenario ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11409</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11409"/>
		<updated>2023-01-31T11:29:31Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Step 3 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Um mit dem USB Ninja Kabel zu beginnen, ist es notwendig, zunächst die offizielle Webseite unter https://usbninja.com/help/ aufzurufen.  &lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Anschließend ist es unerlässlich, die auf der Webseite von USBNinja beschriebenen Schritte strikt zu befolgen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
Nach dem Herunterladen des erforderlichen Boot-Treibers und der Arduino IDE, ist es unbedingt notwendig, beide als Administrator auszuführen, um spätere Konflikte zu vermeiden, und anschließend erfolgt die Installation.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|488px]]&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
=== Step 9 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Szenario ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11408</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11408"/>
		<updated>2023-01-31T11:28:42Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Step 4 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Um mit dem USB Ninja Kabel zu beginnen, ist es notwendig, zunächst die offizielle Webseite unter https://usbninja.com/help/ aufzurufen.  &lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Anschließend ist es unerlässlich, die auf der Webseite von USBNinja beschriebenen Schritte strikt zu befolgen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
Nach dem Herunterladen des erforderlichen Boot-Treibers und der Arduino IDE, ist es unbedingt notwendig, beide als Administrator auszuführen, um spätere Konflikte zu vermeiden, und anschließend erfolgt die Installation.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
=== Step 9 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Szenario ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11407</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11407"/>
		<updated>2023-01-31T11:27:02Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Step 3 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Um mit dem USB Ninja Kabel zu beginnen, ist es notwendig, zunächst die offizielle Webseite unter https://usbninja.com/help/ aufzurufen.  &lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Anschließend ist es unerlässlich, die auf der Webseite von USBNinja beschriebenen Schritte strikt zu befolgen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
Nach dem Herunterladen des erforderlichen Boot-Treibers und der Arduino IDE, ist es unbedingt notwendig, beide als Administrator auszuführen, um spätere Konflikte zu vermeiden, und anschließend erfolgt die Installation.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
=== Step 9 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Szenario ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11406</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11406"/>
		<updated>2023-01-31T11:25:08Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Step 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Um mit dem USB Ninja Kabel zu beginnen, ist es notwendig, zunächst die offizielle Webseite unter https://usbninja.com/help/ aufzurufen.  &lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Anschließend ist es unerlässlich, die auf der Webseite von USBNinja beschriebenen Schritte strikt zu befolgen.&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
=== Step 9 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Szenario ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11405</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11405"/>
		<updated>2023-01-31T11:22:51Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Step 1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Um mit dem USB Ninja Kabel zu beginnen, ist es notwendig, zunächst die offizielle Webseite unter https://usbninja.com/help/ aufzurufen.  &lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
=== Step 9 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Szenario ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11404</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11404"/>
		<updated>2023-01-31T11:22:29Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Step 1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Um mit dem Kabel USB Ninja zu beginnen, ist es notwendig, zunächst die offizielle Webseite unter https://usbninja.com/help/ aufzurufen.  &lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
=== Step 9 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Szenario ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11403</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11403"/>
		<updated>2023-01-31T11:21:51Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Step 1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
Um mit dem Kabel USB Ninja zu beginnen, ist es notwendig, zunächst die offizielle Webseite aufzurufen. https://usbninja.com/help/&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
=== Step 9 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Szenario ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11402</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11402"/>
		<updated>2023-01-31T11:21:29Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Step 1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
Um mit dem Kabel USB Ninja zu beginnen, ist es notwendig, zunächst die offizielle Webseite unter: https://usbninja.com/help/  aufzurufen.&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
=== Step 9 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Szenario ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11401</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11401"/>
		<updated>2023-01-31T11:21:13Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Step 1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
Um mit dem Kabel USB Ninja zu beginnen, ist es notwendig, zunächst die offizielle Webseite unter https://usbninja.com/help/ aufzurufen.&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
=== Step 9 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Szenario ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11400</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11400"/>
		<updated>2023-01-31T11:19:52Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Step 1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
Als erstes geht man auf die jeweilige Webseite: https://usbninja.com/help/&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
=== Step 9 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Szenario ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11399</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11399"/>
		<updated>2023-01-31T11:18:14Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Scenario */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
=== Step 9 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Szenario ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11398</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11398"/>
		<updated>2023-01-31T11:18:02Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Demonstration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
=== Step 9 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Scenario ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11397</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11397"/>
		<updated>2023-01-31T11:16:30Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Step 7 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
=== Step 9 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11396</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11396"/>
		<updated>2023-01-31T11:16:00Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Step 4 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|325px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
=== Step 9 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11395</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11395"/>
		<updated>2023-01-31T11:15:35Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* USBNinja Kabel Setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_2.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_3.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_4.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_5.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_6.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_7.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_8.jpeg|650px]]&lt;br /&gt;
=== Step 9 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_9.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11394</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11394"/>
		<updated>2023-01-31T11:14:43Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* USBNinja Kabel Setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
=== Step 9 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11393</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11393"/>
		<updated>2023-01-31T11:14:12Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* Step 1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpeg|650px]]&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpg|650px]]&lt;br /&gt;
=== Step 9 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11392</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11392"/>
		<updated>2023-01-31T11:13:34Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* USBNinja Kabel Setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpg|650px]]&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpg|650px]]&lt;br /&gt;
=== Step 9 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USBNinja_1.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11391</id>
		<title>USB Hacking</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB_Hacking&amp;diff=11391"/>
		<updated>2023-01-31T11:09:57Z</updated>

		<summary type="html">&lt;p&gt;MIkic: /* USBNinja Kabel Setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Zusammenfassung == &lt;br /&gt;
&lt;br /&gt;
Description what this documentation is about.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Documentation]] before.&lt;br /&gt;
&lt;br /&gt;
== O.MG Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel ==&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
Das USBNinja Kabel ist ein Informationssicherheits- und Penetrationstest-Tool. Es ermöglicht das Ausführen von Payloads beim Anschließen des USB Kabels, indem es vortäuscht ein HID Gerät zu sein wie zum Beispiel eine Tastatur oder eine Maus. Die Programmierung des Kabels erfolgt über die Arduino IDE, was eine einfache und benutzerfreundliche Methode für die Verwendung von USB Ninja darstellt.&lt;br /&gt;
&lt;br /&gt;
== USBNinja Kabel Setup ==&lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 5 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 6 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 7 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
=== Step 8 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
=== Step 9 ===&lt;br /&gt;
&lt;br /&gt;
[[File:USB-Ninja.jpg|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Demonstration ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Präventive Maßnahmen ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Packages: git emacs&lt;br /&gt;
&lt;br /&gt;
In order to complete these steps, you must have followed [[Some Other Doc&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&lt;br /&gt;
* https://wikipedia.org&lt;br /&gt;
* https://google.com&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=File:USBNinja_9.jpeg&amp;diff=11390</id>
		<title>File:USBNinja 9.jpeg</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=File:USBNinja_9.jpeg&amp;diff=11390"/>
		<updated>2023-01-31T11:08:04Z</updated>

		<summary type="html">&lt;p&gt;MIkic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=File:USBNinja_8.jpeg&amp;diff=11389</id>
		<title>File:USBNinja 8.jpeg</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=File:USBNinja_8.jpeg&amp;diff=11389"/>
		<updated>2023-01-31T11:07:48Z</updated>

		<summary type="html">&lt;p&gt;MIkic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=File:USBNinja_7.jpeg&amp;diff=11388</id>
		<title>File:USBNinja 7.jpeg</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=File:USBNinja_7.jpeg&amp;diff=11388"/>
		<updated>2023-01-31T11:07:32Z</updated>

		<summary type="html">&lt;p&gt;MIkic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=File:USBNinja_6.jpeg&amp;diff=11387</id>
		<title>File:USBNinja 6.jpeg</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=File:USBNinja_6.jpeg&amp;diff=11387"/>
		<updated>2023-01-31T11:07:17Z</updated>

		<summary type="html">&lt;p&gt;MIkic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=File:USBNinja_5.jpeg&amp;diff=11386</id>
		<title>File:USBNinja 5.jpeg</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=File:USBNinja_5.jpeg&amp;diff=11386"/>
		<updated>2023-01-31T11:07:04Z</updated>

		<summary type="html">&lt;p&gt;MIkic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>MIkic</name></author>
	</entry>
</feed>