Wednesday, March 28, 2018

JavaScript Postback Download Via PowerShell

Recently, one of my clients had a need to automatically download a file from a public facing state government website. Normally this can easily be done in a number of ways. Powershell is the first way that comes to mind but you could also utilize scripting tools such as wget or curl just to name a couple. However, thanks to the awesome power (note: sarcasm) of Dot Net Nuke, the download link is hidden behind Javascript postback functionality.

source https://www.c-sharpcorner.com/article/javascript-postback-download-via-powershell/

No comments:

Post a Comment