All Collections
HackEDU FAQs
Technical Support
Why can't I use Go for the XML External Entities (XXE) lesson?
Why can't I use Go for the XML External Entities (XXE) lesson?
Rachel Yonan avatar
Written by Rachel Yonan
Updated over a week ago

XXE or XML External Entity attacks rely on an XML parsers that understands and parses XML external entities. The Go XML parser, encode/xml, doesn't parse XML external entities and thusly isn't vulnerable to XXE exploits.

Other languages are supported, such as Java, Python, C#, etc. and you should be able to complete the lesson using another language.

Did this answer your question?