Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.19 KB

File metadata and controls

32 lines (27 loc) · 1.19 KB

HTTP Secure Header Scanner

Simple Python module that provides methods that accept url(s) and return a summary of security centric HTTP response headers that the server sets.

Installation

Install the extension with using pip. Pypi Link

$ pip install secureheaderscanner

Usage instructions

Importing as a module

from scan import *
::::
objScanUrl = scan()
:::::
objScanUrl.scanUrl(<url>)
:::::
objScanUrlsInFile = scan("url_list.txt")
result = objScanUrlsInFile.scanUrlsInFile()

Headers scanned