Skip to content

Tool to checks a given URL for security headers and TLS configurations

License

Notifications You must be signed in to change notification settings

medoix/checksec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check Security

This tool will scan one or more URL's for HTTP Headers provided in the headers.txt file and show you the values.

I built this tool to quickly scan over endpoints and view if HSTS, Secure Cookies and X-Content-Type-Options were being set properly.

Instructions

Build

git clone https://github.com/medoix/checksec.git
cd checksec
go build

Run

If you do not pass any paramaters you will scan and get the results for https://google.com

checksec

To scan one URL

checksec -url domaintoscan.com

To scan a list of URL's

you will need to create a scope.txt file with one URL per line

domain1.com
domain2.com
domain3.com
checksec -scope /path/to/scope.txt

Planned Features

  • TLS Checks
  • Report Output

About

Tool to checks a given URL for security headers and TLS configurations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages