t3chnocat / Ducky-Scripts

Rubber Ducky scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ducky-Scripts

Just some rubber ducky scripts I created for fun.

Wifi-Key-Post-Request

This dumps Windows wifi passwords to a HTTP server via POST requests. This first version sends each wifi password as a separate POST request.

Wifi-Key-Post-Request-V2

This also dumps Windows wifi passwords to a HTTP server via POST request. V2 sends them all in one nicely formatted POST request.

This script is an easy python-based HTTP server that supports POST requests.