45 Commits

Author SHA1 Message Date
Karl Fosaaen 0686f62640 Added WireServer Helper Scripts 2025-10-23 08:05:37 -07:00
Karl Fosaaen 1c53854bc8 Merge pull request #54 from petergs/correctly-handle-single-file
Correctly handle public Azure Blob Storage containers containing one file
2025-07-23 07:41:56 -07:00
Karl Fosaaen 79f476761f Added Load Testing Functionality
Added the Get-AzLoadTestingData function and the supporting files.
2025-07-01 12:57:52 -07:00
Peter Stratis 9890ef3a1b Correctly handle public Azure Blob Storage containers container one file 2025-06-05 16:29:47 -04:00
petergs 87a85d32a5 Update Invoke-EnumerateAzureBlobs.ps1
Adds the -UseBasicParsing flag to the Invoke-WebRequest command for listing public files in an Azure Blob Storage container. Prevents a silent error when Internet Explorer is not configured/available.
2025-06-05 14:15:25 -04:00
Karl Fosaaen f778966722 Merge pull request #48 from r3nhat/patch-1
Added Azure Virtual Machines Subdomain Enumeration
2025-03-04 14:13:58 -08:00
Nathan McNulty 529cd1f4a1 Handle tokens using SecureString 2025-03-01 08:58:23 +00:00
r3n_hat 66bd5e6c57 Added Azure Virtual Machines Subdomain Enumeration 2025-03-01 08:27:21 +02:00
Karl Fosaaen 7c7e809d53 Update Invoke-EnumerateAzureBlobs.ps1 2024-11-06 12:20:05 -08:00
Karl Fosaaen c9a0afeaa3 Automation Account Module Updates 2024-09-23 14:54:14 -07:00
Karl Fosaaen ee16410545 Update AppServicesManagedIdentity-vault.ps1 2023-02-14 14:07:56 -08:00
Karl Fosaaen 22feaa9df1 Update VirtualMachineManagedIdentity-Linux-vault.sh 2023-02-14 14:07:10 -08:00
Karl Fosaaen b272371954 Update VirtualMachineManagedIdentity-Windows-vault.ps1 2023-02-14 14:06:55 -08:00
Karl Fosaaen c0ec0316b4 Linux Shortcut Corrections 2023-02-10 15:50:00 -08:00
Karl Fosaaen 0fea763f0b Small Linux Shortcut Corrections 2023-02-10 15:23:06 -08:00
Karl Fosaaen c48705b97e Additional Shortcuts Added 2023-02-10 15:14:58 -08:00
Karl Fosaaen fbd654a614 Additional Shortcuts Added 2023-02-09 16:20:00 -08:00
Karl Fosaaen 13e1d8534e Adding Managed Identity Script Shortcuts 2023-02-09 16:04:23 -08:00
Karl Fosaaen 2b482165b3 App Configuration Updates
Added key gathering for App Configuration resources and a function (Get-AzAppConfiguration) to dump App Configuration values.
2022-11-29 11:01:57 -08:00
Karl Fosaaen 38d4f7b730 Update permutations.txt 2022-01-13 08:07:38 -08:00
Karl Fosaaen 3953ab55aa Merge branch 'master' of https://github.com/NetSPI/MicroBurst 2021-11-17 12:38:05 -08:00
Karl Fosaaen 5ede7256c1 Create Get-AzAppRegistrationManifest.ps1 2021-11-17 12:37:59 -08:00
Karl Fosaaen 89567eeab1 Update Invoke-EnumerateAzureSubDomains.ps1 2021-10-26 12:50:41 -07:00
passthehashbrowns 9fada12c8c Updated API Connection hijack to better method 2021-08-10 11:37:23 -05:00
passthehashbrowns fe41d04297 Added Logic App tooling 2021-07-20 10:34:02 -05:00
Jake Karnes 10eb200a1c Cleaning up indentation 2021-06-23 09:50:43 -07:00
Jake Karnes 7c20a18b63 Cleaning up indentation 2021-06-23 09:45:23 -07:00
Jake Karnes dfe1ec4d74 Include Invoke-DscVmExtension.ps1 2021-06-21 15:58:51 -07:00
Jake Karnes 01a4f048f9 Add Invoke-DscVmExtension function which deploys a DSC from any URL 2021-06-21 15:58:09 -07:00
Jake Karnes 423fc029dc Prebuilt DSC Examples 2021-06-21 15:50:39 -07:00
Jake Karnes ff349064c4 Add PowerShell function app which receives a managed identity bearer token and checks its privileges 2021-06-21 15:48:33 -07:00
viksecurity b9ae4821f6 Update Invoke-EnumerateAzureBlobs.ps1
Added -UseBasicParsing to mitigate problems when Internet Explorer is not configured
2021-06-03 12:35:45 +02:00
Karl Fosaaen 1db94702aa Small fix
Small fix to Invoke-EnumerateAzureBlobs to account for BlobStorage storage account types.
2021-02-18 13:52:52 -08:00
Karl Fosaaen cce95ce5db Updating Bing API URL 2021-01-04 09:47:21 -08:00
Karl Fosaaen d1ae380d99 Fix
Fixed blob file listing output
2020-05-18 17:45:55 -07:00
Karl Fosaaen b5186d0252 Create Get-AzACR.ps1 2020-05-05 14:51:34 -07:00
Karl Fosaaen 59a93c061b Added Misc Functions to module import 2020-03-25 07:51:17 -07:00
Karl Fosaaen 33e876c303 Repo Reorganization
Moved ps1 files to appropriate folders and upated the base psm1 file.
2020-03-19 09:23:13 -07:00
Karl Fosaaen 95a3471cbb Moving Areund Files
Reorganizing for the rewrite of modules to the Az cmdlets
2020-03-13 16:01:00 -07:00
Karl Fosaaen a79548ae55 Added Owner Persistence Runbook
Runbook that can be triggered via webhook to add a new AzureAD user for persistence.
2019-09-05 15:21:29 -07:00
Karl Fosaaen 186fcae893 Domain and Auto-KV Updates
Added deployments dumping and fixed an issue with dumping keyvaults with multiple automation accounts
2019-04-01 10:29:03 -07:00
Karl Fosaaen 5aa55c6325 added Get-AzureKeyVaults-Automation 2019-03-19 15:06:07 -07:00
Karl Fosaaen 2408048ce2 Updates to Get-AzurePasswords
Flags to disable each section.
2019-02-14 14:41:32 -08:00
Karl Fosaaen 5aa90a8d44 Minor updates
-Fixed Folder output issue
-Fixed Public file output
-Added Disk information output
2018-12-27 10:28:24 -08:00
Karl Fosaaen 1d260e47ac Minor Updates
Updated Readme
Added PSM1, license, image files
2018-09-21 11:58:06 -07:00