<?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=EDamisch</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=EDamisch"/>
	<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php/Special:Contributions/EDamisch"/>
	<updated>2026-09-10T15:35:01Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.5</generator>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=GreatFET_One_and_FaceDancer&amp;diff=17831</id>
		<title>GreatFET One and FaceDancer</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=GreatFET_One_and_FaceDancer&amp;diff=17831"/>
		<updated>2025-01-07T22:55:07Z</updated>

		<summary type="html">&lt;p&gt;EDamisch: Created page with &amp;quot;== Summary ==   The GreatFET One is a versatile USB device used by developers, researchers, and security professionals for various USB-related tasks. Together with the Facedancer software, the GreatFET One serves as a USB fuzzing and prototyping tool. This article explains how to set up the Facedancer software and execute an example script from the Facedancer GitHub repository.  === Requirements === * GreatFET One hardware * A computer with Linux, macOS, or Windows * Pyt...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
The GreatFET One is a versatile USB device used by developers, researchers, and security professionals for various USB-related tasks. Together with the Facedancer software, the GreatFET One serves as a USB fuzzing and prototyping tool. This article explains how to set up the Facedancer software and execute an example script from the Facedancer GitHub repository.&lt;br /&gt;
&lt;br /&gt;
=== Requirements ===&lt;br /&gt;
* GreatFET One hardware&lt;br /&gt;
* A computer with Linux, macOS, or Windows&lt;br /&gt;
* Python 3.x installed&lt;br /&gt;
* Git installed&lt;br /&gt;
* Access to the Facedancer GitHub repository&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Setting Up the GreatFET One ===&lt;br /&gt;
# Connect the Device:&lt;br /&gt;
#*Plug the GreatFET One into your computer using a USB cable.&lt;br /&gt;
#Install GreatFET Drivers:&lt;br /&gt;
#*For Linux: Ensure you have the appropriate udev rules configured.&lt;br /&gt;
#*For Windows: Install the driver from the official GreatFET website.&lt;br /&gt;
#Install the GreatFET Software:&lt;br /&gt;
#*Open a terminal and run the following command:&lt;br /&gt;
     &lt;br /&gt;
     pip install greatfet&lt;br /&gt;
     &lt;br /&gt;
#Test the Connection:&lt;br /&gt;
#*Verify that the GreatFET is detected by running:&lt;br /&gt;
    &lt;br /&gt;
     greatfet info&lt;br /&gt;
     &lt;br /&gt;
#*If correctly set up, information about your GreatFET device should be displayed.&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Installing Facedancer ===&lt;br /&gt;
#Clone the Repository:&lt;br /&gt;
#*Download the Facedancer repository from GitHub:&lt;br /&gt;
     &lt;br /&gt;
     git clone https://github.com/usb-tools/facedancer.git&lt;br /&gt;
     cd facedancer&lt;br /&gt;
     &lt;br /&gt;
#Install Dependencies:&lt;br /&gt;
#*Install the required Python libraries:&lt;br /&gt;
     &lt;br /&gt;
     pip install -r requirements.txt&lt;br /&gt;
     &lt;br /&gt;
&lt;br /&gt;
=== Step 3: Running an Example Script ===&lt;br /&gt;
#Navigate to Example Scripts:&lt;br /&gt;
#*Go to the directory containing example scripts:&lt;br /&gt;
     cd examples&lt;br /&gt;
#Choose an Example Script:&lt;br /&gt;
#*For instance, `usb_proxy.py`, which acts as a USB proxy between two devices.&lt;br /&gt;
#Run the Script:&lt;br /&gt;
#*Execute the script with the following command:&lt;br /&gt;
     python3 usb_proxy.py&lt;br /&gt;
     &lt;br /&gt;
#*The script initializes the GreatFET and starts the specified USB operation.&lt;br /&gt;
#Check the Output:&lt;br /&gt;
#*The script&#039;s status and interactions should be displayed in the terminal.&lt;br /&gt;
&lt;br /&gt;
=== Step 4: Troubleshooting ===&lt;br /&gt;
#Facedancer Does Not Detect GreatFET:&lt;br /&gt;
#*Ensure the firmware on your GreatFET is up to date. Update the firmware using:&lt;br /&gt;
    &lt;br /&gt;
    greatfet firmware update&lt;br /&gt;
   &lt;br /&gt;
#Missing Dependencies:&lt;br /&gt;
#*Verify all Python dependencies are installed:&lt;br /&gt;
    &lt;br /&gt;
    pip install -r requirements.txt&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://greatscottgadgets.com/greatfet/one/&lt;br /&gt;
* https://github.com/greatscottgadgets/facedancer&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>EDamisch</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=USB-Security:_FaceDancer&amp;diff=17830</id>
		<title>USB-Security: FaceDancer</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=USB-Security:_FaceDancer&amp;diff=17830"/>
		<updated>2025-01-07T17:10:01Z</updated>

		<summary type="html">&lt;p&gt;EDamisch: Created page with &amp;quot; === Summary === This article provides a detailed explanation of Facedancer, a tool commonly used in USB security research. Facedancer allows researchers to emulate and analyze USB devices to test vulnerabilities, reverse engineer protocols, and uncover potential security issues in USB communication.  === Facedancer === Facedancer is a hardware and software toolkit that enables USB device emulation and communication manipulation. Primarily used by security researchers, i...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=== Summary ===&lt;br /&gt;
This article provides a detailed explanation of Facedancer, a tool commonly used in USB security research. Facedancer allows researchers to emulate and analyze USB devices to test vulnerabilities, reverse engineer protocols, and uncover potential security issues in USB communication.&lt;br /&gt;
&lt;br /&gt;
=== Facedancer ===&lt;br /&gt;
Facedancer is a hardware and software toolkit that enables USB device emulation and communication manipulation. Primarily used by security researchers, it allows the creation of custom USB devices for testing how host systems interact with peripherals. This tool is invaluable for identifying security flaws in USB protocols, devices, and host-side implementations.&lt;br /&gt;
&lt;br /&gt;
==== Key Features ====&lt;br /&gt;
# &#039;&#039;&#039;USB Protocol Emulation&#039;&#039;&#039;&lt;br /&gt;
#*Facedancer can mimic any USB device, such as keyboards, storage devices, or network adapters, allowing researchers to test how host systems handle USB inputs.&lt;br /&gt;
# &#039;&#039;&#039;Vulnerability Testing&#039;&#039;&#039;&lt;br /&gt;
#* By crafting custom payloads, researchers can use Facedancer to test a host’s resistance to malicious USB devices.&lt;br /&gt;
# &#039;&#039;&#039;Reverse Engineering&#039;&#039;&#039;&lt;br /&gt;
#* Facedancer provides insights into proprietary USB communication by intercepting and logging data exchanges between USB devices and hosts.&lt;br /&gt;
# &#039;&#039;&#039;Customization&#039;&#039;&#039;&lt;br /&gt;
#* The tool supports scripting, enabling users to program unique USB device behaviors for targeted research purposes.&lt;br /&gt;
&lt;br /&gt;
==== How Facedancer Works ====&lt;br /&gt;
# &#039;&#039;&#039;Hardware Interface&#039;&#039;&#039;&lt;br /&gt;
#* Facedancer hardware interfaces with a host computer through USB, acting as a bridge for USB communication testing.&lt;br /&gt;
#* Devices such as the Facedancer21 provide a physical platform for emulating USB devices.&lt;br /&gt;
# &#039;&#039;&#039;Software Framework&#039;&#039;&#039;&lt;br /&gt;
#* Python libraries (like usb-tools) are used to define the behavior of emulated USB devices.&lt;br /&gt;
#* Researchers can simulate malicious or non-standard device behavior to analyze vulnerabilities.&lt;br /&gt;
# &#039;&#039;&#039;Testing Environment&#039;&#039;&#039;&lt;br /&gt;
#* Facedancer can be used with host systems, virtual machines, or embedded environments to assess USB handling and security posture.&lt;br /&gt;
&lt;br /&gt;
=== Applications ===&lt;br /&gt;
&#039;&#039;&#039;Testing Host System Security&#039;&#039;&#039;&lt;br /&gt;
* Researchers test how operating systems and devices handle unusual or malicious USB inputs, revealing flaws like buffer overflows or improper permission handling.&lt;br /&gt;
&#039;&#039;&#039;Reverse Engineering Proprietary Devices&#039;&#039;&#039;&lt;br /&gt;
*Facedancer helps decode the communication protocols of proprietary USB devices, aiding in debugging or cloning device functionality.&lt;br /&gt;
&#039;&#039;&#039;Developing Secure USB Interfaces&#039;&#039;&#039;&lt;br /&gt;
*Developers use Facedancer to simulate real-world USB device interactions, ensuring robust and secure designs.&lt;br /&gt;
&lt;br /&gt;
=== Limitations ===&lt;br /&gt;
# &#039;&#039;&#039;Hardware Dependency&#039;&#039;&#039;&lt;br /&gt;
#* Facedancer requires specific hardware for USB emulation, which may not be compatible with all use cases.&lt;br /&gt;
# &#039;&#039;&#039;Steep Learning Curve&#039;&#039;&#039;&lt;br /&gt;
#* Effectively using Facedancer involves a solid understanding of USB protocols, scripting, and security testing methodologies.&lt;br /&gt;
# &#039;&#039;&#039;Limited Scope Without Additional Tools&#039;&#039;&#039;&lt;br /&gt;
#* For comprehensive USB security testing, Facedancer often needs to be paired with additional tools and frameworks.&lt;br /&gt;
&lt;br /&gt;
=== USB Security Implications ===&lt;br /&gt;
Facedancer demonstrates the importance of securing USB communication. Vulnerabilities in USB implementations can lead to data theft, system compromise, or unauthorized access. By emulating potential threats, Facedancer highlights these risks, prompting the development of stronger protections.&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* [https://github.com/greatscottgadgets/facedancer Facedancer Project on GitHub]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>EDamisch</name></author>
	</entry>
</feed>