Simple Python module that provides methods that accept url(s) and return a summary of security centric HTTP response headers that the server sets.
Install the extension with using pip. Pypi Link
$ pip install secureheaderscanner
from scan import *
::::
objScanUrl = scan()
:::::
objScanUrl.scanUrl(<url>)
:::::
objScanUrlsInFile = scan("url_list.txt")
result = objScanUrlsInFile.scanUrlsInFile()