Misc-Powershell-Scripts: Powershell Random Tools
Misc-Powershell-Scripts
Download
git clone https://github.com/rvrsh3ll/Misc-Powershell-Scripts.git
This project includes
- Backdoor-ExcelAddIn.ps1
Add a malicious addin for persistence. Don’t forget to add your split base64 encoded shellcode in the Init function - Brute-Email.ps1
Using a csv with a header column of “Username”, iterates through each user attempting to log into the Office 365 service. Note: at the time of writing this module, there is no default account lockout. However, system administrators may enable lockout thresholds. Has optional parameter to beep when a login is successful. - Exploit-JBoss.ps1
PowerShell delivery for vulnerable Jboss instances. A java WAR file is required and not provided. - Find-Fruit.ps1
A script to find potentially easily exploitable web servers on a target network. - Get-BrowserData.ps1
Enumerates browser history or bookmarks for a Chrome, Internet Explorer, and/or Firefox browsers on Windows machines. - HTTP-Login.ps1
A script to find potentially easily exploitable web servers on a target network. - Invoke-BypassUACTokenManipulation.ps1
When defining custom enums, structs, and unmanaged functions, it is necessary to associate to an assembly module. This helper function creates an in-memory module that can be passed to the ‘enum’, ‘struct’, and Add-Win32Type functions. - Invoke-DCOM.ps1 Update Invoke-DCOM.ps1
Invoke commands on remote hosts via MMC20.Application COM object over DCOM. - Invoke-OracleCommand.ps1
This script connects to an Oracle database and runs a command. - Invoke-SSHCommand.ps1
This script was created to easily send commands to SSH servers. - RunAs.ps1
Runas knockoff. Will bypass GPO path restrictions. - Send-mDNSCommand.ps1
Send a command via multicast - Start-mDNSServer.ps1
Listen for mDNS Commands
Source: https://github.com/rvrsh3ll/