You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-12-26 00:31:53 +02:00
6 lines
81 B
XML
6 lines
81 B
XML
<!DOCTYPE xmlbomb [
|
|
<!ENTITY a "123 &b;" >
|
|
<!ENTITY b "&a;">
|
|
]>
|
|
<bomb>&a;</bomb>
|