Install Deno, see https://deno.land/manual/getting_started/installation
Run ./sfz2sf.sh with the path of the SingleFileZ page as first parameter
| <# | |
| .SYNOPSIS | |
| Convert ETL logfiles into readable data | |
| Author: @r00t-3xp10it (ssa redteam) | |
| Tested Under: Windows 10 (19043) x64 bits | |
| Required Dependencies: Get-WindowsUpdateLog {native} | |
| Optional Dependencies: none | |
| PS cmdlet Dev version: v1.1.8 |
| <# | |
| .SYNOPSIS | |
| List DLLs loaded by running processes! | |
| Author: @r00t-3xp10it | |
| Tested Under: Windows 10 (19043) x64 bits | |
| Required Dependencies: Get-Process {native} | |
| Optional Dependencies: none | |
| PS cmdlet Dev version: v1.0.3 |
Install Deno, see https://deno.land/manual/getting_started/installation
Run ./sfz2sf.sh with the path of the SingleFileZ page as first parameter
| accdb | |
| accde | |
| ace | |
| ade | |
| adp | |
| ani | |
| apk | |
| app | |
| appcontent-ms | |
| appinstaller |
| <script> | |
| bb = new MSBlobBuilder(); | |
| bb.append("test data 2"); | |
| window.navigator.msSaveOrOpenBlob(bb.getBlob(),"testing2.txt"); | |
| </script> |
| <# | |
| .SYNOPSIS | |
| Powershell Fake BSOD Prank | |
| Author: @r00t-3xp10it (ssa redteam) | |
| Tested Under: Windows 10 (19043) x64 bits | |
| Required Dependencies: IWR, Media.SoundPlayer {native} | |
| Optional Dependencies: Critical.wav {auto-download} | |
| PS cmdlet Dev version: v1.2.10 |
| <# | |
| .SYNOPSIS | |
| List common security processes running! | |
| Author: @r00t-3xp10it (ssa redteam) | |
| Tested Under: Windows 10 (19043) x64 bits | |
| Required Dependencies: Get-WmiObject, Get-Process {native} | |
| Optional Dependencies: Get-MpPreference, Get-ChildItem {native} | |
| PS cmdlet Dev version: v2.3.18 |
| //original runner by @Arno0x: https://github.com/Arno0x/CSharpScripts/blob/master/shellcodeLauncher.cs | |
| using System; | |
| using System.Runtime.InteropServices; | |
| using System.Reflection; | |
| using System.Reflection.Emit; | |
| namespace ShellcodeLoader | |
| { | |
| class Program |
| $teamsRegion = Read-Host "Enter your Teams region. E.g. 'emea'" | |
| function Get-UserToken { | |
| param ( | |
| ) | |
| # Tenant name or id | |
| $tenantName = Read-Host "Enter your primary M365 domain or *.onmicrosoft.com name." | |
| Add-Type -AssemblyName System.Web |
| <# | |
| .SYNOPSIS | |
| Disable AMS1 within current process. | |
| Author: @r00t-3xp10it | |
| Tested Under: Windows 10 (19044) x64 bits | |
| Required Dependencies: Assembly {native} | |
| Optional Dependencies: IWR {native} | |
| PS cmdlet Dev version: v1.1.12 |