Skip to content

Trianglebucks/TEU-powershell-attactics

 
 

Repository files navigation

TEU-powershell-attactics

To download file/s using powershell:

  • Run windows powershell as an administrator, enter the commands below:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 Invoke-WebRequest "https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/T1110.001/src/passwords.txt" -OutFile "C:\temp\passwords.txt"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%