├── Backdoor-ExcelAddIn.ps1 ├── Brute-Email.ps1 ├── Create-AesKey.ps1 ├── Create-HotKeyLNK.ps1 ├── Exploit-JBoss.ps1 ├── FileSplitter.ps1 ├── Find-Fruit.ps1 ├── Get-BrowserData.ps1 ├── HTTP-Login.ps1 ├── Invoke-BypassUACTokenManipulation.ps1 ├── Invoke-DCOM.ps1 ├── Invoke-OracleCommand.ps1 ├── Invoke-SSHCommand.ps1 ├── LICENSE ├── README.md ├── RunAs.ps1 ├── Send-CommandToAgent.ps1 ├── Send-EWSEmail.ps1 └── Start-MulticastAgent.ps1 /Backdoor-ExcelAddIn.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/Misc-Powershell-Scripts/HEAD/Backdoor-ExcelAddIn.ps1 -------------------------------------------------------------------------------- /Brute-Email.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/Misc-Powershell-Scripts/HEAD/Brute-Email.ps1 -------------------------------------------------------------------------------- /Create-AesKey.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/Misc-Powershell-Scripts/HEAD/Create-AesKey.ps1 -------------------------------------------------------------------------------- /Create-HotKeyLNK.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/Misc-Powershell-Scripts/HEAD/Create-HotKeyLNK.ps1 -------------------------------------------------------------------------------- /Exploit-JBoss.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/Misc-Powershell-Scripts/HEAD/Exploit-JBoss.ps1 -------------------------------------------------------------------------------- /FileSplitter.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/Misc-Powershell-Scripts/HEAD/FileSplitter.ps1 -------------------------------------------------------------------------------- /Find-Fruit.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/Misc-Powershell-Scripts/HEAD/Find-Fruit.ps1 -------------------------------------------------------------------------------- /Get-BrowserData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/Misc-Powershell-Scripts/HEAD/Get-BrowserData.ps1 -------------------------------------------------------------------------------- /HTTP-Login.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/Misc-Powershell-Scripts/HEAD/HTTP-Login.ps1 -------------------------------------------------------------------------------- /Invoke-BypassUACTokenManipulation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/Misc-Powershell-Scripts/HEAD/Invoke-BypassUACTokenManipulation.ps1 -------------------------------------------------------------------------------- /Invoke-DCOM.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/Misc-Powershell-Scripts/HEAD/Invoke-DCOM.ps1 -------------------------------------------------------------------------------- /Invoke-OracleCommand.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/Misc-Powershell-Scripts/HEAD/Invoke-OracleCommand.ps1 -------------------------------------------------------------------------------- /Invoke-SSHCommand.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/Misc-Powershell-Scripts/HEAD/Invoke-SSHCommand.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/Misc-Powershell-Scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Misc-Powershell-Scripts 2 | Random Tools 3 | -------------------------------------------------------------------------------- /RunAs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/Misc-Powershell-Scripts/HEAD/RunAs.ps1 -------------------------------------------------------------------------------- /Send-CommandToAgent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/Misc-Powershell-Scripts/HEAD/Send-CommandToAgent.ps1 -------------------------------------------------------------------------------- /Send-EWSEmail.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/Misc-Powershell-Scripts/HEAD/Send-EWSEmail.ps1 -------------------------------------------------------------------------------- /Start-MulticastAgent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/Misc-Powershell-Scripts/HEAD/Start-MulticastAgent.ps1 --------------------------------------------------------------------------------