[&] What method is used to convert hexadecimal IP addresses to a readable format? - Python scripting -- Correct - String manipulation - SQL querying - Base64 encoding [&] What role does the XXE vulnerability play in exploiting SSRF vulnerabilities? - It restricts access to secure parts of the application - It validates XML data before exploitation - It helps in encrypting the data - It allows accessing internal resources via external entities -- Correct [&] How can an attacker utilize a DTD file in an XXE attack? - To prevent the exploitation of SSRF vulnerabilities - To encrypt communications within XML - To reference external content and execute it on the server -- Correct - To define the structure and validate XML data