
एक स्क्रिप्ट जो Content Security Policy(CSP) हेडर से डोमेन नाम निकालती है
CSP हेडर से डोमेन नाम पार्स करने के लिए एक Python स्क्रिप्ट

$ git clone [email protected]:yamakira/censys-enumeration.git
$ pipenv install
$ python csp_parser.py --help
2 ↵
Usage: csp_parser.py [OPTIONS] URL
Options:
-r, --resolve / --no-resolve Enable/Disable DNS resolution
--help Show this message and exit.
$ python csp_parser.py target_url
$ python csp_parser.py target_url --resolve
$ python csp_parser.py target_url -r