File size: 2,679 Bytes
913172d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Upload HTML File,Upload JSON File,Output,flag,username,timestamp
"<!DOCTYPE html>
<html>
<head>
    <meta charset=""UTF-8"">
    <title>Contact Form</title>
</head>
<body>
    <h1>Contact Form</h1>
    <form action=""/submit-form"" method=""POST"">
    <label for=""name"">Name:</label>
    <input type=""text"" id=""name"" name=""name"" required>
    <br>
    <label for=""email"">Email:</label>
    <input type=""email"" id=""email"" name=""email"" required>
    <br>
    <label for=""location"">Location:</label>
    <input type=""text"" id=""location"" name=""location"" required>
    <br>
    <label for=""github"">GitHub:</label>
    <input type=""url"" id=""github"" name=""github"" required>
    <br>
    <label for=""linkedin"">LinkedIn:</label>
    <input type=""url"" id=""linkedin"" name=""linkedin"" required>
    <br>
    <label for=""phone"">Phone:</label>
    <input type=""tel"" id=""phone"" name=""phone"" required>
    <br><br>
    <input type=""submit"" value=""Submit"">
    </form>
</body>
</html>
","'{
    ""name"": ""Ana Guida"",
    ""email"": ""example@gmail.com"",
    ""location"": ""Amsterdam, Netherlands"",
    ""github"": ""https://github.com/34kmddfn"",
    ""linkedin"": ""https://www.linkedin.com/in/ana-rguida/"",
    ""phone"": ""+351 928 169 341""
}","<!DOCTYPE html>
<html>
<head>
    <meta charset=""UTF-8"">
    <title>Contact Form</title>
</head>
<body>
    <h1>Contact Form</h1>
    <form action=""/submit-form"" method=""POST"">
    <label for=""name"">Name:</label>
    <input type=""text"" id=""name"" name=""name"" required><!-- Input: <Ana Guida> - certainty: 0.83 -->
    <br>
    <label for=""email"">Email:</label>
    <input type=""email"" id=""email"" name=""email"" required><!-- Input: <select> - certainty: 0.44. LINE TO SELECT: <example@gmail.com> - certainty: 0.62 -->
    <br>
    <label for=""location"">Location:</label>
    <input type=""text"" id=""location"" name=""location"" required><!-- Input: <Amsterdam, Netherlands> - certainty: 0.85 -->
    <br>
    <label for=""github"">GitHub:</label>
    <input type=""url"" id=""github"" name=""github"" required><!-- Input: <https://github.com/34kmddfn> - certainty: 0.68 -->
    <br>
    <label for=""linkedin"">LinkedIn:</label>
    <input type=""url"" id=""linkedin"" name=""linkedin"" required>
    <br>
    <label for=""phone"">Phone:</label>
    <input type=""tel"" id=""phone"" name=""phone"" required><!-- Input: <select> - certainty: 0.39. LINE TO SELECT: <+351 928 169 341> - certainty: 0.86 -->
    <br><br>
    <input type=""submit"" value=""Submit""><!-- Input: <button> - certainty: 0.38 -->
    </form>
</body>
</html>
",,,2023-08-21 14:32:59.391753