Skip to content

Instantly share code, notes, and snippets.

@MikeeI
Created February 1, 2023 18:23
Show Gist options
  • Select an option

  • Save MikeeI/ca1246a548820b8c3a40ec88e56ec2b1 to your computer and use it in GitHub Desktop.

Select an option

Save MikeeI/ca1246a548820b8c3a40ec88e56ec2b1 to your computer and use it in GitHub Desktop.

Revisions

  1. MikeeI created this gist Feb 1, 2023.
    37 changes: 37 additions & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,37 @@
    <!DOCTYPE html>
    <html lang="en">
    <head></head>
    <body>
    <p>SVG</p>
    <img src="ssrf.svg" />
    <svg width="200" height="200"
    xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <use xlink:href="http://localhost:5000/i/healthcheck"/>
    </svg>
    <img src="https://raw.githack.com/MikeeI/files/master/svg_test_default.svg" alt="svg_test_default.svg" />
    <img src="https://rawcdn.githack.com/MikeeI/files/bab5ca0fdd542defe683b74495195df81d80ffc9/svg_test_iframe_2.svg" alt="svg_test_temp.svg" />

    <svg xmlns="http://www.w3.org/2000/svg" width="400" height="250" viewBox="0 0 5 3">
    <rect id="black_stripe" width="5" height="3" y="0" x="0" fill="#000" />
    <rect id="red_stripe" width="5" height="2" y="1" x="0" fill="#D00" />
    <rect id="gold_stripe" width="5" height="1" y="2" x="0" fill="#FFCE00" />
    </svg>

    <img alt="svg_test_temp.svg" src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICAgPHN2ZyB3aWR0aD0iOTYwIiBoZWlnaHQ9Ijg1MCI+CiAgICAgICAgPGZvcmVpZ25PYmplY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSI+CiAgICAgICAgICAgIDxib2R5IHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sIj4KICAgICAgICAgICAgPGlmcmFtZSBzcmM9Imh0dHBzOi8vb3JmLmF0IiBzdHlsZT0id2lkdGg6IDEwMCU7IGhlaWdodDogMTAwJTsiPjwvaWZyYW1lPgogICAgICAgICAgICA8L2JvZHk+CiAgICAgICAgPC9mb3JlaWduT2JqZWN0PgogICAgPC9zdmc+CiAgICA8c3ZnIHdpZHRoPSIzMDAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCAxNiAxMCI+CiAgICAgICAgPHBhdGggZmlsbD0iIzAwNmFhNyIgZD0iTTAsMEgxNlYxMEgwWiIgLz4KICAgICAgICA8cGF0aCBmaWxsPSIjZmVjYzAwIiBkPSJNMCw0SDVWMEg3VjRIMTZWNkg3VjEwSDVWNkgwWiIgLz4KICAgIDwvc3ZnPgo8L3N2Zz4=" />
    <object data="https://rawcdn.githack.com/MikeeI/files/bab5ca0fdd542defe683b74495195df81d80ffc9/svg_test_iframe_2.svg" type="image/svg+xml" width="600" height="193">
    </object>
    <div style="height:500px; width:500px;background-image: url(https://rawcdn.githack.com/MikeeI/files/bab5ca0fdd542defe683b74495195df81d80ffc9/svg_test_iframe_2.svg);">
    hello
    </div>
    <picture>
    <source srcset="https://rawcdn.githack.com/MikeeI/files/bab5ca0fdd542defe683b74495195df81d80ffc9/svg_test_iframe_2.svg" type="image/svg+xml">

    </picture>

    <object data="ssrf_fake.png" type="image/svg+xml" width="600" height="193">
    </object>
    <object data="ssrf.svg" type="image/svg+xml" width="600" height="193">
    </object>

    </body>
    </html>