-
Notifications
You must be signed in to change notification settings - Fork 0
/
burpsuite.html
399 lines (371 loc) · 17.6 KB
/
burpsuite.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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>My portfolio website- Blog page</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/www.png" rel="icon">
<link href="assets/img/www.png" rel="apple-touch-icon">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center justify-content-between">
<h1 class="logo"><a href="https://github.com/AVI-SHUKLA1110"><img src="assets/img/Github.png" alt="" class="img-fluid"></a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto " href="index.html">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#services">Skills</a></li>
<li><a class="nav-link scrollto " href="#work">Projects</a></li>
<li><a class="nav-link scrollto " href="#blog">Blog</a></li>
<!-- <li class="dropdown"><a href="#"><span>Drop Down</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="dropdown"><a href="#"><span>Deep Drop Down</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 2</a></li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
</ul>
</li>
-->
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<div class="hero hero-single route bg-image" style="background-image: url(assets/img/overlay-bg.jpg)">
<div class="overlay-mf"></div>
<div class="hero-content display-table">
<div class="table-cell">
<div class="container">
<h2 class="hero-title mb-4">Blog Details</h2>
<ol class="breadcrumb d-flex justify-content-center">
<li class="breadcrumb-item">
<a href="#">Home</a>
</li>
<li class="breadcrumb-item">
<a href="#">Library</a>
</li>
<li class="breadcrumb-item active">Data</li>
</ol>
</div>
</div>
</div>
</div>
<main id="main">
<!-- ======= Blog Single Section ======= -->
<section class="blog-wrapper sect-pt4" id="blog">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="post-box">
<div class="post-thumb">
<img src="assets/img/burpsuite.png" height="600" width="600" class="img-fluid" alt="">
</div>
<div class="post-meta">
<h1 class="article-title">Burpsuite</h1>
<ul>
<li>
<span class="bi bi-person"></span>
<a href="#">Abhishek-Shukla</a>
</li>
<li>
<span class="bi bi-tag"></span>
<a href="#">cybersecurity</a>
</li>
</ul>
</div>
<div class="article-content">
<p>
<h2>what is burpsuite??</h2>
<p>
Burp Suite is a software security tool that streamlines the process of securing an organization's applications.
It automates the scanning of portfolios, and aids in penetration testing and integration with CI/CD in DevOps.
It also provides a comprehensive reporting system with suggested solutions for any issues identified.
</p>
<p>
Burp Suite is a powerful web application security testing tool that is widely used by professionals in
the field of penetration testing and security assessment.
It is a collection of various tools that work together to perform various tasks,
such as web application scanning, vulnerability identification, and exploitation.
</p>
<p>
One of the most notable features of Burp Suite is its web application scanner,
known as Burp Scanner. This tool can automatically scan a web application for
common vulnerabilities, such as SQL injection, cross-site scripting (XSS), and insecure file uploads.
It also allows for manual testing and the ability to customize the scan settings to fit the specific needs of the application being tested.
</p>
<p>
Another important feature of Burp Suite is its <b>proxy tool</b>,
known as Burp Proxy. This tool allows for intercepting and modifying HTTP/HTTPS traffic between the browser and the web application. This can be useful for analyzing and manipulating requests and responses, as well as for performing various types of attacks, such as man-in-the-middle attacks.
</p>
Burp Suite also includes a <b>repeater tool</b>, which allows for manually sending HTTP requests and analyzing the responses. This can be useful for testing specific parts of the application, such as a login page or a search feature.
</p>
<blockquote class="blockquote">
<p class="mb-0">Overall, Burp Suite is a comprehensive and powerful tool that is essential for any professional involved in web application security testing.
Its wide range of features and flexibility make it a great choice for both beginners and experienced testers..</p>
</blockquote>
<p>
Burp Suite also includes a <b>Sequencer tool</b>, which allows for testing the randomness of session tokens and other data, such as CSRF tokens. It also helps to identify session fixation vulnerabilities and other similar issues.
</p>
<p>
Burp Suite also includes a <b>Intruder tool</b>, which allows for automating customized attacks, such as brute force attacks and payload-based attacks. It also allows for easily testing for a variety of different types of vulnerabilities, such as SQL injection and cross-site scripting.
Burp Suite also includes a <b>Extender tool</b>, which allows for customizing and extending the functionality of the suite by adding custom plugins and scripts. This can be useful for adding support for new types of vulnerabilities, or for integrating with other tools.
</p>
</div>
</div>
<!---
<div class="box-comments">
<div class="title-box-2">
<h4 class="title-comments title-left">Comments (34)</h4>
</div>
<ul class="list-comments">
<li>
<div class="comment-avatar">
<img src="assets/img/testimonial-2.jpg" alt="">
</div>
<div class="comment-details">
<h4 class="comment-author">Oliver Colmenares</h4>
<span>18 Sep 2017</span>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolores reprehenderit, provident cumque
ipsam temporibus maiores
quae natus libero optio, at qui beatae ducimus placeat debitis voluptates amet corporis.
</p>
<a href="3">Reply</a>
</div>
</li>
<li>
<div class="comment-avatar">
<img src="assets/img/testimonial-4.jpg" alt="">
</div>
<div class="comment-details">
<h4 class="comment-author">Carmen Vegas</h4>
<span>18 Sep 2017</span>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolores reprehenderit, provident cumque
ipsam temporibus maiores
quae natus libero optio, at qui beatae ducimus placeat debitis voluptates amet corporis,
veritatis deserunt.
</p>
<a href="3">Reply</a>
</div>
</li>
<li class="comment-children">
<div class="comment-avatar">
<img src="assets/img/testimonial-2.jpg" alt="">
</div>
<div class="comment-details">
<h4 class="comment-author">Oliver Colmenares</h4>
<span>18 Sep 2017</span>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolores reprehenderit, provident cumque
ipsam temporibus maiores
quae.
</p>
<a href="3">Reply</a>
</div>
</li>
<li>
<div class="comment-avatar">
<img src="assets/img/testimonial-2.jpg" alt="">
</div>
<div class="comment-details">
<h4 class="comment-author">Oliver Colmenares</h4>
<span>18 Sep 2017</span>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolores reprehenderit, provident cumque
ipsam temporibus maiores
quae natus libero optio.
</p>
<a href="3">Reply</a>
</div>
</li>
</ul>
</div>
-->
<div class="form-comments">
<div class="title-box-2">
<h3 class="title-left">
Leave a Reply
</h3>
</div>
<form class="form-mf">
<div class="row">
<div class="col-md-6 mb-3">
<div class="form-group">
<input type="text" class="form-control input-mf" id="inputName" placeholder="Name *" required>
</div>
</div>
<div class="col-md-6 mb-3">
<div class="form-group">
<input type="email" class="form-control input-mf" id="inputEmail1" placeholder="Email *" required>
</div>
</div>
<!---
<div class="col-md-12 mb-3">
<div class="form-group">
<input type="url" class="form-control input-mf" id="inputUrl" placeholder="Website">
</div>
</div>
-->
<div class="col-md-12 mb-3">
<div class="form-group">
<textarea id="textMessage" class="form-control input-mf" placeholder="Comment *" name="message" cols="45" rows="8" required></textarea>
</div>
</div>
<div class="col-md-12">
<button type="submit" class="button button-a button-big button-rouded">Send Message</button>
</div>
</div>
</form>
</div>
</div>
<div class="col-md-4">
<div class="widget-sidebar sidebar-search">
<h5 class="sidebar-title">Search</h5>
<div class="sidebar-content">
<form>
<div class="input-group">
<input type="text" class="form-control" placeholder="Search for..." aria-label="Search for...">
<span class="input-group-btn">
<button class="btn btn-secondary btn-search" type="button">
<span class="bi bi-search"></span>
</button>
</span>
</div>
</form>
</div>
</div>
<div class="widget-sidebar">
<h5 class="sidebar-title">Recent Post</h5>
<div class="sidebar-content">
<ul class="list-sidebar">
<li>
<a href="blog-single.html">Network-Attacks</a>
</li>
<li>
<a href="burpsuite.html">Burpsuite</a>
</li>
<li>
<a href="#">overthewire -bandit</a>
</li>
<li>
<a href="#">cloud operations</a>
</li>
<li>
<a href="#">devops in security.</a>
</li>
</ul>
</div>
</div>
<!--
<div class="widget-sidebar">
<h5 class="sidebar-title">Archives</h5>
<div class="sidebar-content">
<ul class="list-sidebar">
<li>
<a href="#">September, 2017.</a>
</li>
<li>
<a href="#">April, 2017.</a>
</li>
<li>
<a href="#">Nam quo autem exercitationem.</a>
</li>
<li>
<a href="#">Atque placeat maiores nam quo autem</a>
</li>
<li>
<a href="#">Nam quo autem exercitationem.</a>
</li>
</ul>
</div>
</div>
-->
<div class="widget-sidebar widget-tags">
<h5 class="sidebar-title">Tags</h5>
<div class="sidebar-content">
<ul>
<li>
<a href="#">pentesting</a>
</li>
<li>
<a href="#">web-design</a>
</li>
<li>
<a href="#">DevOps</a>
</li>
<li>
<a href="#">cybersecurity</a>
</li>
<li>
<a href="#">Cloud</a>
</li>
<li>
<a href="#">Python</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Blog Single Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="copyright-box">
<p class="copyright">© Copyright <strong>Abhishek-Shukla </strong>. All Rights Reserved</p>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=DevFolio
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
-->
</div>
</div>
</div>
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>