fork download
  1. <!DOCTYPE html>
  2. <!--
  3. Part of this template was developed by https://b...content-available-to-author-only...b.io
  4. -->
  5. <html lang="en" class="gr__blackrockdigital_github_io"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6.  
  7. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  8. <meta name="description" content="">
  9. <meta name="author" content="">
  10.  
  11. <title>Steal The Steel CTF</title>
  12.  
  13. <!-- Bootstrap core CSS -->
  14. <link href="https://s...content-available-to-author-only...n.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">
  15.  
  16. <!-- Custom fonts for this template -->
  17. <link href="https://f...content-available-to-author-only...s.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet">
  18. <link href="https://f...content-available-to-author-only...s.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i" rel="stylesheet">
  19.  
  20. <!-- Custom styles for this template -->
  21. <link href="https://b...content-available-to-author-only...h.com/4/lumen/bootstrap.css" rel="stylesheet">
  22.  
  23. <!-- Font awesome -->
  24. <link rel="stylesheet" href="https://u...content-available-to-author-only...e.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
  25.  
  26. </head>
  27.  
  28. <body data-gr-c-s-loaded="true">
  29. <!-- Navigation -->
  30. <nav class="navbar navbar-expand-lg navbar-dark navbar-custom fixed-top">
  31. <div class="container">
  32. <a class="navbar-brand" href="/">Break it until you make it</a>
  33. <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
  34. <span class="navbar-toggler-icon"></span>
  35. </button>
  36. <div class="collapse navbar-collapse" id="navbarResponsive">
  37. <ul class="navbar-nav ml-auto">
  38. <li class="nav-item">
  39. <a class="nav-link" href="https://t...content-available-to-author-only...r.com/WiCySorg" target="_blank">Twitter</a>
  40. </li>
  41. <li class="nav-item">
  42. <a class="nav-link" href="https://w...content-available-to-author-only...m.com/wicys/" target="_blank">Instagram</a>
  43. </li>
  44. <li class="nav-item">
  45. <a class="nav-link" href="https://w...content-available-to-author-only...k.com/wicys" target="_blank">Facebook</a>
  46. </li>
  47. </ul>
  48. </div>
  49. </div>
  50. </nav>
  51.  
  52. <header class="masthead text-center text-white" style="padding-top: 6.5em; padding-bottom: 2.5em; background: linear-gradient(0deg,#C2CEAF 0,#B1D34A 100%);">
  53. <div class="masthead-content">
  54. <div class="container">
  55. <h1 class="masthead-heading mb-0" style="color: #231F20;">Steal The Steel CTF</h1>
  56. <h2 class="masthead-subheading mb-0">Will Rock Your Socks Off</h2>
  57. </div>
  58. </div>
  59. <div class="bg-circle-1 bg-circle" style="background: linear-gradient(0deg,#B1D34A 0,#C2CEAF 100%);"></div>
  60. <div class="bg-circle-2 bg-circle" style="background: linear-gradient(0deg,#B1D34A 0,#C2CEAF 100%);"></div>
  61. <div class="bg-circle-3 bg-circle" style="background: linear-gradient(0deg,#B1D34A 0,#C2CEAF 100%);"></div>
  62. <div class="bg-circle-4 bg-circle" style="background: linear-gradient(0deg,#B1D34A 0,#C2CEAF 100%);"></div>
  63. </header>
  64.  
  65. <section>
  66. <div class="container">
  67. <div class="row align-items-center">
  68. <div class="col-lg-4 order-lg-2">
  69. <div class="p-5">
  70. <img class="img-fluid rounded-circle" src="https://r...content-available-to-author-only...t.com/StartBootstrap/startbootstrap-one-page-wonder/master/img/01.jpg" alt="">
  71. <blockquote style="padding-top: 20px;">
  72. <p>To hack, or not to hack.</p>
  73. <footer>&mdash; <cite>That is the question</cite></footer>
  74. </blockquote>
  75. </div>
  76. </div>
  77. <div class="col-lg-8 order-lg-1">
  78. <div class="p-5">
  79. <h2 class="display-4" style="color: #812990;">Compiling Ping me... JK :)</h2>
  80.  
  81.  
  82. This is a free service to ping an outside address!<br/>
  83. Enter IP or hostname...</br>
  84. <form method="get" class="form-inline">
  85. <div class="form-group mb-2">
  86. <input class="form-control" type="text" name='address'></input>
  87. </div>
  88. <div class="form-group mx-sm-3 mb-2">
  89. <button class="btn btn-primary" type=submit>Ping!</button>
  90. </div>
  91. </form>
  92. <?php
  93.  
  94. if(isset($_GET['address'])){
  95.  
  96. $address=$_GET['address'];
  97. require "code.php";
  98. $command="ping -c 1 ";
  99. $command=$command.$address." 2>&1";
  100.  
  101. $answer=shell_exec($command);
  102. echo "<h3>".preg_replace("/\r|\n/","<br/>",$answer)."</h3>";
  103.  
  104. }
  105. ?>
  106.  
  107.  
  108. </div>
  109. </div>
  110. </div>
  111. </div>
  112. </section>
  113.  
  114. <!-- Footer -->
  115. <footer class="py-5 bg-dark">
  116. <div class="container">
  117. <p class="m-0 text-center text-white">Steal The Steal CTF&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i class="fas fa-dragon"></i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Because We Care</p>
  118. <p class="m-0 text-center text-white">Developed by<br>Amela Gjishti | Daniel Tyler | Konstantin Menako | Vitaly Ford</p>
  119. </div>
  120. <!-- /.container -->
  121. </footer>
  122. <!-- Bootstrap core JavaScript -->
  123. <script src="https://c...content-available-to-author-only...y.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
  124. <script src="https://s...content-available-to-author-only...n.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
  125.  
  126. </body><span class="gr__tooltip"><span class="gr__tooltip-content"></span><i class="gr__tooltip-logo"></i><span class="gr__triangle"></span></span></html>
Success #stdin #stdout 0.02s 24128KB
stdin
Standard input is empty
stdout
<!DOCTYPE html>
  <!--
    Part of this template was developed by https://b...content-available-to-author-only...b.io 
  -->
<html lang="en" class="gr__blackrockdigital_github_io"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="description" content="">
    <meta name="author" content="">

    <title>Steal The Steel CTF</title>

    <!-- Bootstrap core CSS -->
    <link href="https://s...content-available-to-author-only...n.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">

    <!-- Custom fonts for this template -->
    <link href="https://f...content-available-to-author-only...s.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet">
    <link href="https://f...content-available-to-author-only...s.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i" rel="stylesheet">

    <!-- Custom styles for this template -->
    <link href="https://b...content-available-to-author-only...h.com/4/lumen/bootstrap.css" rel="stylesheet">

    <!-- Font awesome -->
    <link rel="stylesheet" href="https://u...content-available-to-author-only...e.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">

  </head>

  <body data-gr-c-s-loaded="true">
    <!-- Navigation -->
    <nav class="navbar navbar-expand-lg navbar-dark navbar-custom fixed-top">
      <div class="container">
        <a class="navbar-brand" href="/">Break it until you make it</a>
        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
          <span class="navbar-toggler-icon"></span>
        </button>
        <div class="collapse navbar-collapse" id="navbarResponsive">
          <ul class="navbar-nav ml-auto">
            <li class="nav-item">
              <a class="nav-link" href="https://t...content-available-to-author-only...r.com/WiCySorg" target="_blank">Twitter</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="https://w...content-available-to-author-only...m.com/wicys/" target="_blank">Instagram</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="https://w...content-available-to-author-only...k.com/wicys" target="_blank">Facebook</a>
            </li>
          </ul>
        </div>
      </div>
    </nav>

    <header class="masthead text-center text-white" style="padding-top: 6.5em; padding-bottom: 2.5em; background: linear-gradient(0deg,#C2CEAF 0,#B1D34A 100%);">
      <div class="masthead-content">
        <div class="container">
          <h1 class="masthead-heading mb-0" style="color: #231F20;">Steal The Steel CTF</h1>
          <h2 class="masthead-subheading mb-0">Will Rock Your Socks Off</h2>
        </div>
      </div>
      <div class="bg-circle-1 bg-circle" style="background: linear-gradient(0deg,#B1D34A 0,#C2CEAF 100%);"></div>
      <div class="bg-circle-2 bg-circle" style="background: linear-gradient(0deg,#B1D34A 0,#C2CEAF 100%);"></div>
      <div class="bg-circle-3 bg-circle" style="background: linear-gradient(0deg,#B1D34A 0,#C2CEAF 100%);"></div>
      <div class="bg-circle-4 bg-circle" style="background: linear-gradient(0deg,#B1D34A 0,#C2CEAF 100%);"></div>
    </header>

    <section>
      <div class="container">
        <div class="row align-items-center">
          <div class="col-lg-4 order-lg-2">
            <div class="p-5">
              <img class="img-fluid rounded-circle" src="https://r...content-available-to-author-only...t.com/StartBootstrap/startbootstrap-one-page-wonder/master/img/01.jpg" alt="">
              <blockquote style="padding-top: 20px;">
                <p>To hack, or not to hack.</p>
                <footer>&mdash; <cite>That is the question</cite></footer>
              </blockquote>
            </div>
          </div>
          <div class="col-lg-8 order-lg-1">
            <div class="p-5">
              <h2 class="display-4" style="color: #812990;">Compiling Ping me... JK :)</h2>


              This is a free service to ping an outside address!<br/>
              Enter IP or hostname...</br>
              <form method="get" class="form-inline">
                <div class="form-group mb-2">
                  <input class="form-control" type="text" name='address'></input>
                </div>
                <div class="form-group mx-sm-3 mb-2">
                  <button class="btn btn-primary" type=submit>Ping!</button>
                </div>
              </form>
              
              
            </div>
          </div>
        </div>
      </div>
    </section>

    <!-- Footer -->
    <footer class="py-5 bg-dark">
      <div class="container">
        <p class="m-0 text-center text-white">Steal The Steal CTF&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i class="fas fa-dragon"></i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Because We Care</p>
        <p class="m-0 text-center text-white">Developed by<br>Amela Gjishti | Daniel Tyler | Konstantin Menako | Vitaly Ford</p>
      </div>
      <!-- /.container -->
    </footer>
    <!-- Bootstrap core JavaScript -->
    <script src="https://c...content-available-to-author-only...y.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://s...content-available-to-author-only...n.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>

</body><span class="gr__tooltip"><span class="gr__tooltip-content"></span><i class="gr__tooltip-logo"></i><span class="gr__triangle"></span></span></html>