Skip to content

legrassy/Pwsh-SecurityHeaders

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Pwsh-SecurityHeaders

This script aims to pull and parse the data from SecurityHeaders.com so that the data is usable in scripting scenarios.

Usage

By default, this works by taking either a single site or a file containing a list of sites separated by newlines.

# Single Site
.\Get-SecurityHeaders.ps1 -Site google.com

# List of sites
.\Get-SecurityHeaders.ps1 -Path C:\sitelist.txt

# Optional JSON Output Switch
.\Get-SecurityHeaders.ps1 -Site google.com -Json

Todo

  • PowerShell Core Support
  • Verbose Output

About

PowerShell Script to Parse Data received from SecurityHeaders.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%