realsdx0

hiddentag

Oct 21st, 2018
1,042
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.71 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Flag!Flag!Flag!</title>
  5.     <link rel="stylesheet" href="css/main.css">
  6. </head>
  7. <body>
  8.     <div class='contain-flag'>
  9.       <div class='pole'></div>
  10.       <div class='flag'></div>
  11.       <div class='shadow'></div>
  12.       <div class='flag flag-2'></div>
  13.     </div>
  14.     <div>
  15.         <center>
  16.         <h3>This is just a decoy of the FLAG!</h3>
  17.         <small>If you ask nicely, maybe i will give it to you.</small>
  18.         <small>View Source of this page <a href="https://pastebin.com/LvfdATxz" target="_blank">Here</a></small>
  19.         </center>
  20.     </div>
  21.     <pre><?php
  22.     $flag = #REDACTED
  23.  
  24.     if(array_key_exists("flag", $_GET)) {
  25.         if($_GET["flag"] === "true"){
  26.         echo $flag;
  27.         }
  28.     }
  29.     ?>
  30.     </pre>
  31. </body>
  32. </html>
Add Comment
Please, Sign In to add comment