Files changed (1) hide show
  1. gfd +23 -0
gfd ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <button style="color:red;border-radius:3px;padding:10px;">ATTACKER SAYS HELLO THOUGH</button>
2
+
3
+ <img src=x> IMAGE IS TO BE HERE BUT WE USE NULL :X
4
+
5
+ <h1>HACKERONE POC FOR THEE ECLIPSE</h1>
6
+
7
+ <p style="color:blue;">
8
+
9
+ <body style="background-color: #f0f0f0; text-align: center; padding-top: 50px;">
10
+
11
+ <form style="display: inline-block; padding: 20px; border: 2px solid red; border-radius: 5px; background-color: white;">
12
+ <div style="margin-bottom: 15px;">
13
+ <label for="name" style="display: block; margin-bottom: 5px;">Name:</label>
14
+ <input type="text" id="name" name="name" style="padding: 10px; border: 2px solid red; border-radius: 5px; width: 100%; box-sizing: border-box;">
15
+ </div>
16
+ <div style="margin-bottom: 15px;">
17
+ <label for="password" style="display: block; margin-bottom: 5px;">Password:</label>
18
+ <input type="password" id="password" name="password" style="padding: 10px; border: 2px solid red; border-radius: 5px; width: 100%; box-sizing: border-box;">
19
+ </div>
20
+ <button type="submit" style="padding: 10px 20px; border: 2px solid red; border-radius: 5px; background-color: red; color: white; cursor: pointer;">Submit</button>
21
+ </form>
22
+
23
+ </body>