hak5 / usbrubberducky-payloads

The Official USB Rubber Ducky Payload Repository
https://usbrubberducky.com
4.18k stars 1.35k forks source link

Duckie Data Harvest #466

Closed nic005-arch closed 4 months ago

nic005-arch commented 4 months ago

USB Data Harvester

USB Data Harvester is a PowerShell script designed to collect sensitive data from a Windows system. When executed from a USB drive labeled "DUCKY", it performs the following tasks:

  1. Disables Windows Defender Real-Time Monitoring: Temporarily turns off real-time protection to avoid detection during data collection.
  2. Copies Browser Data: Retrieves and stores browser files containing login information from Chrome, Brave, Firefox, and Edge.
  3. Gathers System Information: Collects detailed information about the computer's hardware, processes, services, and network configuration.
  4. Retrieves Wi-Fi Passwords: Extracts saved Wi-Fi passwords from the system.
  5. Establishes a Reverse Shell: Opens a remote connection to a specified IP and port for further control.
  6. Re-enables Windows Defender: Restores real-time protection after data collection is complete.

Note: This script is designed for use in security research and ethical hacking contexts. Unauthorized use of this script may be illegal and unethical.

nic005-arch commented 4 months ago

Thank you , i have made some changes and i will resend the pull request with all the changes you suggested