Skip to content

Instantly share code, notes, and snippets.

View coderMohammed1's full-sized avatar
🏴‍☠️
hacking

coder coderMohammed1

🏴‍☠️
hacking
View GitHub Profile
@jack-om
jack-om / lxml-xxe.py
Created December 18, 2019 00:42
Explain, demonstrate, and mitigate XXE in the Python XML library lxml.
#!/usr/bin/env python3
"""
lxml and XXE vulnerabilities: explanation, examples, and recommendation.
Requirements:
- lxml == 4.4.1
Contents: