-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
171 lines (154 loc) · 8.99 KB
/
index.html
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bug Bounty Report Generator</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.20/summernote-bs5.min.css" />
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="shortcut icon"
href="https://assets-global.website-files.com/5a710f54ead1240001eb5bd5/5e4ff64c70768931d0efb674_bug%20bounty.png"
type="image/x-icon" />
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<meta name="keywords" content="generator, reporting, bug bounty, automatically, reports" />
<meta name="description" content="automatically generate bug bounty reports" />
<!-- Google SEO -->
<meta property="og:title" content="Bug Bounty Report Generator" />
<meta property="og:description" content="Automatically generate bug bounty reports" />
<meta property="og:image" content="https://files.cyberhub.sa/public/uploads/GiXD-EUprnLeZJKXOhWyAdoC7_vLeV" />
<meta property="og:url" content="https://rizsyad.github.io/bb-reports-generator" />
<meta property="og:type" content="website" />
<!-- Twitter SEO -->
<meta name="twitter:title" content="Bug Bounty Report Generator" />
<meta name="twitter:description" content="Automatically generate bug bounty reports" />
<meta name="twitter:url" content="https://files.cyberhub.sa/public/uploads/GiXD-EUprnLeZJKXOhWyAdoC7_vLeV" />
<meta name="twitter:card" content="summary" />
</head>
<body>
<div class="p-5 bg-wallpaper text-white text-center img-fluid">
<div class="d-flex flex-column align-items-center mt-5 my-sm-1">
<h1 class="fw-bold judul">Bug Bounty <br> Report Generator</h1>
<p></p>
</div>
</div>
<div class="container min-mt-1 mb-5">
<div class="card">
<div class="card-body shadow-lg">
<h1 class="text-center " style="letter-spacing: 5px;">Report Information</h1>
<hr />
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="mb-3">
<label for="" class="form-label">Your Name</label>
<input type="text" id="yn" class="form-control" placeholder="Your Name" />
</div>
<div class="mb-3">
<label for="" class="form-label">Email Institute (for send email)</label>
<input type="email" id="email" class="form-control" />
</div>
<div class="mb-3">
<label for="" class="form-label">Poc</label>
<textarea id="poc" cols="30" rows="10" class="form-control"></textarea>
</div>
</div>
<div class="col-md-6">
<div class="mb-3">
<label for="" class="form-label">Program Name / Institute</label>
<input type="text" id="pn" class="form-control" placeholder="Program Name / Institute"
required />
</div>
<div class="mb-3">
<label for="" class="form-label">Domain Website Vuln</label>
<input type="text" id="lw" class="form-control" placeholder="Ex. google.com" />
</div>
<div class="mb-3">
<label for="" class="form-label">Describe</label>
<textarea id="report" cols="30" rows="10" class="form-control"
placeholder="say whatever you know..."></textarea>
</div>
</div>
<div class="mb-3">
<label for="" class="form-label">Bug Name</label>
<select id="bug" class="form-control" required>
</select>
</div>
<div id="other">
<div class="mb-3">
<label for="" class="form-label">Bug Other</label>
<input type="text" id="bugo" class="form-control" placeholder="CVE-****-****" />
<div class="form-text">if the bug is CVE, press enter to get CVE information.</div>
</div>
<div class="mb-3">
<label for="" class="form-label">Description Bugs</label>
<textarea id="description" class="form-control"></textarea>
</div>
<div class="mb-3">
<label for="" class="form-label">Remediation</label>
<textarea id="remediation" class="form-control"></textarea>
</div>
<div class="mb-3">
<label for="" class="form-label">References</label>
<textarea id="references" class="form-control"></textarea>
</div>
<div class="mb-3">
<label for="" class="form-label">impact</label>
<textarea id="impact" class="form-control"></textarea>
</div>
<div class="mb-3">
<label for="" class="form-label">Severity</label>
<input type="text" id="severity" class="form-control">
</div>
</div>
<div class="mb-3">
<label for="" class="form-label">Language Reporting</label>
<select id="lang" class="form-control">
<option value="en">English</option>
<option value="id">Indonesian</option>
</select>
</div>
<div class="row">
<div class="col-md-6 d-grid my-3"><button type="button" id="generate"
class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#modalGenerator">
Generate
</button></div>
<div class="col-md-6 d-grid my-3">
<a href="" id="send" class="mailtoui btn btn-success">Send Email</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="modalGenerator" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1"
aria-labelledby="staticBackdropLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="staticBackdropLabel">Generator Result</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div id="view" class="d-none"></div>
<textarea id="temp" cols="30" rows="10" class="form-control"></textarea>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<button type="button" id="copy" class="btn btn-primary">Copy to clipboard</button>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/mailtoui-min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.20/summernote-bs5.min.js"></script>
<script src="assets/js/style.js"></script>
</body>
</html>