Just some rubber ducky scripts I created for fun.
This dumps Windows wifi passwords to a HTTP server via POST requests. This first version sends each wifi password as a separate POST request.
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.