A swiss army knife for pentesting networks
-
Updated
Sep 24, 2020 - Python
PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language. Initially a Windows component, it was made open source and cross-platform with the introduction of PowerShell Core which is built on .NET Core.
Created by Microsoft
Released November 14, 2006
POST on JobService/Jobs with sample payload below tuned to specific devices
{
"Id": 0,
"JobName": "Inventory job for foo devices ",
"JobDescription": "Inventory job for foo devices",
"Schedule": "startnow",
"State": "Enabled",
"JobType": {
"Name": "Inventory_Task"
},
"Targets": [
{
"Id": <device_id>,
"Data": "",
"TargetType": {
"I