├── Brainstorming ├── 2.cs ├── 2.dll ├── ADS │ ├── 0.Todo │ ├── Get-ANR.ps1 │ ├── Get-AdminGroup.ps1 │ ├── Get-Computer.ps1 │ ├── Get-ConnectionPoinsts.ps1 │ ├── Get-Contact.ps1 │ ├── Get-Container.ps1 │ ├── Get-DcDomainNameMaster.ps1 │ ├── Get-DcGc.ps1 │ ├── Get-DcInfrastructureMaster.ps1 │ ├── Get-DcPdc.ps1 │ ├── Get-DcReadOnly.ps1 │ ├── Get-DcRidMaster.ps1 │ ├── Get-DcSchemaMaster.ps1 │ ├── Get-DeligatedRights.ps1 │ ├── Get-DomainAdmin.psm1 │ ├── Get-DomainController.ps1 │ ├── Get-DomainObject.ps1 │ ├── Get-DomainObject2.ps1 │ ├── Get-DomainObjectAcl.ps1 │ ├── Get-DomainTrusts.ps1 │ ├── Get-Group.ps1 │ ├── Get-GroupMember.ps1 │ ├── Get-GroupPolicyObject.ps1 │ ├── Get-OU.ps1 │ ├── Get-SPN2.psm1 │ ├── Get-Server.ps1 │ ├── Get-SiteLink.ps1 │ ├── Get-Sites.ps1 │ ├── Get-Spn.ps1 │ ├── Get-User.ps1 │ ├── Get-UserDisabled.ps1 │ ├── Get-UserEnabled.ps1 │ ├── Get-UserNoPwReq.ps1 │ ├── Get-UserPwNoExp.ps1 │ ├── Get-UserSensitiveAccount.ps1 │ ├── Get-UserTrustedForDeligation.ps1 │ ├── container-notes.txt │ ├── output.txt │ └── test ├── Create-Log4jPayload.ps1 ├── CryptItexe.zip ├── Exfil │ ├── Exfil-Dns.ps1 │ ├── Exfil-Ftp.ps1 │ ├── Exfil-Http.ps1 │ ├── Exfil-Icmp.ps1 │ ├── Exfil-Smtp.ps1 │ ├── Exfil-port-scan.ps1 │ ├── generate-cc-validated.ps1 │ ├── generate-cc.ps1 │ └── generate-ssn.ps1 ├── Fish.ps1 ├── Get-InternetIPInfo.ps1 ├── Get-IpInfoFromCap.psm1 ├── Get-LocalSqlSvcs.ps1 ├── Get-PESecurity.ps1 ├── Get-Task1.ps1 ├── Get-Task2.ps1 ├── Invoke-NinjaCopy.ps1 ├── Invoke-ReflectlyMcFlecFace.ps1 ├── Invoke-WebFilterTest.psm1 ├── Netspi-smtp-cc.ps1 ├── WheresMyImplant.dll ├── WheresMyImplant.ps1 ├── amsibypass.ps1 ├── ani-face.ps1 ├── ani-house.ps1 ├── anti-circle.ps1 ├── asdf.ps1 ├── blah.ps1 ├── calc.txt ├── clear.txt ├── cmd.exe ├── fish2.ps1 ├── fish3.ps1 ├── fish4.ps1 ├── funwithwmic.txt ├── fuzzdbuser.ps1 ├── get-arinlookup.ps1 ├── get-bingonumber.ps1 ├── helloworld.ps1 ├── ik.ps1 ├── installutil.cs ├── invoke-etwblock.ps1 ├── mickyvariation.txt ├── morepe.ps1 ├── morepecheckstuff.txt ├── netshell.dll ├── netshell.exe ├── osk.txt ├── psincs.cs ├── pslogevasion.ps1 ├── pswmiprovider.ps1 ├── regsvcsfun.txt ├── rundll32.txt ├── runme.ps1 ├── runme2.ps1 ├── scriptrunner.exe.config ├── sqlme.dll ├── sqlrandomlogin.ps1 ├── sqlstuff.ps1 ├── stuff ├── stupid2.ps1 ├── taskfun.txt ├── telem ├── test-handle.txt ├── test-handle2.txt ├── test.sct ├── test2.sct ├── testmetoo.ps1 ├── tokenfun.ps1 ├── trigger_demo_ddl.ps1 ├── trigger_demo_dml.ps1 ├── trigger_demo_logon.ps1 ├── vssown.vbs └── wmitriggerfun.txt ├── LICENSE ├── README.md └── Stable-ish ├── ADS ├── Get-AdsComputerUacFlags.psm1 ├── Get-DomainComputerDacl.psm1 ├── Get-DomainFileServers.ps1 ├── Get-DomainOuDacl.psm1 ├── Get-DomainPasswordsGPP ├── Get-DomainSpn.psm1 ├── Get-DomainUserDacl.psm1 ├── Get-ExploitableSystems.psm1 ├── Get-FileServers.psm1 ├── Get-GPPPasswordMod.ps1 └── Get-SPN.psm1 ├── AWS └── Get-PublicAwsS3BucketList.ps1 ├── Get-SPN ├── Get-SPN.psm1 └── README.md ├── IISTools ├── get-applicationhost.ps1 └── get-webconfig.ps1 ├── MSSQL ├── Create-SQLFile-XPDLL.psm1 ├── Get-LinkCrawlStats.ps1 ├── Get-SQLCompactQuery.ps1 ├── Get-SQLServiceAccountPwHash.ps1 ├── Get-SQLServiceAccountPwHash2.ps1 ├── Get-SQLServiceAccountPwHash3.ps1 ├── Get-SQLSharedAccountPwHash.ps1 ├── Get-SqlServer-Enum-SqlLogins.psm1 ├── Get-SqlServer-Enum-WinAccounts.psm1 ├── Get-SqlServer-Escalate-CheckAccess.psm1 ├── Get-SqlServer-Escalate-SpSource.ps1 ├── Get-SqlServer-Escalate-SpSource.psm1 ├── Invoke-SqlServer-Escalate-Dbowner.psm1 ├── Invoke-SqlServer-Escalate-ExecuteAs.psm1 ├── Invoke-SqlServer-Persist-StartupSp.psm1 ├── Invoke-SqlServer-Persist-TriggerDDL.psm1 ├── Invoke-SqlServer-Persist-TriggerLogon.psm1 ├── Invoke-SqlServer-Persist-XP.psm1 ├── Invoke-SqlServerCmd.ps1 ├── Invoke-SqlServerServiceImpersonation-Cmd.ps1 ├── Invoke-SqlServerServiceImpersonation-Ssms.ps1 ├── PowerUpSQL.psm1 ├── README.md ├── evil64.dll ├── templates-tsql │ ├── 0.CheatSheet-SqlServerSmo.ps1 │ ├── AllowPublicXpRegWrite │ ├── Get- RolePrivs │ ├── Get-10MostExpressiveQueries.tsql │ ├── Get-AgentJob.sql │ ├── Get-AuditAction.sql │ ├── Get-AuditDatabase.sql │ ├── Get-AuditServer.sql │ ├── Get-CachedPlans.sql │ ├── Get-Column.sql │ ├── Get-Credential.sql │ ├── Get-CurrentLogin.sql │ ├── Get-Database.sql │ ├── Get-DatabaseAudit.sql │ ├── Get-DatabasePriv.sql │ ├── Get-DatabaseRole.sql │ ├── Get-DatabaseUser.sql │ ├── Get-Domain.sql │ ├── Get-Endpoint.sql │ ├── Get-PrincipalID2SqlLogin.sql │ ├── Get-Proc.sql │ ├── Get-ProcParameter.sql │ ├── Get-ProcPriv.sql │ ├── Get-ProcSigned.sql │ ├── Get-ProcSignedByCertLogin.sql │ ├── Get-QueryHistory.sql │ ├── Get-SID2WinAccount.sql │ ├── Get-SQLAgentJobProxy.tsql │ ├── Get-SQLStoredProcedureCLR.sql │ ├── Get-Schema │ ├── Get-Schema.sql │ ├── Get-ServerAudit.sql │ ├── Get-ServerCertLogin.sql │ ├── Get-ServerConfiguration.sql │ ├── Get-ServerLink.sql │ ├── Get-ServerLogin.sql │ ├── Get-ServerPriv.sql │ ├── Get-ServerRole.sql │ ├── Get-ServiceAccount.sql │ ├── Get-Session.sql │ ├── Get-SqlLogin2PrincipalID.sql │ ├── Get-Table.sql │ ├── Get-TablePriv.sql │ ├── Get-TempObject.sql │ ├── Get-TriggerDDL.sql │ ├── Get-TriggerDML.sql │ ├── Get-TriggerEventType.sql │ ├── Get-TriggerEventTypes.sql │ ├── Get-Version.sql │ ├── Get-View.sql │ ├── Get-WinAccount2SID.sql │ ├── Get-WinAutoRunPw.tsql │ ├── download_cradle_tsql_oap.sql │ ├── download_cradle_tsql_oap2.sql │ ├── oscmdexec_agentjob_activex_jscript.sql │ ├── oscmdexec_agentjob_activex_vbscript.sql │ ├── oscmdexec_agentjob_cmdexec.sql │ ├── oscmdexec_agentjob_powershell.sql │ ├── oscmdexec_customxp.cpp │ ├── oscmdexec_oleautomationobject.sql │ ├── oscmdexec_openrowset.sql │ ├── oscmdexec_rscript.sql │ ├── oscmdexec_xpcmdshell.sql │ ├── oscmdexec_xpcmdshell_proxy.sql │ ├── persist_reg_run.tsql │ ├── readfile_BulkInsert.sql │ ├── readfile_OpenDataSourceTxt.sql │ ├── readfile_OpenDataSourceXlsx │ ├── readfile_OpenRowSetBulk.sql │ ├── readfile_OpenRowSetTxt.sql │ ├── readfile_OpenRowSetXlsx.sql │ └── write_file_OpenRowSetTxt.sql ├── xp_cmd_template.cpp ├── xp_evil_template.cpp └── xp_test64.dll └── Other └── Invoke-MassMimikatz-PsRemoting.psm1 /Brainstorming/2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/2.cs -------------------------------------------------------------------------------- /Brainstorming/2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/2.dll -------------------------------------------------------------------------------- /Brainstorming/ADS/0.Todo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/0.Todo -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-ANR.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-ANR.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-AdminGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-AdminGroup.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-Computer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-Computer.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-ConnectionPoinsts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-ConnectionPoinsts.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-Contact.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-Contact.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-Container.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-Container.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-DcDomainNameMaster.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-DcDomainNameMaster.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-DcGc.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-DcGc.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-DcInfrastructureMaster.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-DcInfrastructureMaster.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-DcPdc.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-DcPdc.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-DcReadOnly.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-DcReadOnly.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-DcRidMaster.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-DcRidMaster.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-DcSchemaMaster.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-DcSchemaMaster.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-DeligatedRights.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-DeligatedRights.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-DomainAdmin.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-DomainAdmin.psm1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-DomainController.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-DomainController.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-DomainObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-DomainObject.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-DomainObject2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-DomainObject2.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-DomainObjectAcl.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-DomainObjectAcl.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-DomainTrusts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-DomainTrusts.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-Group.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-Group.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-GroupMember.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-GroupMember.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-GroupPolicyObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-GroupPolicyObject.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-OU.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-OU.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-SPN2.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-SPN2.psm1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-Server.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-Server.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-SiteLink.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-SiteLink.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-Sites.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-Sites.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-Spn.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-Spn.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-User.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-User.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-UserDisabled.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-UserDisabled.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-UserEnabled.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-UserEnabled.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-UserNoPwReq.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-UserNoPwReq.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-UserPwNoExp.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-UserPwNoExp.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-UserSensitiveAccount.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-UserSensitiveAccount.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/Get-UserTrustedForDeligation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/Get-UserTrustedForDeligation.ps1 -------------------------------------------------------------------------------- /Brainstorming/ADS/container-notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/container-notes.txt -------------------------------------------------------------------------------- /Brainstorming/ADS/output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/output.txt -------------------------------------------------------------------------------- /Brainstorming/ADS/test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ADS/test -------------------------------------------------------------------------------- /Brainstorming/Create-Log4jPayload.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/Create-Log4jPayload.ps1 -------------------------------------------------------------------------------- /Brainstorming/CryptItexe.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/CryptItexe.zip -------------------------------------------------------------------------------- /Brainstorming/Exfil/Exfil-Dns.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/Exfil/Exfil-Dns.ps1 -------------------------------------------------------------------------------- /Brainstorming/Exfil/Exfil-Ftp.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/Exfil/Exfil-Ftp.ps1 -------------------------------------------------------------------------------- /Brainstorming/Exfil/Exfil-Http.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/Exfil/Exfil-Http.ps1 -------------------------------------------------------------------------------- /Brainstorming/Exfil/Exfil-Icmp.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/Exfil/Exfil-Icmp.ps1 -------------------------------------------------------------------------------- /Brainstorming/Exfil/Exfil-Smtp.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/Exfil/Exfil-Smtp.ps1 -------------------------------------------------------------------------------- /Brainstorming/Exfil/Exfil-port-scan.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/Exfil/Exfil-port-scan.ps1 -------------------------------------------------------------------------------- /Brainstorming/Exfil/generate-cc-validated.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/Exfil/generate-cc-validated.ps1 -------------------------------------------------------------------------------- /Brainstorming/Exfil/generate-cc.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/Exfil/generate-cc.ps1 -------------------------------------------------------------------------------- /Brainstorming/Exfil/generate-ssn.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/Exfil/generate-ssn.ps1 -------------------------------------------------------------------------------- /Brainstorming/Fish.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/Fish.ps1 -------------------------------------------------------------------------------- /Brainstorming/Get-InternetIPInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/Get-InternetIPInfo.ps1 -------------------------------------------------------------------------------- /Brainstorming/Get-IpInfoFromCap.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/Get-IpInfoFromCap.psm1 -------------------------------------------------------------------------------- /Brainstorming/Get-LocalSqlSvcs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/Get-LocalSqlSvcs.ps1 -------------------------------------------------------------------------------- /Brainstorming/Get-PESecurity.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/Get-PESecurity.ps1 -------------------------------------------------------------------------------- /Brainstorming/Get-Task1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/Get-Task1.ps1 -------------------------------------------------------------------------------- /Brainstorming/Get-Task2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/Get-Task2.ps1 -------------------------------------------------------------------------------- /Brainstorming/Invoke-NinjaCopy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/Invoke-NinjaCopy.ps1 -------------------------------------------------------------------------------- /Brainstorming/Invoke-ReflectlyMcFlecFace.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/Invoke-ReflectlyMcFlecFace.ps1 -------------------------------------------------------------------------------- /Brainstorming/Invoke-WebFilterTest.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/Invoke-WebFilterTest.psm1 -------------------------------------------------------------------------------- /Brainstorming/Netspi-smtp-cc.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/Netspi-smtp-cc.ps1 -------------------------------------------------------------------------------- /Brainstorming/WheresMyImplant.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/WheresMyImplant.dll -------------------------------------------------------------------------------- /Brainstorming/WheresMyImplant.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/WheresMyImplant.ps1 -------------------------------------------------------------------------------- /Brainstorming/amsibypass.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/amsibypass.ps1 -------------------------------------------------------------------------------- /Brainstorming/ani-face.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ani-face.ps1 -------------------------------------------------------------------------------- /Brainstorming/ani-house.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ani-house.ps1 -------------------------------------------------------------------------------- /Brainstorming/anti-circle.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/anti-circle.ps1 -------------------------------------------------------------------------------- /Brainstorming/asdf.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/asdf.ps1 -------------------------------------------------------------------------------- /Brainstorming/blah.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/blah.ps1 -------------------------------------------------------------------------------- /Brainstorming/calc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/calc.txt -------------------------------------------------------------------------------- /Brainstorming/clear.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/clear.txt -------------------------------------------------------------------------------- /Brainstorming/cmd.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/cmd.exe -------------------------------------------------------------------------------- /Brainstorming/fish2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/fish2.ps1 -------------------------------------------------------------------------------- /Brainstorming/fish3.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/fish3.ps1 -------------------------------------------------------------------------------- /Brainstorming/fish4.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/fish4.ps1 -------------------------------------------------------------------------------- /Brainstorming/funwithwmic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/funwithwmic.txt -------------------------------------------------------------------------------- /Brainstorming/fuzzdbuser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/fuzzdbuser.ps1 -------------------------------------------------------------------------------- /Brainstorming/get-arinlookup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/get-arinlookup.ps1 -------------------------------------------------------------------------------- /Brainstorming/get-bingonumber.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/get-bingonumber.ps1 -------------------------------------------------------------------------------- /Brainstorming/helloworld.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/helloworld.ps1 -------------------------------------------------------------------------------- /Brainstorming/ik.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/ik.ps1 -------------------------------------------------------------------------------- /Brainstorming/installutil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/installutil.cs -------------------------------------------------------------------------------- /Brainstorming/invoke-etwblock.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/invoke-etwblock.ps1 -------------------------------------------------------------------------------- /Brainstorming/mickyvariation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/mickyvariation.txt -------------------------------------------------------------------------------- /Brainstorming/morepe.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/morepe.ps1 -------------------------------------------------------------------------------- /Brainstorming/morepecheckstuff.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/morepecheckstuff.txt -------------------------------------------------------------------------------- /Brainstorming/netshell.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/netshell.dll -------------------------------------------------------------------------------- /Brainstorming/netshell.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/netshell.exe -------------------------------------------------------------------------------- /Brainstorming/osk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/osk.txt -------------------------------------------------------------------------------- /Brainstorming/psincs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/psincs.cs -------------------------------------------------------------------------------- /Brainstorming/pslogevasion.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/pslogevasion.ps1 -------------------------------------------------------------------------------- /Brainstorming/pswmiprovider.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/pswmiprovider.ps1 -------------------------------------------------------------------------------- /Brainstorming/regsvcsfun.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/regsvcsfun.txt -------------------------------------------------------------------------------- /Brainstorming/rundll32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/rundll32.txt -------------------------------------------------------------------------------- /Brainstorming/runme.ps1: -------------------------------------------------------------------------------- 1 | Write-Host 'My voice is my passport, verify me.' 2 | -------------------------------------------------------------------------------- /Brainstorming/runme2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/runme2.ps1 -------------------------------------------------------------------------------- /Brainstorming/scriptrunner.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/scriptrunner.exe.config -------------------------------------------------------------------------------- /Brainstorming/sqlme.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/sqlme.dll -------------------------------------------------------------------------------- /Brainstorming/sqlrandomlogin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/sqlrandomlogin.ps1 -------------------------------------------------------------------------------- /Brainstorming/sqlstuff.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/sqlstuff.ps1 -------------------------------------------------------------------------------- /Brainstorming/stuff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/stuff -------------------------------------------------------------------------------- /Brainstorming/stupid2.ps1: -------------------------------------------------------------------------------- 1 | echo blah > c:\temp\stupid2.txt 2 | -------------------------------------------------------------------------------- /Brainstorming/taskfun.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/taskfun.txt -------------------------------------------------------------------------------- /Brainstorming/telem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/telem -------------------------------------------------------------------------------- /Brainstorming/test-handle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/test-handle.txt -------------------------------------------------------------------------------- /Brainstorming/test-handle2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/test-handle2.txt -------------------------------------------------------------------------------- /Brainstorming/test.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/test.sct -------------------------------------------------------------------------------- /Brainstorming/test2.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/test2.sct -------------------------------------------------------------------------------- /Brainstorming/testmetoo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/testmetoo.ps1 -------------------------------------------------------------------------------- /Brainstorming/tokenfun.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/tokenfun.ps1 -------------------------------------------------------------------------------- /Brainstorming/trigger_demo_ddl.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/trigger_demo_ddl.ps1 -------------------------------------------------------------------------------- /Brainstorming/trigger_demo_dml.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/trigger_demo_dml.ps1 -------------------------------------------------------------------------------- /Brainstorming/trigger_demo_logon.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/trigger_demo_logon.ps1 -------------------------------------------------------------------------------- /Brainstorming/vssown.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/vssown.vbs -------------------------------------------------------------------------------- /Brainstorming/wmitriggerfun.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Brainstorming/wmitriggerfun.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/README.md -------------------------------------------------------------------------------- /Stable-ish/ADS/Get-AdsComputerUacFlags.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/ADS/Get-AdsComputerUacFlags.psm1 -------------------------------------------------------------------------------- /Stable-ish/ADS/Get-DomainComputerDacl.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/ADS/Get-DomainComputerDacl.psm1 -------------------------------------------------------------------------------- /Stable-ish/ADS/Get-DomainFileServers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/ADS/Get-DomainFileServers.ps1 -------------------------------------------------------------------------------- /Stable-ish/ADS/Get-DomainOuDacl.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/ADS/Get-DomainOuDacl.psm1 -------------------------------------------------------------------------------- /Stable-ish/ADS/Get-DomainPasswordsGPP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/ADS/Get-DomainPasswordsGPP -------------------------------------------------------------------------------- /Stable-ish/ADS/Get-DomainSpn.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/ADS/Get-DomainSpn.psm1 -------------------------------------------------------------------------------- /Stable-ish/ADS/Get-DomainUserDacl.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/ADS/Get-DomainUserDacl.psm1 -------------------------------------------------------------------------------- /Stable-ish/ADS/Get-ExploitableSystems.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/ADS/Get-ExploitableSystems.psm1 -------------------------------------------------------------------------------- /Stable-ish/ADS/Get-FileServers.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/ADS/Get-FileServers.psm1 -------------------------------------------------------------------------------- /Stable-ish/ADS/Get-GPPPasswordMod.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/ADS/Get-GPPPasswordMod.ps1 -------------------------------------------------------------------------------- /Stable-ish/ADS/Get-SPN.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/ADS/Get-SPN.psm1 -------------------------------------------------------------------------------- /Stable-ish/AWS/Get-PublicAwsS3BucketList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/AWS/Get-PublicAwsS3BucketList.ps1 -------------------------------------------------------------------------------- /Stable-ish/Get-SPN/Get-SPN.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/Get-SPN/Get-SPN.psm1 -------------------------------------------------------------------------------- /Stable-ish/Get-SPN/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/Get-SPN/README.md -------------------------------------------------------------------------------- /Stable-ish/IISTools/get-applicationhost.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/IISTools/get-applicationhost.ps1 -------------------------------------------------------------------------------- /Stable-ish/IISTools/get-webconfig.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/IISTools/get-webconfig.ps1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/Create-SQLFile-XPDLL.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/Create-SQLFile-XPDLL.psm1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/Get-LinkCrawlStats.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/Get-LinkCrawlStats.ps1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/Get-SQLCompactQuery.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/Get-SQLCompactQuery.ps1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/Get-SQLServiceAccountPwHash.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/Get-SQLServiceAccountPwHash.ps1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/Get-SQLServiceAccountPwHash2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/Get-SQLServiceAccountPwHash2.ps1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/Get-SQLServiceAccountPwHash3.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/Get-SQLServiceAccountPwHash3.ps1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/Get-SQLSharedAccountPwHash.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/Get-SQLSharedAccountPwHash.ps1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/Get-SqlServer-Enum-SqlLogins.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/Get-SqlServer-Enum-SqlLogins.psm1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/Get-SqlServer-Enum-WinAccounts.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/Get-SqlServer-Enum-WinAccounts.psm1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/Get-SqlServer-Escalate-CheckAccess.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/Get-SqlServer-Escalate-CheckAccess.psm1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/Get-SqlServer-Escalate-SpSource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/Get-SqlServer-Escalate-SpSource.ps1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/Get-SqlServer-Escalate-SpSource.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/Get-SqlServer-Escalate-SpSource.psm1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/Invoke-SqlServer-Escalate-Dbowner.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/Invoke-SqlServer-Escalate-Dbowner.psm1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/Invoke-SqlServer-Escalate-ExecuteAs.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/Invoke-SqlServer-Escalate-ExecuteAs.psm1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/Invoke-SqlServer-Persist-StartupSp.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/Invoke-SqlServer-Persist-StartupSp.psm1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/Invoke-SqlServer-Persist-TriggerDDL.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/Invoke-SqlServer-Persist-TriggerDDL.psm1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/Invoke-SqlServer-Persist-TriggerLogon.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/Invoke-SqlServer-Persist-TriggerLogon.psm1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/Invoke-SqlServer-Persist-XP.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/Invoke-SqlServer-Persist-XP.psm1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/Invoke-SqlServerCmd.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/Invoke-SqlServerCmd.ps1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/Invoke-SqlServerServiceImpersonation-Cmd.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/Invoke-SqlServerServiceImpersonation-Cmd.ps1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/Invoke-SqlServerServiceImpersonation-Ssms.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/Invoke-SqlServerServiceImpersonation-Ssms.ps1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/PowerUpSQL.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/PowerUpSQL.psm1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/README.md -------------------------------------------------------------------------------- /Stable-ish/MSSQL/evil64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/evil64.dll -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/0.CheatSheet-SqlServerSmo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/0.CheatSheet-SqlServerSmo.ps1 -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/AllowPublicXpRegWrite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/AllowPublicXpRegWrite -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get- RolePrivs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get- RolePrivs -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-10MostExpressiveQueries.tsql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-10MostExpressiveQueries.tsql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-AgentJob.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-AgentJob.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-AuditAction.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-AuditAction.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-AuditDatabase.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-AuditDatabase.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-AuditServer.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-AuditServer.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-CachedPlans.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-CachedPlans.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-Column.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-Column.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-Credential.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-Credential.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-CurrentLogin.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-CurrentLogin.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-Database.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-Database.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-DatabaseAudit.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-DatabaseAudit.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-DatabasePriv.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-DatabasePriv.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-DatabaseRole.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-DatabaseRole.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-DatabaseUser.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-DatabaseUser.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-Domain.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-Domain.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-Endpoint.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-Endpoint.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-PrincipalID2SqlLogin.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-PrincipalID2SqlLogin.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-Proc.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-Proc.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-ProcParameter.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-ProcParameter.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-ProcPriv.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-ProcPriv.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-ProcSigned.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-ProcSigned.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-ProcSignedByCertLogin.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-ProcSignedByCertLogin.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-QueryHistory.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-QueryHistory.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-SID2WinAccount.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-SID2WinAccount.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-SQLAgentJobProxy.tsql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-SQLAgentJobProxy.tsql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-SQLStoredProcedureCLR.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-SQLStoredProcedureCLR.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-Schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-Schema -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-Schema.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-Schema.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-ServerAudit.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-ServerAudit.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-ServerCertLogin.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-ServerCertLogin.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-ServerConfiguration.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-ServerConfiguration.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-ServerLink.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-ServerLink.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-ServerLogin.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-ServerLogin.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-ServerPriv.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-ServerPriv.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-ServerRole.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-ServerRole.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-ServiceAccount.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-ServiceAccount.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-Session.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-Session.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-SqlLogin2PrincipalID.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-SqlLogin2PrincipalID.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-Table.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-Table.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-TablePriv.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-TablePriv.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-TempObject.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-TempObject.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-TriggerDDL.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-TriggerDDL.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-TriggerDML.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-TriggerDML.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-TriggerEventType.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-TriggerEventType.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-TriggerEventTypes.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-TriggerEventTypes.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-Version.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-Version.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-View.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-View.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-WinAccount2SID.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-WinAccount2SID.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/Get-WinAutoRunPw.tsql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/Get-WinAutoRunPw.tsql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/download_cradle_tsql_oap.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/download_cradle_tsql_oap.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/download_cradle_tsql_oap2.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/download_cradle_tsql_oap2.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/oscmdexec_agentjob_activex_jscript.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/oscmdexec_agentjob_activex_jscript.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/oscmdexec_agentjob_activex_vbscript.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/oscmdexec_agentjob_activex_vbscript.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/oscmdexec_agentjob_cmdexec.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/oscmdexec_agentjob_cmdexec.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/oscmdexec_agentjob_powershell.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/oscmdexec_agentjob_powershell.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/oscmdexec_customxp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/oscmdexec_customxp.cpp -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/oscmdexec_oleautomationobject.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/oscmdexec_oleautomationobject.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/oscmdexec_openrowset.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/oscmdexec_openrowset.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/oscmdexec_rscript.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/oscmdexec_rscript.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/oscmdexec_xpcmdshell.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/oscmdexec_xpcmdshell.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/oscmdexec_xpcmdshell_proxy.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/oscmdexec_xpcmdshell_proxy.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/persist_reg_run.tsql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/persist_reg_run.tsql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/readfile_BulkInsert.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/readfile_BulkInsert.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/readfile_OpenDataSourceTxt.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/readfile_OpenDataSourceTxt.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/readfile_OpenDataSourceXlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/readfile_OpenDataSourceXlsx -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/readfile_OpenRowSetBulk.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/readfile_OpenRowSetBulk.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/readfile_OpenRowSetTxt.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/readfile_OpenRowSetTxt.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/readfile_OpenRowSetXlsx.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/readfile_OpenRowSetXlsx.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/templates-tsql/write_file_OpenRowSetTxt.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/templates-tsql/write_file_OpenRowSetTxt.sql -------------------------------------------------------------------------------- /Stable-ish/MSSQL/xp_cmd_template.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/xp_cmd_template.cpp -------------------------------------------------------------------------------- /Stable-ish/MSSQL/xp_evil_template.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/xp_evil_template.cpp -------------------------------------------------------------------------------- /Stable-ish/MSSQL/xp_test64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/MSSQL/xp_test64.dll -------------------------------------------------------------------------------- /Stable-ish/Other/Invoke-MassMimikatz-PsRemoting.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nullbind/Powershellery/HEAD/Stable-ish/Other/Invoke-MassMimikatz-PsRemoting.psm1 --------------------------------------------------------------------------------