-
Notifications
You must be signed in to change notification settings - Fork 2
/
team.html
757 lines (700 loc) · 46.5 KB
/
team.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Team Members</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta charset="utf-8">
<meta name="author" content="Harry Boo">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<!-- Favicons -->
<link rel="shortcut icon" href="assets/img/logo/bi0s-favicon.png">
<link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/apple-touch-icon-114x114.png">
<!-- Load Core CSS
=====================================-->
<link rel="stylesheet" href="assets/css/core/bootstrap.css">
<link rel="stylesheet" href="assets/css/core/animate.min.css">
<!-- Load Main CSS
=====================================-->
<link rel="stylesheet" href="assets/css/main/main.css">
<link rel="stylesheet" href="assets/css/main/setting.css">
<link rel="stylesheet" href="assets/css/main/hover.css">
<!-- Load Magnific Popup CSS
=====================================-->
<link rel="stylesheet" href="assets/css/magnific/magic.min.css">
<link rel="stylesheet" href="assets/css/magnific/magnific-popup.css">
<link rel="stylesheet" href="assets/css/magnific/magnific-popup-zoom-gallery.css">
<!-- Load OWL Carousel CSS
=====================================-->
<link rel="stylesheet" href="assets/css/owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="assets/css/owl-carousel/owl.theme.css">
<link rel="stylesheet" href="assets/css/owl-carousel/owl.transitions.css">
<!-- Load Color CSS - Please uncomment to apply the color.
=====================================
<link rel="stylesheet" href="assets/css/color/blue.css">
<link rel="stylesheet" href="assets/css/color/brown.css">
<link rel="stylesheet" href="assets/css/color/cyan.css">
<link rel="stylesheet" href="assets/css/color/dark.css">
<link rel="stylesheet" href="assets/css/color/green.css">
<link rel="stylesheet" href="assets/css/color/orange.css">
<link rel="stylesheet" href="assets/css/color/purple.css">
<link rel="stylesheet" href="assets/css/color/pink.css">
<link rel="stylesheet" href="assets/css/color/red.css">
<link rel="stylesheet" href="assets/css/color/yellow.css">-->
<link rel="stylesheet" href="assets/css/color/pasific.css">
<!-- Load Fontbase Icons - Please Uncomment to use linea icons
=====================================
<link rel="stylesheet" href="assets/css/icon/linea-arrows-10.css">
<link rel="stylesheet" href="assets/css/icon/linea-basic-10.css">
<link rel="stylesheet" href="assets/css/icon/linea-basic-elaboration-10.css">
<link rel="stylesheet" href="assets/css/icon/linea-ecommerce-10.css">
<link rel="stylesheet" href="assets/css/icon/linea-music-10.css">
<link rel="stylesheet" href="assets/css/icon/linea-software-10.css">
<link rel="stylesheet" href="assets/css/icon/linea-weather-10.css">-->
<link rel="stylesheet" href="assets/css/icon/font-awesome.css">
<link rel="stylesheet" href="assets/css/icon/et-line-font.css">
<!-- Load JS
HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries
WARNING: Respond.js doesn't work if you view the page via file://
=====================================-->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".button").click(function(){
var value = $(this).attr("data-filter");
if (value == "all")
{
$(".filter").show("1000");
}
else
{
$(".filter").not("."+value).hide("1000");
$(".filter").filter("."+value).show("1000");
}
})
})
</script>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar" data-offset="100">
<!-- Navigation Area
===================================== -->
<nav class="navbar navbar-pasific navbar-op navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="index.html" onclick="parent.location='index.html'"><img src="assets/img/logo/logo-default.png" width=30px height=30px alt="logo">bi0s</a>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse navbar-right">
<ul class="nav navbar-nav mr20">
<li class="hidden"><a href="#page-top"></a></li>
<li><a href="index.html#welcome" onclick="parent.location='index.html#welcome'"">About</a></li>
<li><a href="index.html#fields" onclick="parent.location='index.html#fields'">Fields</a></li>
<li><a href="team.html" onclick="parent.location='team.html'">Team</a></li>
<li><a href="index.html#portfolioGrid" onclick="parent.location='index.html#portfolioGrid'">Mentors</a></li>
<li><a href="trainings.html" onclick="parent.location='trainings.html'">Trainings</a></li>
<li><a href="index.html#contact" onclick="parent.location='index.html#contact'">Contact</a></li>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLScpyrgwESvluonYKNnoYUVc_52CYwM0AYvcq6mSyr51fgysmA/viewform?usp=sf_link" onclick="window.open('https://bi0s.typeform.com/to/hmQhlS')">JOIN US</a></li>
</ul>
</div>
</div>
</nav>
<!-- Canvas Area
===================================== -->
<div id="team" class="bg-dark3 pt75">
<div class="container">
<!-- title and short description start -->
<div class="row">
<div class="col-md-12 text-center">
<h1 class="font-size-normal color-light">
<small class="color-pasific alpha10">Amazing Team</small>
We have a lot of Smart People
<small class="heading heading-solid center-block"></small>
</h1>
</div>
<!--- Portfolio filter buttons
===================================== -->
<section><!--main-section-start-->
<div id="containr">
<center>
<button class="button active" data-filter="all">Team bi0s</a></button><br><br>
<button class="button" data-filter="current">Current Team</button></a>
<button class="button" data-filter="girl">Girls Team</button></a>
<button class="button" data-filter="alumini">Alumni</a></button>
<button class="button" data-filter="web">Web Security</a></button><br><br>
<button class="button" data-filter="binary">Binary Exploitation</a></button>
<button class="button" data-filter="android">Android Security</a></button>
<button class="button" data-filter="reverse">Reverse Engineering</a></button>
<button class="button" data-filter="crypto">CryptoGraphy</a></button>
<button class="button" data-filter="forensics">Forensics</a></button>
<button class="button" data-filter="hardware">Hardware Security</a></button>
</center>
</div>
<div class="box filter alumini">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-pasific ">
<h5>ANIRUDH ANAND<small class="color-light alpha7">Web Application Security</small></h5>
<img src="assets/img/team/anirud.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/a0xnirudh"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/a0xnirudh?ref=br_rs"><i class="fa fa-facebook"></i></a>
<a href="https://in.linkedin.com/in/anirudhanand"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/a0xnirudh"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter alumini">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 alumini">
<div class="team team-four bg-blue">
<h5>ARJUN TU<small class="color-light alpha7">Reverse Engineering
</small></h5>
<img src="assets/img/team/arjun.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/ArjunKikz"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/TUArjun"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter alumini">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 alumini">
<div class="team team-four bg-cyan">
<h5>RAKESH PARCHURI<small class="color-light alpha7">Binary Exploitation
</small></h5>
<img src="assets/img/team/rakesh.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/Rakesh13044"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/rakesh.paruchuri.7"><i class="fa fa-facebook"></i></a>
<a href="https://in.linkedin.com/in/rakesh-paruchuri-24442992"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter alumini">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 web">
<div class="team team-four bg-green">
<h5>GOKUL KRISHNA<small class="color-light alpha7">Client Side Security</small></h5>
<img src="assets/img/team/gk.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/gkgkrishna33"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/profile.php?id=1656126990"><i class="fa fa-facebook"></i></a>
<a href="https://in.linkedin.com/pub/gokul-krishna/b9/69b/553"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/gokulkrishna01"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter android alumini">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-purple">
<h5>ABHISHEK J M<small class="color-light alpha7">Android Security</small></h5>
<img src="assets/img/team/abhishek.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/abhi_r3v0"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/abhir3v0"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/abhi-r3v0"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter alumini">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-pasific">
<h5>JAYAKRISHNA MENON<small class="color-light alpha7">Heap Based exploitation</small></h5>
<img src="assets/img/team/jk.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/jkrshnmenon"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/jkrshnmenon"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter alumini">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-cyan">
<h5>HEERAJ<small class="color-light alpha7">Sever Side Security</small></h5>
<img src="assets/img/team/heeraj.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/heerajnair"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/heeraj123"><i class="fa fa-facebook"></i></a>
<a href="https://in.linkedin.com/in/heeraj-nair-320831b9"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/h33raj"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter alumini">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-green">
<h5>SHIVKRISHNA A<small class="color-light alpha7">Memory Forensics
</small></h5>
<img src="assets/img/team/sivkrishna.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/shivnambiar1"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter alumini">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-blue">
<h5>AKHIL MAHENDRA<small class="color-light alpha7">Server Side Security</small></h5>
<img src="assets/img/team/akhil.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/Akhil_Mahendra"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/aki1197"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/th3-j0k3r"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter web current">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-purple">
<h5>ASWIN M GUPTHA<small class="color-light alpha7">Web Security
</small></h5>
<img src="assets/img/team/aswin-guptha.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/aswinmguptha"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/aswinmguptha?hc_ref=ARR0KoS3QRcfwyZtUGqGWljmmh7bBU7j4oqIP9hXAg_EdA-E0e0l2Fa1twR3v8l6DlU&fref=nf"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/aswinmguptha"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter reverse current">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-pasific">
<h5>AKSHAY AJAYAN<small class="color-light alpha7">Reverse Engineering
</small></h5>
<img src="assets/img/team/akshay.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/r00tus3r"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="https://in.linkedin.com/in/akshay-ajayan"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/r00tus3r"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter web current">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-green">
<h5>TARUNKANT GUPTA<small class="color-light alpha7">Web Exploitation
</small></h5>
<img src="assets/img/team/tarun.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/tarunkantg"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/tarunkant.gupta"><i class="fa fa-facebook"></i></a>
<a href="http://linkedin.com/in/tarunkant-g-215830129/"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/tarunkant"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter binary current">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-purple">
<h5>VIGNESH S RAO<small class="color-light alpha7">Binary Exploitation
</small></h5>
<img src="assets/img/team/vignesh.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/vigneshsrao"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter reverse current">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-pasific">
<h5>SAASTHA VASAN<small class="color-light alpha7">Reverse Engineering
</small></h5>
<img src="assets/img/team/saastha.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/saasthavasan"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter reverse current">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-cyan">
<h5>SIDDHARTH MURALEE<small class="color-light alpha7">Reverse Engineering
</small></h5>
<img src="assets/img/team/siddharth.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/Tr3x__"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/R3x"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter crypto current">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-cyan">
<h5>ASHUTOSH AHELLEYA<small class="color-light alpha7">Cryptography
</small></h5>
<img src="assets/img/team/ashtosh.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/s0rc3r3r12"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/ashutosh.ahelleya"><i class="fa fa-facebook"></i></a>
<a href="https://in.linkedin.com/in/ashutosh1206"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/ashutosh1206"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter hardware current">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-blue">
<h5>ASHWIN NAMBIAR<small class="color-light alpha7">Hardware Security
</small></h5>
<img src="assets/img/team/aswin_n.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/0xsilipwn"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/ashwin.nambiar2?ref=br_rs"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/Silipwn"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter forensics current">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-green">
<h5>KARTHIK NAMBIAR<small class="color-light alpha7">Forensics
</small></h5>
<img src="assets/img/team/karthik.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/nambiar_kartuzz"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/kartik.nambiar.9"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter web current">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-purple">
<h5>ASHWIN SHENOI<small class="color-light alpha7">Web Exploitation
</small></h5>
<img src="assets/img/team/ashwinshenoi.jpeg" alt="Ashwin_Shenoi" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/__c3rb3ru5__"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/ashwin.shenoi"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/ashwin-shenoi-714536159/"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/ashwinshenoi99"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter web current">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-pasific">
<h5>ADARSH K<small class="color-light alpha7">Web Exploitation
</small></h5>
<img src="assets/img/team/adarsh.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/adarsh_k_"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/adarsh.kunnamagalam"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/adarsh-k-706220166/"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/r4pt3r"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter web current girl">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-purple">
<h5>NIMISHA DUGYALA<small class="color-light alpha7">Web Exploitation
</small></h5>
<img src="assets/img/team/nimisha.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/nimisha_dugyala"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/nimisha.dugyala"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/nimisha-dugyala-1b3217144/"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/Nimisha17"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter web current">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-blue">
<h5>CH SANTOSH KUMAR<small class="color-light alpha7">Web Exploitation
</small></h5>
<img src="assets/img/team/santosh.jpeg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/ch_santoshkumar"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/ch.santoshkumar211"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/santosh-kumar-chejarla-ba399614b/"><i class="fa fa-linkedin"></i></a>
<a href="http://github.com/chsantoshkumar211"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter binary current">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-cyan">
<h5>VISHNU DEV TJ<small class="color-light alpha7">Binary Exploitation
</small></h5>
<img src="assets/img/team/vishnudev.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/vishnudevtj"><i class="fa fa-twitter"></i></a>
<a href="http://vishnudevtj.github.io/"><i class="fa fa-wordpress"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/vishnudevtj"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter binary current">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-green">
<h5>MAHESH HARI SHARMA<small class="color-light alpha7">Binary Exploitation
</small></h5>
<img src="assets/img/team/mahesh.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/HerMahesh"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter reverse current">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-blue">
<h5>AKUL PILLAI<small class="color-light alpha7">Reverse Engineering
</small></h5>
<img src="assets/img/team/akul.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/akulpillai"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter reverse current girl">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-blue">
<h5>AYUSHI SHARMA<small class="color-light alpha7">Reverse Engineering
</small></h5>
<img src="assets/img/team/ayushi.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/Ais2397Ayushi?s=03"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/AyUsHi.sharma23"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/ayushi-sharma-264a6210a/"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/ais2397"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter reverse current girl">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-cyan">
<h5>GEETHNA TK<small class="color-light alpha7">Reverse Engineering
</small></h5>
<img src="assets/img/team/geethna.jpeg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/GeethnaTk"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/geethna.tk.5"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/geethna-t-k-a51047166/"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/geethna/"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter crypto current">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-pasific">
<h5>SAYOOJ SAMUEL<small class="color-light alpha7">Cryptography
</small></h5>
<img src="assets/img/team/sayooj.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/sayoojsamuel"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/sayoojsamuelgreat"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="github.com/sayoojsamuel"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter crypto current">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-cyan">
<h5>VIVEK N J<small class="color-light alpha7">Cryptography
</small></h5>
<img src="assets/img/team/vivek.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/__v3ct0r__"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/vico719"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter crypto current girl">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-pasific">
<h5>SHRUTI DIXIT<small class="color-light alpha7">Cryptography
</small></h5>
<img src="assets/img/team/sruti.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="https://twitter.com/ShrutiD76057668"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/shruti-dixit-489047166"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/rudyerudite/"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter forensics current">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-green">
<h5>HARIKRISHNAN R<small class="color-light alpha7">Forensics
</small></h5>
<img src="assets/img/team/harikrishnan.jpg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/hr4hkr"><i class="fa fa-twitter"></i></a>
<a href="https://m.facebook.com/harikrishh199.hkr?ref=bookmarks"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/harikrishnan-r-aa4110169"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/hr4hkr"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter forensics current">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-blue">
<h5>ABHIRAM KUMAR<small class="color-light alpha7">Memory Forensics
</small></h5>
<img src="assets/img/team/abhiram.jpeg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/_stuxn3t"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/profile.php?id=100002667978352"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/abhiram-kumar-90026214a/"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/stuxnet999"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="box filter android current">
<div class="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<div class="team team-four bg-blue">
<h5>RAHUL SANI<small class="color-light alpha7">Android Security
</small></h5>
<img src="assets/img/team/rahul.jpeg" alt="" class="img-responsive">
<div class="team-social">
<a href="https://twitter.com/rahulsani99"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/rahul.sani.7906"><i class="fa fa-facebook"></i></a>
<a href="https://github.com/rahul-sani"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
<br><br>
</div><!-- container end -->
</div><!-- section team end -->
</section>
<!-- footer Area
============================= ======== -->
</div>
<br><br>
</div><!-- container end -->
</div><!-- section team end -->
</section>
<!--Client Area DELETED-->
<!-- footer Area
===================================== -->
<div id="footer" class="footer-two pt50 bg-black">
<!--
<div class="col-md-2 col-sm-3 col-xs-12">
<h6 class="font-montserrat text-uppercase color-dark">Social Media</h6>
</div>
-->
<div class="container-fluid pt20">
<div class="container">
<div class="row">
<center>
<div class="social social-two">
<a href="https://twitter.com/teambi0s"><i class="fa fa-twitter color-gray"></i></a>
<a href="https://www.facebook.com/teambi0s"><i class="fa fa-facebook color-gray"></i></a>
<a href="https://github.com/teambi0s"><i class="fa fa-github color-gray"></i></a>
</div><br>
<div>
<p><a href="#" style="color:white;font-size:1em;">bi0s.in</a></p>
</div>
</center>
</div><!-- row end -->
</div><!-- container end -->
</div><!-- container-fluid end -->
</div><!-- footer end -->
<!--Copyright DELETED-->
<!-- JQuery Core
=====================================-->
<script src="assets/js/core/jquery.min.js"></script>
<script src="assets/js/core/bootstrap.min.js"></script>
<!-- Magnific Popup
=====================================-->
<script src="assets/js/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="assets/js/magnific-popup/magnific-popup-zoom-gallery.js"></script>
<!-- Progress Bars
=====================================-->
<script src="assets/js/progress-bar/bootstrap-progressbar.js"></script>
<script src="assets/js/progress-bar/bootstrap-progressbar-main.js"></script>
<!-- Text Rotator
=====================================-->
<script src="assets/js/text-rotator/jquery.simple-text-rotator.min.js"></script>
<!-- Particle JS
=====================================-->
<script src="assets/js/particle/particles.min.js"></script>
<script src="assets/js/particle/particles.main1.js"></script>
<!-- JQuery Main
=====================================-->
<script src="assets/js/main/jquery.appear.js"></script>
<script src="assets/js/main/isotope.pkgd.min.js"></script>
<script src="assets/js/main/parallax.min.js"></script>
<script src="assets/js/main/jquery.countTo.js"></script>
<script src="assets/js/main/owl.carousel.min.js"></script>
<script src="assets/js/main/jquery.sticky.js"></script>
<script src="assets/js/main/imagesloaded.pkgd.min.js"></script>
<script src="assets/js/main/main.js"></script>
</body>
</html>