0.1.1 • Published 9 years ago

secure-fail-report v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

secure.fail report

What is this?

It's mostly a hacky bit of script that will evolve, at the moment it is nothingness if you install it basically all your hardware belong to me. (Thanks for the Bitcoins and CDN server)

What is it really

A hacky bit of JSON output after parsing the hostname of stdin

secure-crawl-json example.com

The result will be something like:

{
  "host": "bbc.com",
  "https": {
    "statusCode": 200,
    "responseTime": 1439772567482,
    "HTTPSResolve": false,
    "CSP": false,
    "PKP": false,
    "STS": false,
    "XSSProtection": false,
    "frameProtection": false,
    "noSniff": false
  },
  "http": {
    "statusCode": 200,
    "responseTime": 1439772567828,
    "HTTPSResolve": false,
    "CSP": false,
    "PKP": false,
    "STS": false,
    "XSSProtection": false,
    "frameProtection": false,
    "noSniff": false
  }
}

Thanks

Inspired by the great work here

0.1.1

9 years ago

0.1.0

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago