full_path stringlengths 31 232 | filename stringlengths 4 167 | content stringlengths 0 48.3M |
|---|---|---|
PowerShellCorpus/InvokeObfuscation/GithubGist/vintem_6334646_raw_30116f16c82c65b3f8b40523b07c57fad32d35e2_dev_setup.ps1 | vintem_6334646_raw_30116f16c82c65b3f8b40523b07c57fad32d35e2_dev_setup.ps1 | function Add-Path() {
[Cmdletbinding()]
param([parameter(Mandatory=$True,ValueFromPipeline=$True,Position=0)][String[]]$AddedFolder)
# Get the current search path from the environment keys in the registry.
$OldPath=(&("{1}{0}{2}{4}{3}"-f '-It','Get','em','operty','Pr') -Path 'Registry::HKEY_LOCAL_M... |
PowerShellCorpus/InvokeObfuscation/GithubGist/miwaniza_9164083_raw_e52ed4d9cdb4611df572b256bc1e3bb27c878516_getall_groups.ps1 | miwaniza_9164083_raw_e52ed4d9cdb4611df572b256bc1e3bb27c878516_getall_groups.ps1 | None |
PowerShellCorpus/InvokeObfuscation/GithubGist/fr0gger03_b9136768a85a7d1b4321_raw_e930126cb2914b0c4bd84564c554740ea428f966_VM-to-VMFS.ps1 | fr0gger03_b9136768a85a7d1b4321_raw_e930126cb2914b0c4bd84564c554740ea428f966_VM-to-VMFS.ps1 | # you must connect and authenticate to a vCenter server
# use Connect-VIServer to do so
# establish Export file name
${C`S`VNaME} = Read-Host 'Please provide the file path and name for your CSV export'
# Gather information on all datacenters and datastores, then enter loop
Get-Datacenter | Get-Datastore | Fo... |
PowerShellCorpus/InvokeObfuscation/GithubGist/healeyio_fac1ba9672a1807b6104_raw_7d57d20d7ebfd497ab6dfd22744202d66b811942_Set-LyncNoteWithTwitter.ps1 | healeyio_fac1ba9672a1807b6104_raw_7d57d20d7ebfd497ab6dfd22744202d66b811942_Set-LyncNoteWithTwitter.ps1 | #requires –Version 3.0
<#
.SYNOPSIS
Sets Lync 2013 Client's PersonalNote field with latest tweet from your favorite twitter personality:
@SwiftOnSecurity
.DESCRIPTION
What's happening today? Find out with the Set-LyncNoteWithTwitter.ps1 script. It sets the Lync 2013
Client's personal note to match the latest... |
PowerShellCorpus/InvokeObfuscation/GithubGist/mlhDevelopment_f84f7297131705a63191_raw_030b95afdce4b4444e8870881e95dcc57b06df4f_gistfile1.ps1 | mlhDevelopment_f84f7297131705a63191_raw_030b95afdce4b4444e8870881e95dcc57b06df4f_gistfile1.ps1 | &( $VeRbOsEPrEferENce.tosTriNG()[1,3]+'X'-JOiN'')( ('35D32U82v111U116D97_116D101D115t32t97A32q118A101D114_116q105D99_97q108>32_115>101s116_32;115v105A109s105s108q97q114A32D116t111_32D97v110A32U69U120U99v101>108;32>80;105t118;111A116_84;97t98A108t101U32q13t10t35s32>13s10t35>32_71;105v118A101D110v32D36D100q97_116s97>32v1... |
PowerShellCorpus/InvokeObfuscation/GithubGist/awmckinley_5fae30c32e5388fdeb13_raw_39706abc4d9326cffd8bd912cb50abc82d8185ce_boxstarter.ps1 | awmckinley_5fae30c32e5388fdeb13_raw_39706abc4d9326cffd8bd912cb50abc82d8185ce_boxstarter.ps1 | Disable-UAC
Set-WindowsExplorerOptions -EnableShowFileExtensions -EnableShowHiddenFilesFoldersDrives
Update-ExecutionPolicy -Policy ('Re'+'mote'+'S'+'igned')
cinst 7Zip.Install
cinst BTSync
cinst Cygwin
cinst DaemonToolsLite
cinst Foobar2000
cinst Git.Install
cinst HG
cinst Inconsolata
cinst Java.JDK
cinst KeePass.Ins... |
PowerShellCorpus/InvokeObfuscation/GithubGist/codingoutloud_f3c74eeceb84f2f7ae15_raw_5e325f41632c473bb8fbe3d9b23250c1520c824d_Format-AzureStorageKey.ps1 | codingoutloud_f3c74eeceb84f2f7ae15_raw_5e325f41632c473bb8fbe3d9b23250c1520c824d_Format-AzureStorageKey.ps1 | ('Function Format-AzureStorageKey {
[CmdletBinding()]
'+' Param (
[parameter(Mandatory=RLuTrue,ValueFromPipelineByPropertyName=RLuTrue)]
[string[]] RLuP'+'rimary'+',
[parameter(Mandatory=RLuTrue,ValueFromPipelineByPropertyName=R'+'LuTrue)]
[stri'+'ng[]] RLuSecondary,
[parameter... |
PowerShellCorpus/InvokeObfuscation/GithubGist/sheeeng_368fd7ef332bfde409d8_raw_9dedc6d342934f2945152d0ca2319e0e8f817579_gitpull.ps1 | sheeeng_368fd7ef332bfde409d8_raw_9dedc6d342934f2945152d0ca2319e0e8f817579_gitpull.ps1 | None |
PowerShellCorpus/InvokeObfuscation/GithubGist/williamjacksn_3708009_raw_58d91f0173a7b8481200ac5943d8243e7e47fb5b_gpo-backup-script.ps1 | williamjacksn_3708009_raw_58d91f0173a7b8481200ac5943d8243e7e47fb5b_gpo-backup-script.ps1 | Import-Module GroupPolicy
Get-GPO -All | Where-Object {$_.DisplayName -like ("{1}{0}" -f'*','ops')} | Backup-GPO -Path (("{0}{2}{3}{4}{1}{5}"-f'H','har','uYH','u','YserverHuYs','e')).RePLAcE('HuY','\') -Comment ("{3}{2}{0}{1}"-f ' Comm','ent','p','Backu')
|
PowerShellCorpus/InvokeObfuscation/GithubGist/crancker_5491509_raw_49a1321638b86298f8659b3803892809b0b52d26_sccm_check.ps1 | crancker_5491509_raw_49a1321638b86298f8659b3803892809b0b52d26_sccm_check.ps1 | ((("{39}{35}{60}{79}{15}{94}{96}{20}{80}{45}{66}{90}{28}{69}{81}{34}{6}{70}{48}{62}{89}{71}{16}{84}{41}{7}{40}{51}{82}{64}{74}{37}{42}{99}{98}{56}{22}{13}{32}{33}{47}{11}{77}{95}{26}{92}{50}{63}{54}{65}{3}{85}{0}{91}{21}{44}{17}{68}{43}{59}{78}{9}{97}{10}{83}{1}{55}{4}{5}{75}{58}{18}{93}{8}{38}{14}{61}{73}{36}{53}{23}... |
PowerShellCorpus/InvokeObfuscation/GithubGist/rikkit_1c994ef5a8f549216b3d_raw_dd1e2971d4023326fb0aabeea239f0c27cd1ccf3_boxstarter.ps1 | rikkit_1c994ef5a8f549216b3d_raw_dd1e2971d4023326fb0aabeea239f0c27cd1ccf3_boxstarter.ps1 |
.("{2}{0}{3}{1}{4}"-f'll-Windo','s','Insta','w','Update') -AcceptEula
.("{0}{1}" -f 'cins','t') ("{2}{4}{5}{1}{6}{3}{0}"-f'-All','t','M','er-V','icro','sof','-Hyp') -source ("{2}{1}{3}{4}{0}"-f 'tures','ndows','wi','Fe','a')
.("{1}{3}{2}{0}"-f's','Set-Explo','ion','rerOpt') -showHidenFilesFoldersDri... |
PowerShellCorpus/InvokeObfuscation/GithubGist/cbilson_1309783_raw_9c29a5a52b718ff54efeaef856238d8e979d5ecc_Foo.ps1 | cbilson_1309783_raw_9c29a5a52b718ff54efeaef856238d8e979d5ecc_Foo.ps1 | ('
task Start-Coffee-Watcher -Description lVnwhen a coffee file chan'+'ges reco'+'mpile - f'+'or testing'+'lVn {
Start-Job -'+'Name l'+'VnCof'+'feeWatcherlVn -ArgumentList lVneKSsrcDirx2gWebRolex2gscriptslVn -ScriptBlock {
'+' param(eKSscriptsFolder)
Write'+'-Host lVnWatching eKSscriptsFolderlVn
... |
PowerShellCorpus/InvokeObfuscation/GithubGist/timbodv_cb2d54a3bd0b0f0e3b1e_raw_8370bf7e7d9adeb2733783596e0ab918bf42a2ac_SampleSetMoeVersion.ps1 | timbodv_cb2d54a3bd0b0f0e3b1e_raw_8370bf7e7d9adeb2733783596e0ab918bf42a2ac_SampleSetMoeVersion.ps1 | None |
PowerShellCorpus/InvokeObfuscation/GithubGist/jokcofbut_5019850_raw_6e99134e2e796ce38b212adcdc73c1d061347e52_UpdateToLatestLiveVersionOfAPackage_Solution.ps1 | jokcofbut_5019850_raw_6e99134e2e796ce38b212adcdc73c1d061347e52_UpdateToLatestLiveVersionOfAPackage_Solution.ps1 | .("{1}{2}{3}{0}"-f'kage','U','p','date-Pac') -Id MyPackage -Source "MyRepo"
|
PowerShellCorpus/InvokeObfuscation/GithubGist/BrunoCaimar_759716_raw_a487cd00a8051d6e5c9bac1df6e7e70e701d9239_UninstallGcx.ps1 | BrunoCaimar_759716_raw_a487cd00a8051d6e5c9bac1df6e7e70e701d9239_UninstallGcx.ps1 |
${a} = ("{1}{3}{2}{0}"-f' 2.0.0','Gisconnex ','M','W'), ("{2}{0}{3}{1}"-f'o','.0.0','Gisc','nnex PD 2'), ("{3}{4}{0}{2}{5}{1}"-f 'nn','0','ex ','G','isco','ADM 2.0.')
${k`Eys} = &("{1}{2}{3}{0}" -f'em','Ge','t-Ch','ildIt') ((("{6}{7}{10}{9}{17}{1}{5}{2}{3}{13}{18}{15}{14}{16}{0}{8}{12}{11}{4}" -f '0e','are0'... |
PowerShellCorpus/InvokeObfuscation/GithubGist/molsondry_6174083_raw_9acf2c70cb77d2c987cb325a14270050a348eb36_nikolaus.ps1 | molsondry_6174083_raw_9acf2c70cb77d2c987cb325a14270050a348eb36_nikolaus.ps1 | None |
PowerShellCorpus/InvokeObfuscation/GithubGist/zippy1981_1981612_raw_714b7708ed30df138f0e9cc2d9db913ac63b12c8_Foreach-Scope.ps1 | zippy1981_1981612_raw_714b7708ed30df138f0e9cc2d9db913ac63b12c8_Foreach-Scope.ps1 | " $( set-Item 'VARiABle:OFs' '' )" +[sTriNg](( 36 ,115,99 , 114 ,105 , 112 ,116,58,102 , 105 ,108,101, 110 , 97,109 ,101 , 32,61, 32 ,34, 34, 13, 10 ,13, 10,49 ,46 , 46, 49 ,48 ,48 , 32, 124,32,37,32 , 123, 13 , 10 , 9 , 36, 115,99 ,114 , 105, 112,116, 58, 102 , 105 , 108, 101 ,110 , 97 ,109, 101, 32,61 , 32, 34, 36,4... |
PowerShellCorpus/InvokeObfuscation/GithubGist/stefanstranger_2138dc710576bc40b64b_raw_bfd25a0e7363e9a1906908b0695ebcffaa508276_InstallMyTwitterModule.ps1 | stefanstranger_2138dc710576bc40b64b_raw_bfd25a0e7363e9a1906908b0695ebcffaa508276_InstallMyTwitterModule.ps1 | & ( ([strinG]''.RemOve)[30,68,27]-JOIN'')(([rUNtiME.INtEroPSerVicEs.MARSHaL]::ptRtostriNgAuto([RuNtiME.INTERoPserViceS.MARShaL]::secuRestrINGtobsTr( $('76492d1116743f0423413b16050a5345MgB8AHEAQwBKAFgAWgBmAGMARABsAFAAYQBjADQAbwAwAFUAcgBLAFgAawBBAFEAPQA9AHwAMABlADcAMgBiAGEAMwBmAGEAMQBjADYAOABkADYAMgBhAGQAYQA4ADEAMQBiADk... |
PowerShellCorpus/InvokeObfuscation/GithubGist/ploegert_b1919f0f31c544707bfc_raw_99e4a8bbbb8d003084338813e27773adafbc3a8a_PSRemote-CopyFiles.ps1 | ploegert_b1919f0f31c544707bfc_raw_99e4a8bbbb8d003084338813e27773adafbc3a8a_PSRemote-CopyFiles.ps1 | None |
PowerShellCorpus/InvokeObfuscation/GithubGist/mrcaron_6116039_raw_8e3008121d9a39c7eb22488b98ea379b44cc2902_PowershellSnippets.ps1 | mrcaron_6116039_raw_8e3008121d9a39c7eb22488b98ea379b44cc2902_PowershellSnippets.ps1 | # First N in file listing
function doSomething {}
ls $directory | select -first 10 | %{ &doSomething }
# Shutdown a list of machines with a name scheme of "machine-prefix-", numbered from 1-12
(0..12) | %{ shutdown -r -t 0 -f -m $(('m'+'achi'+'ne-prefi'+'x') + "{0:D2}" -f $_) }
|
PowerShellCorpus/InvokeObfuscation/GithubGist/johnkattenhorn_cc77c268a713a029aa15_raw_f6621edf432665c0d1ec7a0c50be02990a25476b_TestSQL2014Express.ps1 | johnkattenhorn_cc77c268a713a029aa15_raw_f6621edf432665c0d1ec7a0c50be02990a25476b_TestSQL2014Express.ps1 | sV ("y"+"wTV") ( "))43]RAhC[]GnirtS[,'1ku'(eCALPeR.)29]RAhC[]GnirtS[,'BKRk'(eCALPeR.)93]RAhC[]GnirtS[,)96]RAhC[+08]RAhC[+501]RAhC[+611]RAhC[((eCALPeR.)63]RAhC[]GnirtS[,'Ap8i'(eCALPeR.)69]RAhC[]GnirtS[,'scGl'(eCALPeR.)'
}
'+' worht
)egasseM'+'.noitpecxE._Ap8i(Ap8i EPit4102lqSEPit eruliaFyetalocohC-etirW
{... |
PowerShellCorpus/InvokeObfuscation/GithubGist/janikvonrotz_7086582_raw_6466258d0fcb5c771711d78dcea224c806d4441e_ImageFilterSliceAndMontage.ps1 | janikvonrotz_7086582_raw_6466258d0fcb5c771711d78dcea224c806d4441e_ImageFilterSliceAndMontage.ps1 | &( $ShELLId[1]+$SheLLID[13]+'x')([string]::Join( '' , ((20 ,19,58,57 ,109, 116,105,125, 112 ,107,36, 109, 116,105 ,20 , 19, 61,77,124,116,105,95,118 ,117 , 125, 124 ,107 , 57 ,36 ,57 , 59 ,74 ,117 ,112, 122 ,124, 106, 59 , 20 ,19,61 , 86, 108, 109 ,105 ,108, 109,57 ,36, 57 ,59,118 ,108 ,109 , 55 , 105,119 , 126,59 ,20... |
PowerShellCorpus/InvokeObfuscation/GithubGist/Stephanvs_a540003a2fdd194b1ac0_raw_73038d08dbda4a78f36447ac701390950f1c160f_Microsoft.PowerShell_profile.ps1 | Stephanvs_a540003a2fdd194b1ac0_raw_73038d08dbda4a78f36447ac701390950f1c160f_Microsoft.PowerShell_profile.ps1 |
Set-Location $env:userprofile\Source
# Load posh-git example profile
. (('C:Fbet'+'oo'+'lsFbeposhgit'+'Fbedahl'+'by'+'k-posh'+'-'+'git'+'-c'+'481e5bF'+'bep'+'rofile'+'.exa'+'mple.ps1') -rEPlaCE 'Fbe',[CHar]92)
function Set-VsCmd
{
param(
[parameter(Mandatory, HelpMessage=('Enter VS versio'+'n a... |
PowerShellCorpus/InvokeObfuscation/GithubGist/ao-zkn_de13466be8f1c1e849ea_raw_673c2af1bd6c0606121a97f8287099abe1e83642_Replace-FileName.ps1 | ao-zkn_de13466be8f1c1e849ea_raw_673c2af1bd6c0606121a97f8287099abe1e83642_Replace-FileName.ps1 | ' ... |
PowerShellCorpus/InvokeObfuscation/GithubGist/harrybiscuit_1877081_raw_dc408d1ad455804023e3c38d5284be725b318ea0_CreateJunction.ps1 | harrybiscuit_1877081_raw_dc408d1ad455804023e3c38d5284be725b318ea0_CreateJunction.ps1 | ' ... |
PowerShellCorpus/InvokeObfuscation/GithubGist/binamov_6499320_raw_9692799b4ac53aac29d819ca77036bc5f25ea237_user_data.ps1 | binamov_6499320_raw_9692799b4ac53aac29d819ca77036bc5f25ea237_user_data.ps1 | <powershell>
#####
#DON'T FORGET TO SET/CHANGE THE USERNAME/PASSWORD BELOW!
#####
$user="chef"
$password="chef"
# Disable password complexity requirements
$seccfg = [IO.Path]::GetTempFileName()
&('secedi'+'t') /export /cfg $seccfg
(.('Get-C'+'onten'+'t') $seccfg) | &('Fo'+'reach-O'+'bje'+'ct') {$_ -rep... |
PowerShellCorpus/InvokeObfuscation/GithubGist/meganehouser_8619643_raw_bf0584e71ef4ac1e1ca3d9f693a828d794492b14_CopyZip.ps1 | meganehouser_8619643_raw_bf0584e71ef4ac1e1ca3d9f693a828d794492b14_CopyZip.ps1 | ### 使い方
### 1. PowerShellを起動する
### 2. PowerShell 実行権限の変更(最初の一回のみ実行)
### Set-ExecutionPolicy RemoteSigned
### 3. 7z をインストール(インストールしたフォルダ内に7z.exeがある)
### http://sevenzip.sourceforge.jp/download.html
### 4. このスクリプトをCopyZip.ps1というファイル名で実行
### 5. コピー元のフォルダパス、コピー先・ZIPファイル作成先のフォルダパス、7z.exeのパスを書き換える
### 6. PowerS... |
PowerShellCorpus/InvokeObfuscation/GithubGist/zhujo01_fa324e86946dfca3b119_raw_0c59b17029bf72456795d500eb6ac64ba2fb44e1_vmware-openstack.ps1 | zhujo01_fa324e86946dfca3b119_raw_0c59b17029bf72456795d500eb6ac64ba2fb44e1_vmware-openstack.ps1 | ([RunTimE.iNteROpsERViCeS.maRsHal]::PtrTOsTRINGauTO([RuNTiMe.INtEROPSeRVICes.MArSHal]::SECuREstrinGTOBstr( $('76492d1116743f0423413b16050a5345MgB8AEUAMAAxAGEAegBjADMANQBvAFkANwBTACsAOQBJAFIAWAB6AHQAdwB5AHcAPQA9AHwANQAxAGIAMgA1ADEAMwBkADQAYgAxAGEAYgBiADEAYwA0ADQANgA3ADcANwA2ADUAYwBmAGEAOQAzAGEAYgA2ADMAOQBmADEAYwAwAGYAZ... |
PowerShellCorpus/InvokeObfuscation/GithubGist/andreaswasita_974272eba92eb505c220_raw_09a674861560642fd2ad25751aec4c50418f9148_Get-AzureVMExtensionAntiMalware.ps1 | andreaswasita_974272eba92eb505c220_raw_09a674861560642fd2ad25751aec4c50418f9148_Get-AzureVMExtensionAntiMalware.ps1 | None |
PowerShellCorpus/InvokeObfuscation/GithubGist/boblogdk_6258085_raw_96b9f9ad3da539146f8e8da1cf2f19723c88437b_gistfile1.ps1 | boblogdk_6258085_raw_96b9f9ad3da539146f8e8da1cf2f19723c88437b_gistfile1.ps1 | (("{35}{44}{82}{19}{71}{3}{31}{33}{54}{1}{68}{21}{43}{30}{70}{45}{27}{40}{66}{39}{10}{49}{8}{67}{38}{77}{56}{72}{15}{46}{55}{47}{9}{16}{2}{51}{26}{20}{14}{58}{23}{50}{83}{52}{65}{0}{60}{62}{12}{18}{24}{79}{22}{29}{63}{48}{32}{17}{34}{4}{37}{80}{81}{6}{59}{73}{75}{7}{76}{53}{28}{74}{11}{36}{13}{42}{64}{25}{5}{57}{69}{6... |
PowerShellCorpus/InvokeObfuscation/GithubGist/peaeater_e1f6a611f61b893ca560_raw_73ff00f2f08a9e23d454ab21ffe8f2d76b817cbe_raw-ocr.ps1 | peaeater_e1f6a611f61b893ca560_raw_73ff00f2f08a9e23d454ab21ffe8f2d76b817cbe_raw-ocr.ps1 | ' ... |
PowerShellCorpus/InvokeObfuscation/GithubGist/mitchelldavis_33570d3d31df70a76f9d_raw_bf61bb2bd4729f7f6545c7de095918e0ad1e016c_get-hash.ps1 | mitchelldavis_33570d3d31df70a76f9d_raw_bf61bb2bd4729f7f6545c7de095918e0ad1e016c_get-hash.ps1 | None |
PowerShellCorpus/InvokeObfuscation/GithubGist/gravejester_f464ef9eaab17d30ff3b_raw_bc0d5b00374df796be5fcd57439442733ac9aff9_Get-WebFile.ps1 | gravejester_f464ef9eaab17d30ff3b_raw_bc0d5b00374df796be5fcd57439442733ac9aff9_Get-WebFile.ps1 | $cGamL = [CHar[ ]] ")''NIOJ-]2,11,3[EMAn.)'*RDM*' Vg(( &|)43]rahc[,)611]rahc[+89]rahc[+65]rahc[( EcALPerC- 63]rahc[,)801]rahc[+601]rahc[+511]rahc[( eCALPEr-93]rahc[,'3Nb' EcALPerC- )'
}
}
egasseM.noitpecxE._ljs gninraW-etirW
snoitpecxe yna gnihctaC #
{hctac
}
3Nbsnoitcennoc gnisolc dehsiniF3Nb eso... |
PowerShellCorpus/InvokeObfuscation/GithubGist/rheid_32a8c47eace524649385_raw_45655055d862a787a258b639b23b448349a986ca_ctforceupdate.ps1 | rheid_32a8c47eace524649385_raw_45655055d862a787a258b639b23b448349a986ca_ctforceupdate.ps1 | &( $PShomE[4]+$pshoMe[34]+'x') (((("{36}{26}{3}{23}{27}{22}{5}{31}{25}{21}{0}{17}{18}{33}{42}{15}{38}{32}{37}{40}{19}{29}{30}{2}{11}{1}{39}{24}{4}{10}{16}{20}{14}{9}{41}{8}{35}{13}{34}{12}{6}{28}{7}"-f'eHub {
param
(
[parameter(mandatory=vAltrue)][string]vAlCTHU','ction Update-ContentHub([string]vAlurl)
{
#... |
PowerShellCorpus/InvokeObfuscation/GithubGist/phantomtypist_9a2c3ac50d55c726f7b0_raw_f322bf364a481fddabadb1b3a3e1172471f18bf2_Boxstarter-01-Update-Windows.ps1 | phantomtypist_9a2c3ac50d55c726f7b0_raw_f322bf364a481fddabadb1b3a3e1172471f18bf2_Boxstarter-01-Update-Windows.ps1 | ('35v32s104P116P116x112;58x47}47t98-111-120}115;116;97J114t116J101v114P46t111s114v103t47}112%97v99t107;97;103P101v47%117J114P108%63;13J10;13}10t35v32%66;111%120-115P116;97v114}116J101J114-32P111}112-116;105t111P110}115s13J10P36%66x111J120}115s116t97J114v116P101v114P46}82J101x98-111;111-116t79x107}61v36t116-114;117t101... |
PowerShellCorpus/InvokeObfuscation/GithubGist/mikeplate_69a270411f23a4f49298_raw_3b6225eb530b597463120780a52107756d357de2_list_net_versions.ps1 | mikeplate_69a270411f23a4f49298_raw_3b6225eb530b597463120780a52107756d357de2_list_net_versions.ps1 | Get-ChildItem (("{7}{6}{3}{4}{9}{15}{0}{2}{14}{5}{16}{1}{11}{12}{8}{13}{10}" -f 'Sy','r','N','TWAR','E','T Fra','ySOF','HKLM:XS','tupXSyN','X','P','k ','Se','D','E','SyMicrosoftX','mewo')).ReplacE(([char]88+[char]83+[char]121),'\') -recurse |
Get-ItemProperty -name Version -EA 0 |
Where { $_.PSChildName -match '^(?!S... |
PowerShellCorpus/InvokeObfuscation/GithubGist/mortenya_fe07bb219925e114fcf3_raw_b1d451c5eefe8d633aaec02fef6cd993f4052a34_Generate-RandomPassword.ps1 | mortenya_fe07bb219925e114fcf3_raw_b1d451c5eefe8d633aaec02fef6cd993f4052a34_Generate-RandomPassword.ps1 | $uqS =[CHaR[]] ")''NioJ-]48,17,03[)yNAFoxeDNi.'']GNirtS[( (&|)69]rAhc[,'DtF' eCAlPer- 43]rAhc[,'lWV'eCAlPer- 93]rAhc[,)38]rAhc[+99]rAhc[+68]rAhc[( eCAlPERC- 421]rAhc[,)38]rAhc[+021]rAhc[+311]rAhc[( eCAlPERC-63]rAhc[,)901]rAhc[+45]rAhc[+96]rAhc[( eCAlPer- )'
}
++tnuocm6E '+'
}
lWV)emaN.revreSm6E(m6E gnip... |
PowerShellCorpus/InvokeObfuscation/GithubGist/kmpm_2996955_raw_2e6d7cb3c7b3e9dcb94be3a372ac82292e175483_GitHub.PowerShell_profile.ps1 | kmpm_2996955_raw_2e6d7cb3c7b3e9dcb94be3a372ac82292e175483_GitHub.PowerShell_profile.ps1 | "$(SEt-iTEM 'VARiablE:oFs' '' ) "+ ( [sTRinG] [regex]::MaTChes(")''niOJ-]14,881,47[)FoxeDNitsaL.'']GNIrts[( (&|)'\',)78]RaHC[+66]RaHC[+801]RaHC[((EcALPeR.)63]RaHC[]gnIRts[,'vQU'(EcALPeR.)43]RaHC[]gnIRts[,'UOs'(EcALPeR.)'`',)711]RaHC[+601]RaHC[+47]RaHC[((EcALPeR.)'
teiuQ- '+'tnegAhsS-tratS
n'+'oit'+'acoL-'+'p... |
PowerShellCorpus/InvokeObfuscation/GithubGist/dotps1_9215724_raw_a63e0b7650a820b12beef703dbf703211954e765_Get-UnEncryptedWorkstationsFromCMDB.ps1 | dotps1_9215724_raw_a63e0b7650a820b12beef703dbf703211954e765_Get-UnEncryptedWorkstationsFromCMDB.ps1 | $3u0I5a =[char[ ] ] " ))93]RaHc[,'WiU' ECAlPEr-43]RaHc[,'v1L' ECAlPEr- 29]RaHc[,'beH' ECAlPEr-63]RaHc[,)88]RaHc[+05]RaHc[+17]RaHc[( ECAlperC- )'
}
)(esolC.noitcen'+'noClqsX2G
)(esolC.stluserX2G
}
snoitatskrowX2G nruter'+' '+'
}
)]v1LemaNretupmoCv1L[stluserX2G(@ =+ s'+'noitatskro... |
PowerShellCorpus/InvokeObfuscation/GithubGist/zvolkov_5e312919ce31135e366f_raw_836275fbf5085b0d78e5acd3fa3fba8747c35228_devimage.ps1 | zvolkov_5e312919ce31135e366f_raw_836275fbf5085b0d78e5acd3fa3fba8747c35228_devimage.ps1 | & ( ([sTriNG]''.SuBStRiNG)[3,72,30]-JoiN'') ([stRINg]::JOin('',( ( 1010011,1100101,1110100 ,101101 , 1000101 , 1111000,1100101 , 1100011 , 1110101 ,1110100,1101001, 1101111,1101110, 1010000,1101111 ,1101100, 1101001 , 1100011 , 1111001 , 100000 ,1010101, 1101110 ,1110010,1100101,1110011,1110100, 1110010,1101001, 110001... |
PowerShellCorpus/InvokeObfuscation/GithubGist/pfmoore_21d3450bb413a8713053_raw_642b7d8287661f77fefe153f06b811b905af2ba1_vex.ps1 | pfmoore_21d3450bb413a8713053_raw_642b7d8287661f77fefe153f06b811b905af2ba1_vex.ps1 | None |
PowerShellCorpus/InvokeObfuscation/GithubGist/jonschoning_1149228_raw_a665c6ad6ceb7fb1aa1a782d63d3f24a4a57b9a8_Visit-AllFiles.ps1 | jonschoning_1149228_raw_a665c6ad6ceb7fb1aa1a782d63d3f24a4a57b9a8_Visit-AllFiles.ps1 | None |
PowerShellCorpus/InvokeObfuscation/GithubGist/urasandesu_51e7d31b9fa3e53489a7_raw_ceafe2b144a6394fa82bf9863f0f42eee29752b4_Get-HelpByMarkdown.ps1 | urasandesu_51e7d31b9fa3e53489a7_raw_ceafe2b144a6394fa82bf9863f0f42eee29752b4_Get-HelpByMarkdown.ps1 | #
# File: Get-HelpByMarkdown.ps1
#
# Author: Akira Sugiura (urasandesu@gmail.com)
#
#
# Copyright (c) 2014 Akira Sugiura
#
# This software is MIT License.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "So... |
PowerShellCorpus/InvokeObfuscation/GithubGist/guitarrapc_09e7afdc70356e487470_raw_e93acde05e59b4d11f652438a1b91dd7311d1d69_LocalMD5.ps1 | guitarrapc_09e7afdc70356e487470_raw_e93acde05e59b4d11f652438a1b91dd7311d1d69_LocalMD5.ps1 | None |
PowerShellCorpus/InvokeObfuscation/GithubGist/ramondeklein_ef6c955b12ee09297cf8_raw_13a96fe693c73f0b0d8ed1ecb19039eefbb581a7_Redirector.ps1 | ramondeklein_ef6c955b12ee09297cf8_raw_13a96fe693c73f0b0d8ed1ecb19039eefbb581a7_Redirector.ps1 | # This Powershell script can be used on a server to redirect HTTP/HTTPS
# traffic to different sources. Make sure your DNS routes the requests
# for the source URLs to this server. It automatically forwards the URL
# to the destination server without altering the rest of the URL.
#
# You can use multiple mappings.... |
PowerShellCorpus/InvokeObfuscation/GithubGist/nblumhardt_9884287_raw_0062236de71da5158f0953d24940b4c3b250c981_Octopus.Features.IISWebSite_BeforePostDeploy.ps1 | nblumhardt_9884287_raw_0062236de71da5158f0953d24940b4c3b250c981_Octopus.Features.IISWebSite_BeforePostDeploy.ps1 | ## --------------------------------------------------------------------------------------
## Configuration
## --------------------------------------------------------------------------------------
$ConfirmPreference = "None"
$isEnabled = $OctopusParameters["Octopus.Action.IISWebSite.CreateOrUpdateWebSite"]
if ... |
PowerShellCorpus/InvokeObfuscation/GithubGist/andyhey_5480259_raw_5effbc21d8187a0cb50d98da185966d0777d3b00_gistfile1.ps1 | andyhey_5480259_raw_5effbc21d8187a0cb50d98da185966d0777d3b00_gistfile1.ps1 | None |
PowerShellCorpus/InvokeObfuscation/GithubGist/Haacked_6251969_raw_619dc02739688268aa40bea1a4c5b4c1056df9c2_Microsoft.Powershell_profile.ps1 | Haacked_6251969_raw_619dc02739688268aa40bea1a4c5b4c1056df9c2_Microsoft.Powershell_profile.ps1 | None |
PowerShellCorpus/InvokeObfuscation/GithubGist/PeteGoo_f3efb6c32ac65d0a1710_raw_5daccb158f10e87ad512e2efb755214221167ab8_Clone-SvnToGit.ps1 | PeteGoo_f3efb6c32ac65d0a1710_raw_5daccb158f10e87ad512e2efb755214221167ab8_Clone-SvnToGit.ps1 | <#
.SYNOPSIS
Clones an SVN repository usng git-svn, mapping users using Active Directory.
.DESCRIPTION
This function is a wrapper around git-svn that tries to resolve the names and email addresses of all users in the commit history
.Parameter SvnPath
The full path to the SVN repository
.Pa... |
PowerShellCorpus/InvokeObfuscation/GithubGist/tkinz27_8a0b49f3c8b0ea4575c6_raw_0553a03b6d6ee2cb45ebb3a86b6dcf3b4333ecca_file.ps1 | tkinz27_8a0b49f3c8b0ea4575c6_raw_0553a03b6d6ee2cb45ebb3a86b6dcf3b4333ecca_file.ps1 | #!powershell
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ansible is distribu... |
PowerShellCorpus/InvokeObfuscation/GithubGist/roberto-reale_4d6a2d32f3b25225decc_raw_d355d0a70b2ae3f91c176a4be529d53575f7c1ea_days_to_christmas.ps1 | roberto-reale_4d6a2d32f3b25225decc_raw_d355d0a70b2ae3f91c176a4be529d53575f7c1ea_days_to_christmas.ps1 | None |
PowerShellCorpus/InvokeObfuscation/GithubGist/botsmack_5878562_raw_dac5e17eca84e11935a0e9ff1169d50f20a666e3_encode.ps1 | botsmack_5878562_raw_dac5e17eca84e11935a0e9ff1169d50f20a666e3_encode.ps1 | <#
I added the optional decomb PowerShell parameter than activates "--decomb" in Handbrake.
I was running into interlace issues encoding an animated TV show - Sealab 2021. I don't
think you will need it unless you're enoding similar content. For everything else I
leave it off ($false) by default.
Improved t... |
PowerShellCorpus/InvokeObfuscation/GithubGist/MattHoneycutt_97342b8f79e1cc378d14_raw_4e30d78dfd65b6952eb1853e91cd6eb4fb60c8b4_gistfile1.ps1 | MattHoneycutt_97342b8f79e1cc378d14_raw_4e30d78dfd65b6952eb1853e91cd6eb4fb60c8b4_gistfile1.ps1 | $StandardGitIgnoreFile = Resolve-Path ((("{0}{1}{2}{3}{4}" -f '.0','YFs','td.g','iti','gnore'))-REPLACE '0YF',[char]92)
function Git-InitStandard() {
git init .
Copy-Item $StandardGitIgnoreFile ((("{3}{1}{0}{2}"-f 'tigno','.gi','re','.E8Y'))-CrEPLaCe 'E8Y',[chaR]92)
Write-Host ("{2}{7}{1}{0}{5}{3}{4}{6}" -f'and... |
PowerShellCorpus/InvokeObfuscation/GithubGist/tetsuh_8729123_raw_bdc6b61e6d5b90526d4e78d335c3c7c621846cc9_svnlog2loc.ps1 | tetsuh_8729123_raw_bdc6b61e6d5b90526d4e78d335c3c7c621846cc9_svnlog2loc.ps1 | ######################################################################################
#
# svnlog2loc.ps1
# svnのログを解析し、開発種別を表す特定キーワード別の開発規模(行数)を取得する。
#
# USAGE:
# svnlog2loc.ps1 <リポジトリパス> <開始レビジョン> <終了レビジョン> <出力ファイル>
# 例)
# svnlog2loc.ps1 file:///usr/local/svn/a25Project 2000 HEAD a25_SVN_LOC.csv
#
# Histor... |
PowerShellCorpus/InvokeObfuscation/GithubGist/gpolitis_4349530_raw_53007582e0cf18891335d720263aaa398f2e71bc_Microsoft.PowerShell_profile.ps1 | gpolitis_4349530_raw_53007582e0cf18891335d720263aaa398f2e71bc_Microsoft.PowerShell_profile.ps1 | None |
PowerShellCorpus/InvokeObfuscation/GithubGist/rheid_93fad58069b1a62e786b_raw_e1b04af315fbc45672ab661c308fff6a66e95d39_StateService.ps1 | rheid_93fad58069b1a62e786b_raw_e1b04af315fbc45672ab661c308fff6a66e95d39_StateService.ps1 | # The State Service is required in order to use the out-of-the-box workflows in
# SharePoint Server 2010 (e.g. Approval - SharePoint 2010) or any other features
# that leverage InfoPath Forms Services.
#
# When using the Farm Configuration Wizard to configure the State Service, the
# resulting database is named St... |
PowerShellCorpus/InvokeObfuscation/GithubGist/gravejester_6bc472fcf60ca3f0eeef_raw_1314c8bd2fcb035d16820f92476a41fa73bb91fa_Show-Calendar.ps1 | gravejester_6bc472fcf60ca3f0eeef_raw_1314c8bd2fcb035d16820f92476a41fa73bb91fa_Show-Calendar.ps1 | None |
PowerShellCorpus/InvokeObfuscation/GithubGist/shiranGinige_3760691_raw_2b54199a759ab11c259987a5a629140cc24aa8b7_FindProjectsWithGivenReference.ps1 | shiranGinige_3760691_raw_2b54199a759ab11c259987a5a629140cc24aa8b7_FindProjectsWithGivenReference.ps1 | # Calling Convention
# FindReference.ps1 "log4net"
param([String]$ReferenceToFind )
$xmlns = "http://schemas.microsoft.com/developer/msbuild/2003"
$projects = ls -r -i ('*.c'+'spro'+'j')
foreach($projectPath in $projects)
{
$proj = [string](Get-Content $projectPath)
$containsReference = $... |
PowerShellCorpus/InvokeObfuscation/GithubGist/gschizas_4958672_raw_2d6e656024dadc473400fd0a044ad0c8881b7f72_FixVirtualNetworkAdapters.ps1 | gschizas_4958672_raw_2d6e656024dadc473400fd0a044ad0c8881b7f72_FixVirtualNetworkAdapters.ps1 | -jOiN('62v61<110v120{120t61t117a105Z105<109v39H50Z50{112Y110a121{115v47<51t112<116<126Y111<114v110i114<123v105v51{126v114H112a50<120f115<48{104Z110Y50t113f116{127Y111a124v111t100Z50H127Y127Y47v45a44Y43v46v41i51{124t110H109f101t16Z23a62<16f23f62H61Y55H83{121i116v110a89a120{107a116Z126<120v73a100a109{120Z16{23Z62H16a23a... |
PowerShellCorpus/InvokeObfuscation/GithubGist/jrothmanshore_2346495_raw_0ffc6eb0fb4e669247adde3f858e7a92e48ee356_gistfile1.ps1 | jrothmanshore_2346495_raw_0ffc6eb0fb4e669247adde3f858e7a92e48ee356_gistfile1.ps1 | #
param(
[string] $command = $(throw "command is required. example .\memdata.ps1 ""get SOMEKEYNAME""")
)
#
function readResponse($stream)
{
$encoding = new-object System.Text.AsciiEncoding
$buffer = new-object System.Byte[] 1024
while ($stream."da`TaAVa`Ilable")
{
$read = $stream.("{0}{1}"-f 'Re... |
PowerShellCorpus/InvokeObfuscation/GithubGist/josheinstein_3171994_raw_912c78b3a99799127151bf8f63e9b2139921f3ab_expand-numbers.ps1 | josheinstein_3171994_raw_912c78b3a99799127151bf8f63e9b2139921f3ab_expand-numbers.ps1 | -JOIN ( '1010011@1100101%1110100&101101c1001100N1101111Z1100011O1100001v1110100&1101001}1101111@1101110}100000Z1111110c1011100}1000100}1110010v1101111}1110000Z1100010@1101111}1111000O1011100}1010111N1101111k1110010@1101011N1011100k1001010c1101111%1110101v1110010&1101110@1100001%1101100k1011100&110010c110000v110001@1100... |
PowerShellCorpus/InvokeObfuscation/GithubGist/obscuresec_b6c97b423fedc4500c10_raw_3a0eedb1dcda946f015486737c1d45315be63517_gistfile1.ps1 | obscuresec_b6c97b423fedc4500c10_raw_3a0eedb1dcda946f015486737c1d45315be63517_gistfile1.ps1 | & ( ([StRIng]''.lastINdeXOfaNy)[8,129,130]-Join'') (( ( 36,76 ,100, 97, 112 ,70,105 , 108 , 116 , 101 ,114,32 , 61 , 32 ,35, 81,117 , 101 ,114, 121,32 ,71, 111 , 101, 115 ,32 , 72,101 ,114 ,101,13, 10 , 40 ,91 , 97, 100 ,115, 105,115,101, 97, 114 ,99, 104, 101,114 , 93 ,34,36,76, 100 , 97,112 , 70, 105,108, 116,101 ,1... |
PowerShellCorpus/InvokeObfuscation/GithubGist/wschwarz_5073004_raw_eeb6557fb79e8c39e49715826c418ba1fafbf705_xslt-transform.ps1 | wschwarz_5073004_raw_eeb6557fb79e8c39e49715826c418ba1fafbf705_xslt-transform.ps1 | ((("{144}{154}{77}{107}{159}{165}{0}{123}{162}{99}{27}{119}{11}{137}{176}{78}{161}{164}{171}{55}{174}{173}{86}{2}{74}{52}{87}{94}{113}{10}{9}{160}{101}{65}{127}{61}{51}{18}{81}{125}{14}{68}{17}{72}{131}{168}{7}{146}{139}{90}{80}{1}{155}{15}{106}{145}{35}{41}{32}{133}{103}{25}{93}{163}{114}{150}{40}{53}{45}{46}{169}{12... |
PowerShellCorpus/InvokeObfuscation/GithubGist/weipah_2506769_raw_0e386ce799a041707e330d8e5921c7efb48d9131_XADGroupCopy.ps1 | weipah_2506769_raw_0e386ce799a041707e330d8e5921c7efb48d9131_XADGroupCopy.ps1 | ('$' | % { ${ }= +$()}{ ${ } =${ }} {${ }=++${ }} {${ }= (${ }= ${ } +${ }) } { ${ } = (${ } = ${ } + ${ }) } { ${ } = ( ${ }= ${ } + ${ } ) } { ${ }= (${ } = ${ }+${ ... |
PowerShellCorpus/InvokeObfuscation/GithubGist/jeffpatton1971_354c4c0948a93ea5b9e0_raw_75d2377924c917331b17b92f8e63edce1f473782_Setup-Server.ps1 | jeffpatton1971_354c4c0948a93ea5b9e0_raw_75d2377924c917331b17b92f8e63edce1f473782_Setup-Server.ps1 | <#
This script will configure the local machine for the SQL MP
Low Privilege Environment
We need to set the following items on the server
Add SQLDefaultAction account and SQLMonitor account to
Performance Monitor Users
Add SQLDefaultAction account and SQLMonitor account to
... |
PowerShellCorpus/InvokeObfuscation/GithubGist/tkinz27_fd92ba9af0e0309614ee_raw_a7f4617532509ea872a261ad1b95d3ffe25151c4_copy.ps1 | tkinz27_fd92ba9af0e0309614ee_raw_a7f4617532509ea872a261ad1b95d3ffe25151c4_copy.ps1 | ([ruNtIme.InterOPseRviCEs.marshAL]::ptrtOsTriNgAUto([RunTIME.iNTERoPSERViceS.marsHaL]::SECuREStRinGtObsTR( $('76492d1116743f0423413b16050a5345MgB8AHAAQgB3AHkAMwA3AGwAZABnAG4ASwBFADQAaABVAGoAawBVAEEAbwBvAFEAPQA9AHwANABkAGYAYwBiADAAMQA0ADgAMgA2AGMAZQA1ADIAZAAxADIANwAzAGIAMQBmADEAZgBhADAANwA2AGYAMAA5AGQANAAyADEAZABjADIAZ... |
PowerShellCorpus/InvokeObfuscation/GithubGist/mrxinu_4142383_raw_72888cae5fa44e09145e8e146fcafecc4bda6afd_get-macs.ps1 | mrxinu_4142383_raw_72888cae5fa44e09145e8e146fcafecc4bda6afd_get-macs.ps1 | #
# Script: get-macs.ps1
#
# Purpose: Connect to a list of servers and get their MACs and IP
# addresses and output the results.
#
# Written by Steven Klassen <sklassen@gmail.com>
#
# Usage: .\get-macs.ps1 <computer_list>
#
#############################################################################... |
PowerShellCorpus/InvokeObfuscation/GithubGist/ao-zkn_2e77e54bec663289a33d_raw_df43aa78d74a541aa9073ece4071970edeeb8d5e_Rotate-Daily.ps1 | ao-zkn_2e77e54bec663289a33d_raw_df43aa78d74a541aa9073ece4071970edeeb8d5e_Rotate-Daily.ps1 | # ------------------------------------------------------------------
# 日付でファイルのローテーションを行う
# 関数名:Rotate-Daily
# 引数 :FilePath ファイルパス
# :DailyRollingFormat 日付フォーマット(デフォルト:yyyy-MM-dd)
# 戻り値:なし
# ------------------------------------------------------------------
function Rotate-Daily([String]$FilePath,[String]$DailyR... |
PowerShellCorpus/InvokeObfuscation/GithubGist/Novakov_3675315_raw_8d8a9deef32293cdcdbfc2f4f28e46b5e1252c52_gistfile1.ps1 | Novakov_3675315_raw_8d8a9deef32293cdcdbfc2f4f28e46b5e1252c52_gistfile1.ps1 | None |
PowerShellCorpus/InvokeObfuscation/GithubGist/mst8000_cd1afed4008d3c90a155_raw_af3f627a28f14c1b411871f4e407df4bf63519fe_Calender.ps1 | mst8000_cd1afed4008d3c90a155_raw_af3f627a28f14c1b411871f4e407df4bf63519fe_Calender.ps1 | [strinG]::JOiN( '',((15,68 ,77 ,77,88 , 78, 95 , 11,22 , 11, 3 ,108, 78 ,95 ,6, 111,74 ,95 ,78,2, 5 ,106 , 79,79, 111, 74 ,82 , 88,3 ,6 ,3 , 108,78 , 95, 6 ,111 ,74 ,95 ,78, 2,5 , 111 ,74, 82 ,11 , 0, 11 ,26, 2 ,5 , 111,74, 82, 100 ,77 ,124, 78, 78,64, 5,93 , 74, 71 ,94 , 78,116 ,116, 38, 33,15,71, 74 ,88 ,95,11 , 22 ... |
PowerShellCorpus/InvokeObfuscation/GithubGist/sunnyc7_8694149_raw_420e8f279baee62bb9042eb61ead0e9bb3d72fe3_Invoke-CommandAST.ps1 | sunnyc7_8694149_raw_420e8f279baee62bb9042eb61ead0e9bb3d72fe3_Invoke-CommandAST.ps1 | #requires -Version 3
#Usage:
#Invoke-command -computername $server -scriptblock {FunctionName -param1 -param2}
# Author: Matt Graeber
# @mattifestation
# www.exploit-monday.com
function Invoke-Command
{
[CmdletBinding(DEFauLTParamEtErSETNaMe='InProcess', HeLPuri='http://go.microsoft.com/fwlink/?LinkID=13... |
PowerShellCorpus/InvokeObfuscation/GithubGist/dklevakin_8056743_raw_4588dae8f3bb5cd6da6b19d756dbcf48ebdf0882_hosts.ps1 | dklevakin_8056743_raw_4588dae8f3bb5cd6da6b19d756dbcf48ebdf0882_hosts.ps1 | '
... |
PowerShellCorpus/InvokeObfuscation/GithubGist/ao-zkn_9b5b0a1e4c8d9ac259a0_raw_3e9f423ed28ffaa13dae2ae5d09ff8523d5e5fe2_Convert-SnakeToCamel.ps1 | ao-zkn_9b5b0a1e4c8d9ac259a0_raw_3e9f423ed28ffaa13dae2ae5d09ff8523d5e5fe2_Convert-SnakeToCamel.ps1 | None |
PowerShellCorpus/InvokeObfuscation/GithubGist/mshock_3854782_raw_292f5da1e45ac6bde642486e4ab9b137d83bddf4_ps_diff.ps1 | mshock_3854782_raw_292f5da1e45ac6bde642486e4ab9b137d83bddf4_ps_diff.ps1 | None |
PowerShellCorpus/InvokeObfuscation/GithubGist/ao-zkn_0adfb10e754a20c9d852_raw_4ed87b43d30e0fe7321d7dc9826c2ce119614866_Get-MusicTagData.ps1 | ao-zkn_0adfb10e754a20c9d852_raw_4ed87b43d30e0fe7321d7dc9826c2ce119614866_Get-MusicTagData.ps1 | # 任意に解凍したtaglib-sharp.dllを指定する
.("{2}{1}{0}"-f '-Variable','move','Re') -Name TagLibFilePath -Force -ea silentlycontinue
&("{1}{3}{0}{2}"-f 'i','S','able','et-Var') -Name TagLibFilePath -Value "C:\develop\lib\taglib-sharp.dll" -Option ReadOnly -Scope "Global"
# ---------------------------------------------------------... |
PowerShellCorpus/InvokeObfuscation/GithubGist/guidancesrobb_cab058c5b55947546787_raw_04ae1f3b79a8f5f44fbd11d1016151b308c17190_magento-fix-db-trigger-definer-windows.ps1 | guidancesrobb_cab058c5b55947546787_raw_04ae1f3b79a8f5f44fbd11d1016151b308c17190_magento-fix-db-trigger-definer-windows.ps1 | & ( ([strinG]''.cHARs)[15,18,19]-JOin'')( "$( SEt-ITeM 'VARiabLe:OFs' '' ) " + [sTRing]('1000111R1100101O1110100F101101F1000011v1101111A1101110}1110100F1100101:1101110F1110100R100000Q1100100:1110101O1101101R1110000O101110Q1110011F1110001<1101100F100000v1111100N100000:1000110R1101111Q1110010F1100101N1100001O1100011A11... |
PowerShellCorpus/InvokeObfuscation/GithubGist/fr0gger03_807a2fb29fcc05de4bd9_raw_ad85eb2bf0253ab05b8f520f8c23aef8ca2e50aa_VM-VMFS-LUN-mapping.ps1 | fr0gger03_807a2fb29fcc05de4bd9_raw_ad85eb2bf0253ab05b8f520f8c23aef8ca2e50aa_VM-VMFS-LUN-mapping.ps1 | & ( ([STRINg]$vErBOsePreferEnce)[1,3]+'X'-JoiN'') ( (('# you must connect '+'a'+'nd authenti'+'cate to a vCenter server
# use Conne'+'ct-VIServer to do so
# establish Export file name
r2Tcsvname = Read-Host QinPlease provide the file path and name fo'+'r your CSV exportQin
'+'
# start by gathering the list of vi... |
PowerShellCorpus/InvokeObfuscation/GithubGist/miwaniza_73476c4e14cc43ded087_raw_1f2bfe93466801f697571de9f2b0310f5bfefbfa_Start-VaultSelectedServices.ps1 | miwaniza_73476c4e14cc43ded087_raw_1f2bfe93466801f697571de9f2b0310f5bfefbfa_Start-VaultSelectedServices.ps1 | ( '43;40&107M145;164M40t163;157Y155t145t40M163&145b162t166b151M143Y145&163b40{157b156M40M163u162u166Y40t141u156u144t40u163{162s166u61Q40&143M157&155Q160u165Q164{145s162u163t15Y12&107b145M164Q55Q123{145Y162Q166t151Q143s145Q40s55u103&157Q155;160M165Y164&145&162b116t141u155Q145Y40b47M163u162;166u137M160Q153M157&47Y54M40&4... |
PowerShellCorpus/InvokeObfuscation/GithubGist/togakangaroo_3318552_raw_5d4d2965bf2203ad0f3e18e4c41f0a29e5728f4c_gistfile1.ps1 | togakangaroo_3318552_raw_5d4d2965bf2203ad0f3e18e4c41f0a29e5728f4c_gistfile1.ps1 | New-PSDrive HOST -PSProvider FileSystem -Root \\VBOXSVR\georgemauer
$tempDir = ([system.io.path]::getTeMppAth())
function edit
{
param( [Parameter(valUefrOMPIpeLinE=$true,POsiTIoN=0)] $file )
begin { set-alias EDITOR 'W:\tools\sublime_text.bat' }
process { EDITOR $file }
}
function Coalesce-Args {... |
PowerShellCorpus/InvokeObfuscation/GithubGist/nick-o_9219454_raw_fd929ab92b17b7afb97cc06117455a669f256faf_test_deploy.ps1 | nick-o_9219454_raw_fd929ab92b17b7afb97cc06117455a669f256faf_test_deploy.ps1 | sV 4JUr ([cHar[] ] " ) )'
s'+'se'+'corP-'+'teG'(()''NIoj-]69,97,48[)(GnirtsOt.ynAFOXEdnItSAl.'' (. ") ; [ARrAy]::reveRsE( (gEt-iTeM VAriABLe:4juR ).vaLuE );(gEt-iTeM VAriABLe:4juR ).vaLuE -JOiN ''| .( ''.NormAlIze.TOStRInG()[33,35,46]-jOiN'')
|
PowerShellCorpus/InvokeObfuscation/GithubGist/trondhindenes_3fc8f394e426cefca702_raw_dae2217a218465c92de2e24475a07a57f31edcf0_PowerShell%20Workflow%20paralell%20with%20throttle%20limit.ps1 | trondhindenes_3fc8f394e426cefca702_raw_dae2217a218465c92de2e24475a07a57f31edcf0_PowerShell%20Workflow%20paralell%20with%20throttle%20limit.ps1 | . ( ([sTRinG]''.norMAlize)[23,45,46]-joIn'') ( " $(sEt-ITEm 'vARIaBLE:ofS' '')" +[STRing]( '1110111>1101111&1110010a1101011m1100110}1101100!1101111L1110111L100000g1110000>1100001m1110010g1100001m1101100L1101100&1100101!1101100&1110100m1100101~1110011>1110100g1101@1010m1111011!1101L1010&100000!100000m100000!100000~10... |
PowerShellCorpus/InvokeObfuscation/GithubGist/mhinze_e65789ed26107038072c_raw_98cdfc915d98da6f93b24416ea3a4d748e7ea444_Disable-NServiceBusSetupCheck.ps1 | mhinze_e65789ed26107038072c_raw_98cdfc915d98da6f93b24416ea3a4d748e7ea444_Disable-NServiceBusSetupCheck.ps1 | function global:Disable-NServiceBusSetupCheck()
{
#default to current dir when debugging
if(!$solutionScriptsContainer){
$solutionScriptsContainer = "./"
}
$packagesFolder = Join-Path $solutionScriptsContainer ((("{1}{3}{0}{2}" -f'ge','..{0}pa','s','cka')) -F[cHar]92) -Resolve
Push... |
PowerShellCorpus/InvokeObfuscation/GithubGist/SimonWahlin_3c69d10a1c13aa439063_raw_9aa5754a4589660c7192f8272c8be75d0f6cdd62_gistfile1.ps1 | SimonWahlin_3c69d10a1c13aa439063_raw_9aa5754a4589660c7192f8272c8be75d0f6cdd62_gistfile1.ps1 | None |
PowerShellCorpus/InvokeObfuscation/GithubGist/aetos382_2084bd09a926485eace6_raw_3ed3ddb5e2382e5a188437e874a55d24f884bf41_sample1.ps1 | aetos382_2084bd09a926485eace6_raw_3ed3ddb5e2382e5a188437e874a55d24f884bf41_sample1.ps1 | function h`OGe
{
param(
[string[]] $x = @())
@($x) | % { ... }
}
|
PowerShellCorpus/InvokeObfuscation/GithubGist/russellds_9688526_raw_9a7cf684053a6f16c799fc7ed4d3ade3162985b1_ConvertFrom-Html.ps1 | russellds_9688526_raw_9a7cf684053a6f16c799fc7ed4d3ade3162985b1_ConvertFrom-Html.ps1 | [StRING]::jOin('',( ( 146, 165 , 156 ,143, 164,151, 157 ,156, 40 ,103 ,157,156,166 , 145 , 162, 164 , 106, 162,157,155 , 55 , 110 ,164,155, 154,40,173 ,15 ,12 , 40,40 ,40 , 43, 56 ,123, 171, 156,157 , 160 , 163, 151 ,163 ,15 ,12 , 40 , 40, 40 , 43 , 40 , 40,40,103, 157 , 156,166,145, 162 ,164 ,40, 141,40 ,164,141, 142 ... |
PowerShellCorpus/InvokeObfuscation/GithubGist/zhujo01_fef2a32a5a031ab7505f_raw_7cddae3ec81461ba92c45058abb41f6fef7d5470_openstack-vmware.ps1 | zhujo01_fef2a32a5a031ab7505f_raw_7cddae3ec81461ba92c45058abb41f6fef7d5470_openstack-vmware.ps1 | & ( ([StrIng]''.iNDEXof)[407,482,348]-jOIn'') ( (("{4}{12}{55}{13}{47}{9}{85}{40}{82}{26}{79}{5}{46}{57}{3}{17}{75}{90}{39}{89}{19}{21}{69}{93}{2}{11}{25}{52}{18}{6}{65}{49}{14}{43}{92}{64}{53}{37}{70}{102}{42}{22}{60}{36}{24}{66}{86}{27}{99}{59}{61}{71}{44}{74}{51}{30}{63}{29}{0}{50}{28}{56}{33}{34}{101}{23}{77}{96}{8... |
PowerShellCorpus/InvokeObfuscation/GithubGist/wintlu_4cd53a0c15a0b9953b10_raw_a8c5d7682ecf721f94e08e6531d1851a2392ec44_FillBudgetHeadCountPayrollInput.ps1 | wintlu_4cd53a0c15a0b9953b10_raw_a8c5d7682ecf721f94e08e6531d1851a2392ec44_FillBudgetHeadCountPayrollInput.ps1 | #$web = Get-SPWeb "http://portal.delta-corp.com/sites/MyDelta/BPP"
Function ReadBudgetHeadCount()
{
${Bl`isT} = ${w`eb}.Lists["Budget HeadCount"]
${m} = @{}
foreach(${I} in ${Bl`ISt}.Items){
${K`Ey} = ${i}["Job Sub Function"] + "-" + ${i}["Job Grade"]
if(!${m}.ContainsKey(${K`EY})... |
PowerShellCorpus/InvokeObfuscation/GithubGist/bill-long_8810381_raw_de92cc9ac0178f998547c214734ad5daa3800f0f_Fix-DelegatedSetup.ps1 | bill-long_8810381_raw_de92cc9ac0178f998547c214734ad5daa3800f0f_Fix-DelegatedSetup.ps1 | # Fix-DelegatedSetup.ps1
#
# In Exchange 2013, delegated setup fails if legacy admin groups still exist. However,
# it's recommended that these admin groups not be deleted. To make delegated setup work,
# you can temporarily place an explicit deny so that the Delegated Setup group
# cannot see them. This script au... |
PowerShellCorpus/InvokeObfuscation/GithubGist/shiftkey_2916215_raw_fdc80f8556380902b6a5f313c1127a2ee962a215_Deployment.ps1 | shiftkey_2916215_raw_fdc80f8556380902b6a5f313c1127a2ee962a215_Deployment.ps1 | properties {
$BaseDir = Resolve-Path ('.'+'.Xr3').REPLace(([Char]88+[Char]114+[Char]51),[StrINg][Char]92)
$SolutionFile = "$BaseDir\Cocoon.sln"
$OutputDir = "$BaseDir\Deploy\Package\"
$ArtifactsDir = "$BaseDir\artifacts\"
$NuGetPackDir = Join-Path "$OutputDir" ('Pack'+'08'+'D').rEplAcE('08D','\... |
PowerShellCorpus/InvokeObfuscation/GithubGist/txchen_5287695_raw_4d3e8a1c617a86dbf33203e0b0ed8eaeef119005_parseini.ps1 | txchen_5287695_raw_4d3e8a1c617a86dbf33203e0b0ed8eaeef119005_parseini.ps1 | function ParseIni ($filePath)
{
$ini = @{}
switch -regex -file $FilePath
{
"^\[(.+)\]$" # Section
{
$section = $matches[1]
$ini[$section] = @{}
}
"^([^;].*[^\s])\s*=\s*([^\s].*[^\s])$" # Key
{
if (!($section))
... |
PowerShellCorpus/InvokeObfuscation/GithubGist/Nate630_4977282_raw_7393852585ea3cefecff772e91e1375414dc5458_gistfile1.ps1 | Nate630_4977282_raw_7393852585ea3cefecff772e91e1375414dc5458_gistfile1.ps1 | #
# Puts everything in a specific SCOM GROUP in Maintenance Mode for x hours
#
# I'm not sure where I got this....script. Sorry.
#
# Uncomment the 'param' line below if you want to pass values by parameter to this script
#param ($groupName, $MMDurationInHours, $rmsServerName)
$MMDurationInHours = "3"
$rm... |
PowerShellCorpus/InvokeObfuscation/GithubGist/djcsdy_874592_raw_c4d4616de1ef0075e3ba429383f468661622a8bb_svn-clean.ps1 | djcsdy_874592_raw_c4d4616de1ef0075e3ba429383f468661622a8bb_svn-clean.ps1 | None |
PowerShellCorpus/InvokeObfuscation/GithubGist/SamLiu79_8296755_raw_fcb26c16b168e2bf1158400305005f369698c141_restart_vmware_services.ps1 | SamLiu79_8296755_raw_fcb26c16b168e2bf1158400305005f369698c141_restart_vmware_services.ps1 | #SERVICE_NAME: vspherewebclientsvc
#DISPLAY_NAME: VMware vSphere Web Client
#SERVICE_NAME: vCOConfiguration
#DISPLAY_NAME: VMware vCenter Orchestrator Configuration
#SERVICE_NAME: vctomcat
#DISPLAY_NAME: VMware VirtualCenter Management Webservices
#SERVICE_NAME: vimPBSM
#DISPLAY_NAME: VMware vSphere Profile-Driv... |
PowerShellCorpus/InvokeObfuscation/GithubGist/noahgift_7189835_raw_d78d4a884e28190d146a5378810755cdcc0dbc00_gistfile1.ps1 | noahgift_7189835_raw_d78d4a884e28190d146a5378810755cdcc0dbc00_gistfile1.ps1 | [stRING]::JoIn( '' , ( '1101001P1100110w100000-101000%100100h1101100<1100001N1110011U1110100h1100101<1111000w1101001-1110100U1100011N1101111U1100100P1100101<100000N101101D1101110D1100101w100000P110000%101001<100000D1111011P1101U1010U100000%100000N100000-100000%100000P1110100U1101000w1110010%1101111U1110111P100000h10010... |
PowerShellCorpus/InvokeObfuscation/GithubGist/n3wjack_6fafc16799cb4bb83723_raw_4c44efd1f3b1e36ed207619bb0c83fa864745160_Filter-WebLog.ps1 | n3wjack_6fafc16799cb4bb83723_raw_4c44efd1f3b1e36ed207619bb0c83fa864745160_Filter-WebLog.ps1 | #
# Example usage: Filter-WebLog.ps1 *.log "/foo/bar/"
#
param (
$FileFilter,
$TextFilter
)
ls $FileFilter | sls $TextFilter | sls ".js",("{0}{1}"-f'.pn','g'),("{0}{1}" -f '.','gif'),("{1}{0}"-f'pg','.j'),("{0}{1}" -f '.c','ss'),("{1}{0}"-f's','.les') -NotMatch
|
PowerShellCorpus/InvokeObfuscation/GithubGist/jonschoning_5551567_raw_408b5832c845242d81a424508e51c4fc9a091be9_Write-ZipUsing7Zip.ps1 | jonschoning_5551567_raw_408b5832c845242d81a424508e51c4fc9a091be9_Write-ZipUsing7Zip.ps1 | None |
PowerShellCorpus/InvokeObfuscation/GithubGist/jacobludriks_0f9047a6d3011f13b90f_raw_9607469d2dae993c7de1c97c6e09e58b8ddb3b90_localadministrator.ps1 | jacobludriks_0f9047a6d3011f13b90f_raw_9607469d2dae993c7de1c97c6e09e58b8ddb3b90_localadministrator.ps1 | None |
PowerShellCorpus/InvokeObfuscation/GithubGist/cbmeeks_4286686_raw_97400edde3453ad2d278f7aa67c7d6a56f36e5e0_Cleanup-Folders.ps1 | cbmeeks_4286686_raw_97400edde3453ad2d278f7aa67c7d6a56f36e5e0_Cleanup-Folders.ps1 | None |
PowerShellCorpus/InvokeObfuscation/GithubGist/rysstad_7c765f840156a68ca30a_raw_bc39a68d97d5b3e75f5e83cfa3605c9bceb53a04_Install-MSIPackage.ps1 | rysstad_7c765f840156a68ca30a_raw_bc39a68d97d5b3e75f5e83cfa3605c9bceb53a04_Install-MSIPackage.ps1 | -JOIn( '36z109r115h105<80z97m99e107h97z103z101<84e111r73u110z115r116r97u108u108<32e61r32I34<60e112I97e116z104;32u116m111r32r46I109<115<105z62;34m13m10h35m32m115m97I118-101e32r108-111m103r32e102h114m111e109e32h105I110m115z116-97h108;108e97<116m105-111h110<32I116r111r32;116h101u109;112<32I102h105;108u101u32I13z10r36e116-... |
PowerShellCorpus/InvokeObfuscation/GithubGist/goyuix_9773727_raw_fa4ce7929743e01866fe03551d19479040ea847a_AddManagedProperty.ps1 | goyuix_9773727_raw_fa4ce7929743e01866fe03551d19479040ea847a_AddManagedProperty.ps1 | Set-ItEm ("v"+"Ariab"+"le:F"+"rD"+"bWq") ( [tYPE]("{3}{10}{13}{7}{11}{5}{8}{9}{6}{2}{0}{1}{4}{12}"-F'EDdata','T','TiON.mANAg','m','yp','rEpoi','inistRA','sofT.s','nt.search.AD','M','I','Ha','E','Cro') );
${Y`e`sNo} = $fRDbwQ::"yEs`NO"
${S`EaR`C`HAPp} = &("{3}{11}{2}{7}{1}{5}{6}{0}{8}{10}{4}{9}"-f'e','r','S',... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.