-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
791 lines (721 loc) · 27.1 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
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
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
<!DOCTYPE html>
<html lang="en">
<!--
Coded with <3 by
█▀█ █▀█ ▄▀█ ▀█▀ █ █▄▀ █▀▄ ▄▀█ █▄▄ █░█ █
█▀▀ █▀▄ █▀█ ░█░ █ █░█ █▄▀ █▀█ █▄█ █▀█ █
-->
<head>
<meta charset="utf-8">
<meta name="description" content="I am Pratik Dabhi and I am a Cyber Security Enthusiast and a Hacker with an Ethical mindset.I m having experience in Web-app security, Mobile...">
<meta name="keywords" content="Pratik Dabhi, impratikdabhi, pratik dabhi, pratikdabhi, pratikdabhi hacker, Gujrat Hacker, Bug Bounty Hunter">
<meta name="author" content="Pratik Dabhi">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Title -->
<title>Pratik Dabhi - Just Another Computer Nerd</title>
<!-- Favicon -->
<link href="img/favicon.png" type="image/png" rel="icon">
<!-- All CSS -->
<link href="css/plugins.css" rel="stylesheet" type="text/css">
<link href="css/main.css" rel="stylesheet" type="text/css">
<link href="css/responsive.css" rel="stylesheet" type="text/css">
</head>
<body id="body" data-spy="scroll" data-target="#menu-list">
<!-- start page loader -->
<div id="preloader">
<div class="scroll-static"></div>
</div>
<!-- end page loader -->
<!-- begin of main-wrapper -->
<div class="main-wrapper">
<!-- begin of navbar -->
<div class="nav-bar">
<!-- begin of scroll-indicator -->
<div class="scroll-indicator"></div>
<nav>
<ul id="menu-list">
<li class="nav-item"><a class="active nav-link" href="#body" data-text="Home">
<span>01</span>Home
</a></li>
<li class="nav-item"><a class="nav-link" href="#about" data-text="About">
<span>02</span>About
</a></li>
<li class="nav-item"><a class="nav-link" href="#experience" data-text="Experience">
<span>03</span>Experience
</a></li>
<li class="nav-item"><a class="nav-link" href="#hall" data-text="Hall">
<span>04</span>Hall of Fame
</a></li>
<li class="nav-item"><a class="nav-link" href="#certifications" data-text="Achievements">
<span>05</span>Achievements
</a></li>
<li class="nav-item"><a class="nav-link" href="#talks" data-text="Talks & Sessions">
<span>06</span>Talks & Sessions
</a></li>
<li class="nav-item"><a class="nav-link" href="#education" data-text="Education">
<span>07</span>Education
</a></li>
<li class="nav-item"><a class="nav-link" href="#blogs" data-text="Blogs">
<span>08</span>Blogs
</a></li>
<li class="nav-item"><a class="nav-link" href="#contact" data-text="Contact">
<span>09</span>Contact
</a></li>
<!--<li class="nav-item"><a class="nav-link" href="#buyMeACoffe" data-text="Buy me a Coffee">
<span>11</span>Buy me a Coffee
</a></li>-->
</ul> <br><br><br>
</nav>
</div>
<!-- end of navbar -->
<!-- begin of main-content -->
<div class="main-content">
<!-- begin of header -->
<header>
<div class="container-fluid">
<div class="row">
<div class="col-7">
<!-- logo -->
<div class="logo">
<a href="#">Pratik Dabhi</a>
</div>
</div>
<div class="col-5">
<a href="#" target="_blank" class="default-btn header-action-btn"><i class="ti-agenda"></i> Download CV</a>
<div class="default-btn menu-btn">
<i class="ti-menu"></i>
<i class="ti-close"></i>
</div>
</div>
</div>
</div>
</header>
<!-- end of header -->
<!-- begin of home-wrapper -->
<div class="home-wrapper">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-md-5 col-sm-5">
<div class="hero-img wow fadeIn" data-wow-delay=".2s">
<div class="shape"></div>
<!-- hero image -->
<img class="img-fluid" src="img/user.jpg" alt="">
</div>
</div>
<div class="col-md-7 col-sm-7">
<div class="hero-content">
<h2 class="intro-name">
<span class="wow slideInLeft">Hello World</span>
<span class="wow slideInLeft" data-wow-delay=".2s">I'm, Pratik Dabhi </span>
</h2>
<p>
<span class="wow slideInLeft" data-wow-delay=".5s">Security Analyst | Bug Bounty Hunter | Bugcrowd Top 200 Hackers Globally | Synack Red Teamer | Penetration Tester | Youtuber | Speaker | Ocassional Cyber Security Trainer</span>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- end of home-wrapper -->
<!-- begin of about-wrapper -->
<div id="about" class="wrapper about-wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<!-- section heading -->
<h3 class="wrapper-heading">About Me</h3>
<h4 class="about-sub-heading">Hey World, I am Pratik Dabhi. Here a little about me :) </h4>
<p class="about-text">I am a Cyber Security Enthusiast and a Hacker with an Ethical mindset.<br/>
I m having experience in Web-app security, Mobile app security, API security, Vulnerability Assessment & Penetration Testing. I am experienced with tools like burp suite,acunetix, Nessus, IBM AppScan, Nmap, Pentest tools, Frida, Drozer and of course with Kali Linux & some GitHub open source tools like Amass, Aquatone…etc many more for finding the vulnerabilities in the web application and mobile application. Now what type of vulnerabilities I have found frequently will be account takeover, injections, privilege escalation, series of vulnerabilities leading to account takeover, LFI, XSS, OWASP Top 10, etc… Secured over 100+ company.</p>
<a href="#" target="_blank" class="default-btn"><i class="ti-agenda"></i> Download CV</a>
<!-- social profile links -->
<div class="social-links">
<span>Connect with Me </span>
<ul>
<li><a href="https://twitter.com/impratikdabhi" data-text="tw"><i class="ti-twitter"></i></a></li>
<li><a href="https://www.instagram.com/i.m.pratikdabhi/" data-text="ig"><i class="ti-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/in/pratikmdabhi/" data-text="in"><i class="ti-linkedin"></i></a></li>
<li><a href="https://medium.com/@impratikdabhi" data-text="me"><i class="ti-mobile"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCszyA_7DVMz63bI30NW2a_g" data-text="yu"><i class="ti-youtube"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- end of about-wrapper -->
<!-- begin of skills-wrapper -->
<div id="skills" class="wrapper skills-wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 margin-on-md">
<!-- section heading -->
<h3 class="wrapper-heading">Skills</h3>
<!-- skill item -->
<div class="skill-item">
<p>Ethical Hacking</p>
<div class="skill-wrap">
<div class="skill-percent wow slideInLeft" style="width:93%"></div>
</div>
</div>
<!-- skill item -->
<div class="skill-item">
<p>API Penetration Testing</p>
<div class="skill-wrap">
<div class="skill-percent wow slideInLeft" data-wow-delay=".1s" style="width:70%"></div>
</div>
</div>
<!-- skill item -->
<div class="skill-item">
<p>Web & Mobile Penetration Testing</p>
<div class="skill-wrap">
<div class="skill-percent wow slideInLeft" data-wow-delay=".2s" style="width:80%"></div>
</div>
</div>
<!-- skill item -->
<div class="skill-item">
<p>VAPT</p>
<div class="skill-wrap">
<div class="skill-percent wow slideInLeft" data-wow-delay=".3s" style="width:60%"></div>
</div>
</div>
</div>
<div class="col-md-6">
<!-- section heading -->
<br><br><br><br>
<!-- skill item -->
<div class="skill-item">
<p>Python & Bash</p>
<div class="skill-wrap">
<div class="skill-percent wow slideInLeft" style="width:70%"></div>
</div>
</div>
<!-- skill item -->
<div class="skill-item">
<p>Security Tools - Burp Suite, Nmap, Metasploit, Sqlmap & Others</p>
<div class="skill-wrap">
<div class="skill-percent wow slideInLeft" data-wow-delay=".1s" style="width:100%"></div>
</div>
</div>
<!-- skill item -->
</div>
</div>
</div>
</div>
<!-- end of skills-wrapper -->
<!-- begin of experience-wrapper -->
<div id="experience" class="wrapper experience-wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<!-- section heading -->
<h3 class="wrapper-heading">Experience</h3>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Deloitte India (Offices of the US)</h4>
<p class="position-name">Solution Delivery Analyst</p>
<p class="mute-text">July 2021 - Present</p>
<p class="company-info">Performing Regular Pentest over a Variety of Technology Stack.</p>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Deloitte India (Offices of the US)</h4>
<p class="position-name">Technology Analyst (Internship)</p>
<p class="mute-text">January 2021 - July 2021</p>
<p class="company-info">Accessing & Securing the applications.</p>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Yogosha</h4>
<p class="position-name">Penetration Tester</p>
<p class="mute-text">May 2021 - Present</p>
<p class="company-info">Accessing & Securing the applications.</p>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">YesWeHack</h4>
<p class="position-name">Penetration Tester</p>
<p class="mute-text">December 2020 - Present</p>
<p class="company-info">Accessing & Securing the applications.</p>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Synack Red Team</h4>
<p class="position-name">Red Team Member</p>
<p class="mute-text">April 2020 - Present</p>
<p class="company-info">Accessing & Securing the applications.</p>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company"><a href=https://bugcrowd.com/pratikdabhi/>Bugcrowd</a></h4>
<p class="position-name">Freelance Researcher</p>
<p class="mute-text">February 2020 - Present</p>
<p class="company-info">Accessing & Securing applications.</p>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">HackersEra Cyber Security Consultancy and Training Firm, Pune</h4>
<p class="position-name">Intern</p>
<p class="company-info">Under the guidance of Mr. Vikas Choudhary</p>
<p class="mute-text">June 2019 - July 2019</p>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Gurugram Police Summer Internship</h4>
<p class="position-name">Intern</p>
<p class="company-info">Under the guidance of Mr. Rakshit tandon-Cyber Security Expert, Consultant- Internet and Mobile Association of India</p>
<p class="mute-text">June 2018 - July 2018</p>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Amigo incorporation</h4>
<p class="position-name">Intern</p>
<p class="company-info">WAPT of company</p>
<p class="mute-text">November 2018 - December 2018</p>
</div>
</div>
</div>
</div>
</div>
<!-- end of experience-wrapper -->
<!-- begin of hall offame-wrapper -->
<div id="hall" class="wrapper experience-wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<!-- section heading -->
<h3 class="wrapper-heading">Hall of Fame</h3>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Microsoft</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Google</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Apple</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Blackberry</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Adobe</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Redhat</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Techgig</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Geeks for Geeks</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">FindFriendSocial</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Health Unlocked</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Pusher</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Practo</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Transifex</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">NCIIPC</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Airmap</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Hotstar</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Oneplus</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Edmodo</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Dell Technologies</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Udacity</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Hackerrank</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Hackerearth</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">EDx</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">MasterCard</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Flock</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Canva</h4>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">50+ Private Programs</h4>
</div>
</div>
</div>
</div>
</div>
<!-- end of walloffame-wrapper -->
<!-- begin of certs-wrapper -->
<div id="certifications" class="wrapper experience-wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<!-- section heading -->
<h3 class="wrapper-heading">Certifications & Achievements</h3>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">eWPTX v2 - eLearnSecurity Web Application Penetration Tester eXtreme</h4>
<p class="position-name">eLearnSecurity</p>
<p class="mute-text">Credential ID: bac70cec-cb3e-489f-a0d4-01f246947768</p>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">eJPT - eLearnSecurity Junior Penetration Tester</h4>
<p class="position-name">eLearnSecurity</p>
<p class="mute-text">Credential ID: 7008916<br></p>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Certified Ethical Hacker v10</h4>
<p class="position-name">EC-Council</p>
<p class="mute-text">Credential ID: ECC8691573204</p>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Bugcrowd P1 Worrior Q4</h4>
<p class="position-name">Bugcrowd</p>
<p class="mute-text">2019 Q4</p>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Introduction, Unix, Essential, PCAP, White & Serialize Badge</h4>
<p class="position-name">PentesterLab</p>
<p class="mute-text">2020</p>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Red Hat Certified System Administrator (RHCSA)</h4>
<p class="position-name">RedHat</p>
<p class="mute-text">Credential ID: 150-078-095</p>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">CompTIA Strata IT Fundamentals Certification</h4>
<p class="position-name">CompTIA</p>
<p class="mute-text">Credential ID: OMP001020799537</p>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Certified Secure Computer User (CSCU)</h4>
<p class="position-name">EC-Council</p>
<p class="mute-text">Credential ID: ECC21294888609</p>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Junior Penetration Tester (eJPT)</h4>
<p class="position-name">eLearnSecurity</p>
<p class="mute-text">Credential ID: 7008916</p>
</div>
</div>
<div class="col-md-6">
<div class="experience-single">
<h4 class="company">Bugcrowd P1 Worrior Q1</h4>
<p class="position-name">Bugcrowd</p>
<p class="mute-text">2020 Q1</p>
</div>
</div>
</div>
</div>
</div>
<!-- end of certs-wrapper -->
<!-- begin of community-wrapper -->
<div id="talks" class="wrapper education-wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<!-- section heading -->
<h3 class="wrapper-heading">Talks & Sessions</h3>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="education-single">
<h4 class="course-name">Ganpat University Speaker Feb 2019 Delivered talk on Penetration testing and Bug Bounty</h4>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="education-single">
<h4 class="course-name">Hackers Meet up april 2020 Delivered talk on Penetration testing and Bug Bounty in Hackers Meetup Organized by Comexpo cyber security</h4>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="education-single">
<h4 class="course-name">Bitten tech Talking Bug Bounties for Beginners </h4>
<h6><a href="https://www.youtube.com/watch?v=49ltVZXF0Mc&feature=youtu.be" target=_blank >Find Talk Here</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="education-single">
<h4 class="course-name">Technical Navigator Talking Bug Bounties for Beginners </h4>
<h6><a href="https://www.youtube.com/watch?v=IchwW_xGM0E&feature=youtu.be" target=_blank >Find Talk Here</a>
</div>
</div>
</div>
</div>
</div>
<!-- end of community-wrapper -->
<!-- begin of education-wrapper -->
<div id="education" class="wrapper education-wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<!-- section heading -->
<h3 class="wrapper-heading">Education</h3>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="education-single">
<h4 class="course-name">MSC in Digital Forensic & Information Technology</h4>
<p class="institute">Gujarat Forensic Science University</p>
<p class="mute-text">2019 - 2022</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="education-single">
<h4 class="course-name">Bachelor's in Computer Application</h4>
<p class="institute">School of Computer Studies Ahmedabad University</p>
<p class="mute-text">2016 - 2019</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="education-single">
<h4 class="course-name">Senior Secondary</h4>
<p class="institute">St. Xavier’s High school</p>
<p class="mute-text">2013 - 2014</p>
</div>
</div>
</div>
</div>
</div>
<!-- end of education-wrapper -->
<!-- begin of blogs-wrapper -->
<div id="blogs" class="wrapper blogs-wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<!-- section heading -->
<h3 class="wrapper-heading">Blogs</h3>
<br>
<h4> Read my Blogs on <a href="https://medium.com/@impratikdabhi" class="blog-title">Medium</a></h4>
<br>
<br>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="blog-item">
<a href="https://medium.com/bugbountywriteup/open-redirection-leads-to-a-bounty-d94029e11d17" target="_blank">
<div class="blog-img">
<img class="img-fluid" src="img/open-re.png" alt="Open-redirection leads to a bounty">
</div>
<div class="blog-info">
<h4 class="blog-title">
<span>Open-redirection leads to a bounty</span>
</h4>
</div> </div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="blog-item">
<a href="https://medium.com/bugbountywriteup/a-picture-that-steals-your-data-a-tale-to-ip-theft-a9a2058d1392" target="_blank">
<div class="blog-img">
<img class="img-fluid" src="img/pic.png" alt="A picture that steals your data — A tale to IP Theft.">
</div>
<div class="blog-info">
<h4 class="blog-title">
<span>A picture that steals your data — A tale to IP Theft.</span>
</h4>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="blog-item">
<a href="https://medium.com/bugbountywriteup/how-to-get-started-in-ctf-complete-begineer-guide-15ab5a6856d" target="_blank">
<div class="blog-img">
<img class="img-fluid" src="img/cap.png" alt="How to get started in CTF | Complete Begineer Guide">
</div>
<div class="blog-info">
<h4 class="blog-title">
<span>How to get started in CTF | Complete Begineer Guide</span>
</h4>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="blog-item">
<a href="https://medium.com/bugbountywriteup/how-to-get-started-in-ethical-hacking-195b5f9a6e80" target="_blank">
<div class="blog-img">
<img class="img-fluid" src="img/eh.png" alt="How to get started in Ethical Hacking">
</div>
<div class="blog-info">
<h4 class="blog-title">
<span>How to get started in Ethical Hacking</span>
</h4>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="blog-item">
<a href="https://medium.com/bugbountywriteup/reflected-xss-on-microsoft-com-via-angular-template-injection-2e26d80a7fd8" target="_blank">
<div class="blog-img">
<img class="img-fluid" src="img/rxss.png" alt="Reflected XSS on Microsoft.com via Angular Js template injection">
</div>
<div class="blog-info">
<h4 class="blog-title">
<span>Reflected XSS on Microsoft.com via Angular Js template injection</span>
</h4>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="blog-item">
<a href="https://medium.com/bugbountywriteup/how-to-get-started-into-bug-bounty-1be52b3064e0" target="_blank">
<div class="blog-img">
<img class="img-fluid" src="img/bb.png" alt="How to Get Started into Bug Bounty">
</div>
<div class="blog-info">
<h4 class="blog-title">
<span>How to Get Started into Bug Bounty</span></a>
</h4>
</div>
</div>
</div>
<!-- begin of contact-wrapper -->
<div id="contact" class="wrapper contact-wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<!-- section heading -->
<h3 class="wrapper-heading">Get in Touch</h3>
<p>Drop me a text over Email at below details.</p>
</div>
<div class="col-lg-12 col-md-12">
<div class="contact-info">
<p><span class="ti-email"></span>pratikdabhihacker@gmail.com</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end of contact-wrapper -->
<!-- begin of contact-wrapper -->
<footer class="wrapper footer-wrapper">
<div class="container-fluid">
<div class="col-md-12 text-center">
<div class="footer-social">
<a href="https://twitter.com/impratikdabhi" target="_blank">Twitter</a>
<a href="https://www.instagram.com/i.m.pratikdabhi/" target="_blank">Instagram</a>
<a href="https://www.linkedin.com/in/pratikmdabhi/" target="_blank">Linkedin</a>
<a href="https://medium.com/@impratikdabhi" target="_blank">Medium</a>
</div>
<p class="footer-copyright">© Copyright 2020 - Pratik Dabhi</p>
</div>
</div>
</footer>
<!-- end of contact-wrapper -->
<!-- scroll-to top -->
<a class="default-btn scroll-to-top" href="#body"><span class="ti-angle-up "></span></a>
</div>
<!-- end of main-content -->
</div>
<!-- end of main-wrapper -->
<!-- All JS -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>