Abschnitt 1. Kapitel 7
single
Challenge: Extracting Security Headers From Website
Swipe um das Menü anzuzeigen
Aufgabe
Wischen, um mit dem Codieren zu beginnen
This task aims to create a function that extracts specific security headers from a given website. By analyzing the extracted headers, you can assess the web application's security posture. This includes understanding how the application is configured to handle security-related aspects.
Your task is to:
- Get a response from the corresponding website using the
.get()function of therequestslibrary. - Extract all headers from the response using the
.headersattribute of theresponseobject. - Return information about corresponding headers from the function using variable names (
csp_headerandhsts_header).
Note
The objective of this assignment is to gain familiarity with the process of extracting headers. The analysis of header content falls outside the scope of this course.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 1. Kapitel 7
single
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen