File size: 1,238 Bytes
ea57cec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<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>