-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
820 lines (655 loc) · 34.6 KB
/
index.html
File metadata and controls
820 lines (655 loc) · 34.6 KB
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
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Welcome To Abhishek's World</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<div class="loader_bg">
<div class="loader"></div>
</div>
<!-- ======= Header ======= -->
<header id="header" class="header-tops">
<div class="container">
<h1><a href="index.html">MR. ABHISHEK</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="mr-auto"><img src="assets/img/logo.png" alt="" class="img-fluid"></a> -->
<h2>A passionate <span>Cyber Security</span> student from India...</h2>
<div class="social-links">
<a href="https://linkedin.com/in/themodernhacker" target="_blank" class="linkedin"><i
class="icofont-linkedin"></i></a>
<a href="https://github.com/themodernhacker" target="_blank" class="github"><i class="icofont-github"></i></a>
<a href="https://www.instagram.com/themodernhacker" target="_blank" class="instagram"><i
class="icofont-instagram"></i></a>
<a href="http://twitter.com/TheModernHacker" target="_blank" class="twitter"><i class="icofont-twitter"></i></a>
<a href="https://www.facebook.com/TheModernHackerr/" target="_blank" class="facebook"><i
class="icofont-facebook"></i></a>
<a href="https://www.youtube.com" class="youtube" target="_blank"><i class="icofont-youtube-play"></i></a>
<a href="mailto: abhisahu518@gmail.com" class="google-plus"><i class="icofont-email"></i></a>
</div>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="#header">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#Bio">Bio</a></li>
<li><a href="#Resume">Resume</a></li>
<li><a href="#Projects">Projects</a></li>
<!-- <li><a href="#Publications">Publications</a></li> -->
<!-- <li><a href="#Achievement">Achievement</a></li> -->
<li><a href="#Blogs">Blogs</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<!-- ======= About Section ======= -->
<section id="about" class="about">
<!-- ======= About Me ======= -->
<div class="about-me container">
<div class="section-title">
<h2>About</h2>
<p>Learn more about me</p>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/me_2.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content" data-aos="fade-left">
<h3>White Hat Hacker & Web Developer</h3>
<p class="font-italic">
✌🏻 Hacking is not a crime. It's a profession until you play with it safely.😈
</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="icofont-rounded-right"></i> <strong>Birthday:</strong> 13 April 2004</li>
<li><i class="icofont-rounded-right"></i> <strong>Website:</strong> www.themodernhacker.com</li>
<li><i class="icofont-rounded-right"></i> <strong>Phone:</strong> +91 88892 55967</li>
<li><i class="icofont-rounded-right"></i> <strong>City:</strong> Surajpur, Chhattisgarh, India</li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="icofont-rounded-right"></i> <strong>Age:</strong> 17</li>
<li><i class="icofont-rounded-right"></i> <strong>Degree:</strong> Still Studying</li>
<li><i class="icofont-rounded-right"></i> <strong>Email:</strong> abhisahu518@gmail.com</li>
<li><i class="icofont-rounded-right"></i> <strong>Freelance:</strong> Available</li>
</ul>
</div>
</div>
<p>
✨ A Cyber Security student who is passionate about his future career as an Ethical Hacker, and a
Successful Entrepreneur.✨
</p>
</div>
</div>
</div><!-- End About Me -->
<!-- ======= Counts ======= -->
<div class="counts container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="count-box">
<i class="icofont-simple-smile"></i>
<span data-toggle="counter-up">20</span>
<p>Happy Clients</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-md-0">
<div class="count-box">
<i class="icofont-document-folder"></i>
<span data-toggle="counter-up">5</span>
<p>Projects</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box">
<i class="icofont-live-support"></i>
<span data-toggle="counter-up">24</span>
<p>Hours Of Support</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box">
<i class="icofont-users-alt-5"></i>
<span data-toggle="counter-up">2</span>
<p>Hard Workers</p>
</div>
</div>
</div>
</div><!-- End Counts -->
<!-- ======= Skills ======= -->
<div class="skills container">
<div class="section-title">
<h2>Skills</h2>
</div>
<div class="row skills-content">
<div class="col-lg-6">
<div class="progress">
<span class="skill">Programming <i class="val">85%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">Ethical Hacking <i class="val">82%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="82" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">Social Engineering <i class="val">75%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">Web Development <i class="val">85%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="progress">
<span class="skill">HTML <i class="val">89%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="89" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">CSS <i class="val">75%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">Graphic Designing <i class="val">92%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="92" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="progress">
<span class="skill">Photoshop <i class="val">95%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
</div>
</div><!-- End Skills -->
<!-- ======= Interests ======= -->
<div class="interests container">
<div class="section-title">
<h2>Interests</h2>
</div>
<div class="row">
<div class="col-lg-3 col-md-4">
<div class="icon-box">
<i class="ri-store-line" style="color: #ffbb2c;"></i>
<h3>App Development</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box">
<i class="ri-bar-chart-box-line" style="color: #5578ff;"></i>
<h3>Photoshop</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box">
<i class="ri-calendar-todo-line" style="color: #e80368;"></i>
<h3>Web Development</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-lg-0">
<div class="icon-box">
<i class="ri-paint-brush-line" style="color: #e361ff;"></i>
<h3>Web Designing</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-database-2-line" style="color: #47aeff;"></i>
<h3>Social Engineering</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-gradienter-line" style="color: #ffa76e;"></i>
<h3>Programming</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-file-list-3-line" style="color: #11dbcf;"></i>
<h3>Making PC Tools</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-price-tag-2-line" style="color: #4233ff;"></i>
<h3>Bug Hunting</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-anchor-line" style="color: #b2904f;"></i>
<h3>Travelling</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-disc-line" style="color: #b20969;"></i>
<h3>Listining Songs</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-base-station-line" style="color: #ff5828;"></i>
<h3>Graphics Designing</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-fingerprint-line" style="color: #29cc61;"></i>
<h3>Reading Books</h3>
</div>
</div>
</div>
</div><!-- End Interests -->
<!-- ======= Testimonials =======
<div class="testimonials container">
<div class="section-title">
<h2>Testimonials</h2>
</div>
<div class="owl-carousel testimonials-carousel">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Proin iaculis purus consequat sem cure digni ssim donec porttitora entum suscipit rhoncus. Accusantium quam, ultricies eget id, aliquam eget nibh et. Maecen aliquam, risus at semper.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-1.jpg" class="testimonial-img" alt="">
<h3>Saul Goodman</h3>
<h4>Ceo & Founder</h4>
</div>
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Export tempor illum tamen malis malis eram quae irure esse labore quem cillum quid cillum eram malis quorum velit fore eram velit sunt aliqua noster fugiat irure amet legam anim culpa.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-2.jpg" class="testimonial-img" alt="">
<h3>Sara Wilsson</h3>
<h4>Designer</h4>
</div>
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Enim nisi quem export duis labore cillum quae magna enim sint quorum nulla quem veniam duis minim tempor labore quem eram duis noster aute amet eram fore quis sint minim.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-3.jpg" class="testimonial-img" alt="">
<h3>Jena Karlis</h3>
<h4>Store Owner</h4>
</div>
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Fugiat enim eram quae cillum dolore dolor amet nulla culpa multos export minim fugiat minim velit minim dolor enim duis veniam ipsum anim magna sunt elit fore quem dolore labore illum veniam.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-4.jpg" class="testimonial-img" alt="">
<h3>Matt Brandon</h3>
<h4>Freelancer</h4>
</div>
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Quis quorum aliqua sint quem legam fore sunt eram irure aliqua veniam tempor noster veniam enim culpa labore duis sunt culpa nulla illum cillum fugiat legam esse veniam culpa fore nisi cillum quid.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-5.jpg" class="testimonial-img" alt="">
<h3>John Larson</h3>
<h4>Entrepreneur</h4>
</div>
</div> -->
</div><!-- End Testimonials -->
</section><!-- End About Section -->
<!-- ======= Bio Section instead of services ======= -->
<section id="Bio" class="Bio">
<div class="container">
<div class="section-title">
<h2>Bio</h2>
<p>My Bio</p>
</div>
<p>Hello Freaks,</p>
<p>I wanna talk to you directly, I had the best day when I thought to quit NEET preparations and follow my passion
as a Cyber Security Student.</p>
<p>I know, I know My family member was frustrated with me, But I think they have to because I lost my father’s and
Uncle’s dream, They always saw me as a doctor.</p>
<p>We belong to a middle-class family in India. At that time my decision was like brain freezing for everyone
because they spent more than 1.5 lakh rupees on a year in my studies. and if you don’t know then I will tell you
that this amount is much more than my father’s annual income, that’s why everyone got shocked. My father has a
small welding workshop in our village, earning money to give me and my brother a good education in private
school is very difficult for him, that’s why my respected uncle and grandfather we all live in the same house,
they helped us.</p>
<p>Shortly, when I crossed high school and dropped my plan, I have only one thing in my mind, every difficulty is
temporary, but if today I follow my passion, it will give me long-term success and happiness to my family.</p>
<p>At that point, I decided to follow my passion and then started doing some certifications in OS, Hacking,
Networking, and tried to gather knowledge as much as I can. Then I took my life-changing decision to apply to
some universities to pursue my bachelor’s in <!-- Computer Science and additional Cyber Security in ---> Abroad.</p>
<p>I got an offer letter from many best universities worldwide for my bachelor’s. <!-- and also I applied for the
scholarship. ---> My dedication towards my passion changed my family member’s mindset. After seeing this, they
encourage me to study in Abroad, for this all of my family members also supported me and that is the happiest
moment for me nowadays.</p>
<p>Recently if I talk about myself and what I’m doing now at this time, then I’m preparing for my visa interview
as I’m going to attend my university in fall 2022.</p>
<p>I will share my full journey in my blog section, but for now, just remember one thing:-</p>
<p><span><i>"If you follow your dreams and passion today, It will automatically give you success and happiness in a long term".</i></span></p>
<!-- ======= Baad Me Kaam Aiga =======
<p align="justify">I work as a Threat Researcher at <a href="https://cyble.com" target="_blank">Cyble</a>. I am
focused on darknet and darkweb research, creating automated
tools to collect data and perform threat investigations by utilizing HUMINT, SOCMINT, and OSINT. I
have graduated from <a href="https://gatech.edu" target="_blank">Georgia Tech</a> with a Master's in
<a href="https://cyber.gatech.edu" target="_blank">Cybersecurity.</a>
</p>
<p align="justify">I am volunteering as a Darknet researcher at the <a href="https://ebcs.gsu.edu"
target="_blank">EBCS</a> <a href="https://ebcs.gsu.edu/project/darknet-analysis/" target="_blank">Darknet
Analysis</a> group. My work revolves around creating automated scrapers
to collect data from the dark web forums/marketplaces, analyze and store the data into a database,
collect new onion domains, and investigate new threats and threat groups on forums. I am also
volunteering as a Darknet researcher at <a href="https://cti-league.com/" target="_blank">CTI
League</a> and as a Teaching Assistant at <a href="https://www.stationx.net/" target="_blank">StationX</a>.
</p>
<p align="justify">At Georgia Tech, I worked with <a href="https://www.cc.gatech.edu/~pearce/"
target="_blank">Prof. Paul Pearce</a> in performing novel research on Threat Intelligence
related to dark web data from forums and marketplaces. I was also a Head Teaching Assistant for CS
4235/6035 Intro to Information Security.</p>
<p align="justify">Previously, I worked as a Security Intern at IZon Group LLC, focusing on threat
intelligence, dark web analysis, and investigating new threats and threat groups related to
different sectors.
</p>
<p align="justify">During the Summer of 2020, I worked as a Security Research Intern at <a
href="http://www.icsi.berkeley.edu/icsi/" target="_blank">ICSI, UC Berkeley</a>. I performed
novel research on Threat Intelligence related to dark web data from forums and marketplaces.</p>
<p align="justify">During my first semester at <a href="https://gatech.edu" target="_blank">Georgia
Tech</a>, I worked with <a href="https://www.mariakonte.net/" target="_blank">Prof. Maria
Konte</a> and <a href="https://www.linkedin.com/in/gpande2/" target="_blank">Gaurav Pande</a> on
a research project. It utilizes different threat intelligence feeds to assess network reputation and
detecting & mitigating Volumetric anomalies using Machine Learning analysis using Python.</p>
<p align="justify">Previously, I worked as a Security Researcher at <a href="https://volon.io"
target="_blank">Volon Cyber Security Pvt. Ltd.</a> with <a href="https://twitter.com/c0dist"
target="_blank">Rahul Binjve</a>, focusing on threat intelligence, threat hunting on dark web
data, and designing data collection systems for the same.</p>
<p align="justify">During my undergrad at <a href="https://sitpune.edu" target="_blank">Symbiosis
Institute of Technology</a>, I worked on a research project with <a
href="https://scholar.google.co.in/citations?user=gJoZDOUAAAAJ&hl=en&oi=ao" target="_blank">Prof
Pooja Kamat</a> and <a href="https://www.linkedin.com/in/yamini-gahlot-3a6b69137/" target="_blank">Yamini
Gahlot</a> titled <a
href="https://github.com/apurvsinghgautam/Hacker-Forum-Exploit-and-Classification-for-Proactive-Cyber-Threat-Intelligence"
target="_blank">Hacker Forum Exploit and Classification for Proactive Cyber Threat
Intelligence</a>. It utilizes hacker forum data for proactive cyber threat intelligence. I
further wrote a <a href="https://link.springer.com/chapter/10.1007/978-3-030-33846-6_32"
target="_blank">research paper</a> that I presented at <a
href="https://link.springer.com/book/10.1007/978-3-030-33846-6" target="_blank">ICICT
Conference</a> proceedings hosted by RVS Technical Campus, Coimbatore, Tamil Nadu, India. It was
published in <a href="https://link.springer.com/bookseries/15179" target="_blank">Springer Lecture
Notes in Networks and Systems, Volume 98.</a>.</p>
<p align="justify">I also wrote a research chapter with <a
href="https://scholar.google.co.in/citations?user=gJoZDOUAAAAJ&hl=en&oi=ao" target="_blank">Prof. Pooja
Kamat</a>, <a href="https://www.taylorfrancis.com/books/e/9780429468254/chapters/10.1201/9780429468254-10"
target="_blank">"Recent Trends in the Era of Cybercrime and the Measures to Control Them,"</a>
published in Chapter 10 in the book <a href="https://www.taylorfrancis.com/books/e/9780429468254"
target="_blank">Handbook of e-Business Security</a> by CRC Press (<a href="https://taylorandfrancis.com/"
target="_blank">Taylor and Francis Group</a>).</p>
<p align="justify">I occasionally play CTFs and am learning many new things in the cybersecurity domain
every day. I am passionate about giving back to the community and helping others get into this
field. I have delivered talks at SANS OSINT Summit, SANS Cyber Defense Forum, BSides Toronto,
Grayhat Blue Team Village, DEFCON Red Team Village, The Diana Initiative, and a few other
conferences. Apart from this, I have also delivered many talks and seminars in security meetups (<a
href="https://null.co.in/profile/7791-apurv-singh-gautam" target="_blank">Null Pune</a>),
colleges, and schools. I love attending security conferences and have attended Hakon Indore, BSides
Delhi, BSides Tampa, BSides Atlanta, NulCon Goa, and many others. I like playing games, and I mostly
play and <a href="https://www.twitch.tv/asg_sc0rpi0n" target="_blank">stream</a> Rainbow 6 Siege. I
love nature and hiking.</p> --->
</section>
<!-- End Bio Section -->
<!-- ======= Resume Section instead of resume ======= -->
<section id="Resume" class="Resume">
<div class="container">
<div class="section-title">
<h2>Resume</h2>
<p>My Resume</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="icon-box">
<div class="icon"><i class="bx bxl-dribbble"></i></div>
<h4>
<a="">ABHISHEK KUMAR SAHU</a>
</h4>
<p>A passionate Cyber Security Student From Mother Country India.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0">
<div class="icon-box">
<div class="icon"><i class="bx bx-file"></i></div>
<h4>
<a="">EDUCATION HISTORY</a>
</h4>
<p>10th passed from DAV Public School in 2019. 12th passed from Holy Temple Public School in 2021.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0">
<div class="icon-box">
<div class="icon"><i class="bx bx-tachometer"></i></div>
<h4>
<a="">CONTACT</a>
</h4>
<p>abhisahu518@gmail.com
linkedin.com/in/themodernhacker
twitter.com/TheModernHacker
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="bx bx-world"></i></div>
<h4>
<a="">AIM</a>
</h4>
<p>A Computer Science Student who is following his passion to become an eithcal hacker. Enjoy problem-solving in a creative and useful way.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="bx bx-slideshow"></i></div>
<h4>
<a="">EXPERT SKILLS</a>
</h4>
<p>Tools Programming.
Bug Hunting.
Website Development.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="bx bx-arch"></i></div>
<h4>
<a="">CERTIFICATIONS</a>
</h4>
<p>I have many premium certifications in Ethical Hacking, Programming, Networking, and Many More.</p>
</div>
</div>
<p class="project-desc" style="padding-top: 14px;">🧡 You can also see and download <a
href="assets/img/My_Resume_for_Italy_Imp.pdf" target="_blank">My full Resume...</a>
</p>
</div>
</div>
</section>
<!-- ======= resume Section instead of resume ======= -->
<!-- ======= projects ======= -->
<section id="Projects" class="Projects">
<div class="container">
<div class="section-title">
<h2>Projects</h2>
<p>My Projects</p>
</div>
<h3 class="project-title"><a href="https://github.com/themodernhacker/port_scanner" target="_blank">Scan Ports
With Your Own Python Tools</a></h3>
<p class="project-desc">Scan any network with this automation port scanner. It is simple to use, all the steps to use this tool is given in a readme.txt file.
Go and check this tool completely free.
</p>
<hr class="groove-line-bar">
<h3 class="project-title"><a href="https://github.com/themodernhacker/ip_address_locator" target="_blank">IP Address Locator</a></h3>
<p class="project-desc">You only need to add the IP address in this tool, and it will automatically saw you everything like your location, longitude, latitude,
area, You just only need to modify this tool according to your usage.
</p>
<hr class="groove-line-bar">
<h3 class="project-title"><a href="https://github.com/themodernhacker/bulk_mail_sender" target="_blank">Bulk Mail
Sender</a></h3>
<p class="project-desc">Small! But useable code for everyone who want's to send bulk mails in just one click by
using an python automation tool.
If you want to know about it then click on the title.
</p>
<hr class="groove-line-bar">
<h3 class="project-title"><a href="https://github.com/themodernhacker/language_detector" target="_blank">Language Detector</a></h3>
<p class="project-desc">Language Detector is an automation python tool which helps to detect any language like if we take an example of English, Italian,
and many other languages. I don't have much more things to tell about this tool. I only want to say that go to my github profile and try this tool, also connect with
me on my social media if you have any suggestions or query regarding this tool.
</p>
<hr class="groove-line-bar">
<h3 class="project-title"><a href="https://github.com/themodernhacker/guess_the_number" target="_blank">Yes! You,
Try to guess the number</a></h3>
<p class="project-desc">It is funny, but on a serious note, I love to make this small python projects, and it is
one of them. In this game,
you need to guess any random number from 1-10, and winning is totally depend upon you, that in how much time and
steps you are taking to complete or win this game.
</p>
<hr class="groove-line-bar">
<h3 class="project-title"><a href="https://github.com/themodernhacker/port_scanner" target="_blank">Crack any Password Using Python</a></h3>
<p class="project-desc">Password Cracker is an automation python tool which helps to crack any passwords like if we take an example of bruteforace attack.
To use this tool you only need to follw some precautions because it takes too much time then usual. "TRY THIS TOOL AT YOUR OWN RISK"
</p>
<hr class="groove-line-bar">
<!--
<hr class="groove-line-bar">
<h3 class="project-title"><a href="https://github.com/apurvsinghgautam/ForumScrapy"
target="_blank">ForumScrapy</a></h3>
<p class="project-desc">This is a Web Scraping application built on Flask. This web application scrapes
forum posts from the Bitshacking hack forum. It uses Elasticsearch as the database to store the
forum data, and Kibana is used for visualizing data from Elasticsearch.</p>
<hr class="groove-line-bar">
<h3 class="project-title"><a href="https://github.com/apurvsinghgautam/webhose.io-Portal"
target="_blank">webhose.io Portal</a></h3>
<p class="project-desc">This is a web application built on Flask. It utilizes webhose.io API to fetch
the JSON data from News, Blog, Online Discussions, Online Reviews, Broadcast, and Dark Web filters
and visualizes it.</p> -->
<p class="project-desc" style="padding-top: 14px;">You can see more projects on my <a
href="https://github.com/themodernhacker/" target="_blank">Github Page</a>.
</section><!-- End Contact Section -->
<!-- ======= blog ======= -->
<section id="Blogs" class="Blogs">
<div class="container">
<div class="section-title">
<h2>Blogs</h2>
<p>My Blogs</p>
</div>
<p align="justify">In my free time, I enjoy writing My Stories, Computer Science and Cybersecurity related Blogs and Articles.
These are some of my articles/writeups/blogs:-</p>
<p align="justify"><a
href="https://themodernhacker.medium.com/my-journey-from-neet-aspirant-to-an-ethical-hacker-752822c465b7"
target="_blank">My Journey from NEET Aspirant to an Ethical Hacker.</a>
<p>
<p align="justify"><a href="https://themodernhacker.medium.com/what-after-12th-as-an-ethical-hacker-169ff7b084bc"
target="_blank">What After 12th? as an Ethical Hacker.</a>
<p>
<p align="justify"><a href="https://themodernhacker.medium.com/i-got-premium-hacking-and-bug-bounty-courses-free-1bb2e94b182"
target="_blank">I got Premium Hacking and Bug Bounty Courses *FREE*</a>
<p>
<p align="justify"><a href="https://themodernhacker.medium.com/ceh-or-ejpt-after-12th-4bfa480bbc98"
target="_blank">CEH or eJPT? After 12th!</a>
<p>
<p align="justify"><a href="https://themodernhacker.medium.com/make-computer-virus-with-notepad-f43a70134dde"
target="_blank">Make Dangerous Computer Virus With Notepad</a>
<p>
<!---
<p class="project-desc" style="padding-top: 14px;">🧡 You can also see My All Blogs <a
href="https://themodernhacker.medium.com/" target="_blank">Here...</a></p>
-->
<!---
<p align="justify"><a href="blogfiles/how_I_started_my_journey_into_cybersecurity.html" target="_blank">How I
Started my Journey into Cybersecurity</a>
<p>
<p align="justify"><a href="https://www.cybrary.it/blog/how-to-safely-access-the-dark-web/" target="_blank">How To
Safely Access The Dark Web</a>
<p>
<p align="justify"><a href="blogfiles/how_to_start_in_cybersecurity.html" target="_blank">How to Start
in Cybersecurity</a>
<p>
<p align="justify"><a href="blogfiles/insights_into_bitcoin_forensics.html" target="_blank">Insights
Into Bitcoin Forensics</a>
<p>
<p align="justify"><a href="blogfiles/starting_with_github_education_pack.html" target="_blank">Starting
with GitHub Education Pack</a>
<p>
<p align="justify"><a href="blogfiles/top_linux_commands.html" target="_blank">Top Linux Commands</a>
<p>
<p align="justify"><a href="blogfiles/wannacry_ransomware.html" target="_blank">WannaCry Ransomware</a>
<p>
<p align="justify"><a href="blogfiles/why_having_an_online_portfolio_is_important.html" target="_blank">Why Having
an Online Portfolio is Important?</a> -->
<p>
</section>
<!-- ======= blog ======= -->
<div class="credits">
Designed & Coded by <a href="https://instagram.com/themodernhacker" target="_blank">Mr. Abhishek</a>
</div>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script>
setTimeout(function () {
$('.loader_bg').fadeToggle();
}, 1500);
</script>
</body>
</html>