Skip to content

Nester420/Windows-Recon-Tool-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

win11

This payload is a BadUSB (Ducky Script) Windows Recon Toolkit that automates full system reconnaissance on a target Windows machine using PowerShell, and exfiltrates the data to a Dropbox account.


๐Ÿ”ง How It Works

The payload performs the following steps:

๐Ÿง  1. Launch PowerShell

GUI r โ†’ STRING powershell โ†’ ENTER

๐Ÿ“ 2. Define Temporary Paths

Creates three temp files:

recon_report.txt (system info)

clipboard.txt (clipboard dump)

screenshot.jpg (screen capture)

๐Ÿ“ก 3. Reconnaissance Collection

Data gathered includes:

Saved Wi-Fi credentials (SSID + password)

System info

Installed programs

Top processes by CPU usage

Open network ports (netstat)

Missing patches (Get-HotFix)

Privilege escalation checks, including:

Admin rights

UAC settings

Weak scheduled tasks

Writable registry keys

WSUS hijack info

AV/EDR detection

๐Ÿ“‹ 4. Clipboard Dump

Saves the current clipboard contents.

โ˜๏ธ 5. Dropbox Upload

Uploads all three files to the attacker's Dropbox account using the Dropbox API and a personal token:

$token = "your_drop_box_token"

You must replace this with your own Dropbox API token.

๐Ÿงน 7. Cleanup

Deletes recon files and screenshot

Clears PowerShell history

โŒ 8. Exit

Closes PowerShell to hide tracks.


๐Ÿš€ How to Use

  1. Replace Token:

Update the line STRING $token = "your_drop_box_token" with your Dropbox API bearer token.

  1. place the Payload:

Use a BadUSB device (e.g., Rubber Ducky, OMG Cable) if used on a rubber ducky use hak5s payload studio to convert the payload into a .bin file name it inject.bin and place it on the root directory of the rubber ducky. if useing with the omg cable simply place the payload in one of the payload slots and execute the payload.

  1. Deploy:

Plug into a target Windows machine.

Within ~20โ€“30 seconds, all recon data will be uploaded to your Dropbox silently.


โš ๏ธ Warning. this is to be used for educational purposes only. I am not liable for any damages nor legal trouble. only use on target machines with explicit permission or in a lab environment. again I am not liable for any damages.

IF YOU ENJOY THIS PAYLOAD AS MUCH AS I HAVE PLEASE GIVE THIS REPO A STARE.

About

Description: The Windows Recon Toolkit is an advanced, automated reconnaissance payload designed for use with USB Rubber Ducky or compatible HID injection devices. Once executed on a Windows 10 or 11 machine, it rapidly collects a comprehensive snapshot of system and user security information for red team or audit purposes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors