forked from zhuifengshaonianhanlu/pikachu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
893 lines (734 loc) · 34.6 KB
/
header.php
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
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
<?php
///**
// * Created by runner.han
// * There is nothing new under the sun
// */
ob_start();
if (!isset($PIKA_ROOT_DIR)){
$PIKA_ROOT_DIR = '';
}
//$ACTIVE = array("active open","active","","","");
if (!isset($ACTIVE)){
$SELF_PAGE = substr($_SERVER['PHP_SELF'],strrpos($_SERVER['PHP_SELF'],'/')+1);
if ($SELF_PAGE = "index.php"){
//22 title
$ACTIVE = array("active open","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","");
}
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta charset="utf-8" />
<title>Get the pikachu</title>
<meta name="description" content="overview & stats" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<!-- bootstrap & fontawesome -->
<link rel="stylesheet" href="<?php echo $PIKA_ROOT_DIR;?>assets/css/bootstrap.min.css" / >
<link rel="stylesheet" href="<?php echo $PIKA_ROOT_DIR;?>assets/font-awesome/4.5.0/css/font-awesome.min.css" />
<!-- page specific plugin styles -->
<!-- text fonts -->
<link rel="stylesheet" href="<?php echo $PIKA_ROOT_DIR;?>assets/css/fonts.googleapis.com.css" />
<!-- ace styles -->
<link rel="stylesheet" href="<?php echo $PIKA_ROOT_DIR;?>assets/css/ace.min.css" class="ace-main-stylesheet" id="main-ace-style" />
<!--[if lte IE 9]>
<link rel="stylesheet" href="<?php echo $PIKA_ROOT_DIR;?>assets/css/ace-part2.min.css" class="ace-main-stylesheet" />
<![endif]-->
<link rel="stylesheet" href="<?php echo $PIKA_ROOT_DIR;?>assets/css/ace-skins.min.css" />
<link rel="stylesheet" href="<?php echo $PIKA_ROOT_DIR;?>assets/css/ace-rtl.min.css" />
<!--[if lte IE 9]>
<link rel="stylesheet" href="<?php echo $PIKA_ROOT_DIR;?>assets/css/ace-ie.min.css" />
<![endif]-->
<!-- inline styles related to this page -->
<!-- ace settings handler -->
<script src="<?php echo $PIKA_ROOT_DIR;?>assets/js/ace-extra.min.js"></script>
<!-- HTML5shiv and Respond.js for IE8 to support HTML5 elements and media queries -->
<!--[if lte IE 8]>
<script src="<?php echo $PIKA_ROOT_DIR;?>assets/js/html5shiv.min.js"></script>
<script src="<?php echo $PIKA_ROOT_DIR;?>assets/js/respond.min.js"></script>
<![endif]-->
<script src="<?php echo $PIKA_ROOT_DIR;?>assets/js/jquery-2.1.4.min.js"></script>
<script src="<?php echo $PIKA_ROOT_DIR;?>assets/js/bootstrap.min.js"></script>
</head>
<body class="no-skin">
<div id="navbar" class="navbar navbar-default ace-save-state">
<div class="navbar-container ace-save-state" id="navbar-container">
<div class="navbar-header pull-left">
<a href="<?php echo $PIKA_ROOT_DIR;?>index.php" class="navbar-brand">
<small>
<i class="fa fa-key"></i>
Pikachu 漏洞练习平台 pika~pika~
</small>
</a>
</div>
<div class="navbar-buttons navbar-header pull-right" role="navigation">
<ul class="nav ace-nav">
<li class="light-blue dropdown-modal">
<a data-toggle="dropdown" href="#" class="dropdown-toggle">
<img class="nav-user-photo" src="<?php echo $PIKA_ROOT_DIR;?>assets/images/avatars/pikachu1.png" alt="Jason's Photo" />
<span class="user-info">
<small>欢迎</small>
骚年
</span>
</a>
</li>
</ul>
</div>
</div><!-- /.navbar-container -->
</div>
<div class="main-container ace-save-state" id="main-container">
<script type="text/javascript">
try{ace.settings.loadState('main-container')}catch(e){}
</script>
<div id="sidebar" class="sidebar responsive ace-save-state">
<script type="text/javascript">
try{ace.settings.loadState('sidebar')}catch(e){}
</script>
<ul class="nav nav-list">
<li class="<?php echo $ACTIVE[0];?>">
<a href="<?php echo $PIKA_ROOT_DIR;?>index.php">
<i class="ace-icon glyphicon glyphicon-tags"></i>
<span class="menu-text"> 系统介绍 </span>
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[1];?>">
<a href="#" class="dropdown-toggle">
<i class="ace-icon glyphicon glyphicon-lock"></i>
<span class="menu-text">
暴力破解
</span>
<b class="arrow fa fa-angle-down"></b>
</a>
<b class="arrow"></b>
<ul class="submenu">
<li class="<?php echo $ACTIVE[2];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/burteforce/burteforce.php">
<i class="menu-icon fa fa-caret-right"></i>
概述
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[3];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/burteforce/bf_form.php">
<i class="menu-icon fa fa-caret-right"></i>
基于表单的暴力破解
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[4];?>">
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/burteforce/bf_server.php">
<i class="menu-icon fa fa-caret-right"></i>
验证码绕过(on server)
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[5];?>">
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/burteforce/bf_client.php">
<i class="menu-icon fa fa-caret-right"></i>
验证码绕过(on client)
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[6];?>">
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/burteforce/bf_token.php">
<i class="menu-icon fa fa-caret-right"></i>
token防爆破?
</a>
<b class="arrow"></b>
</li>
<!-- <li class="--><?php //echo $ACTIVE[7];?><!--">-->
<!-- <a href="#" class="dropdown-toggle">-->
<!-- <i class="menu-icon fa fa-caret-right"></i>-->
<!---->
<!-- test-->
<!-- <b class="arrow fa fa-angle-down"></b>-->
<!-- </a>-->
<!---->
<!-- <b class="arrow"></b>-->
<!---->
<!-- <ul class="submenu">-->
<!-- <li class="--><?php //echo $ACTIVE[7];?><!--">-->
<!-- <a href="top-menu.html">-->
<!-- <i class="menu-icon fa fa-caret-right"></i>-->
<!-- test sun 01-->
<!-- </a>-->
<!---->
<!-- <b class="arrow"></b>-->
<!-- </li>-->
<!---->
<!-- </ul>-->
<!-- </li>-->
</ul>
</li>
<li class="<?php echo $ACTIVE[7];?>">
<a href="#" class="dropdown-toggle">
<i class="ace-icon glyphicon glyphicon-indent-left"></i>
<span class="menu-text">
Cross-Site Scripting
</span>
<b class="arrow fa fa-angle-down"></b>
</a>
<b class="arrow"></b>
<ul class="submenu">
<li class="<?php echo $ACTIVE[8];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/xss/xss.php">
<i class="menu-icon fa fa-caret-right"></i>
概述
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[9];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/xss/xss_reflected_get.php">
<i class="menu-icon fa fa-caret-right"></i>
反射型xss(get)
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[10];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/xss/xsspost/post_login.php">
<i class="menu-icon fa fa-caret-right"></i>
反射型xss(post)
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[11];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/xss/xss_stored.php">
<i class="menu-icon fa fa-caret-right"></i>
存储型xss
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[12];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/xss/xss_dom.php">
<i class="menu-icon fa fa-caret-right"></i>
DOM型xss
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[12];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/xss/xss_dom_x.php">
<i class="menu-icon fa fa-caret-right"></i>
DOM型xss-x
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[13];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/xss/xssblind/xss_blind.php">
<i class="menu-icon fa fa-caret-right"></i>
xss之盲打
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[14];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/xss/xss_01.php">
<i class="menu-icon fa fa-caret-right"></i>
xss之过滤
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[15];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/xss/xss_02.php">
<i class="menu-icon fa fa-caret-right"></i>
xss之htmlspecialchars
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[16];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/xss/xss_03.php">
<i class="menu-icon fa fa-caret-right"></i>
xss之href输出
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[17];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/xss/xss_04.php">
<i class="menu-icon fa fa-caret-right"></i>
xss之js输出
</a>
<b class="arrow"></b>
</li>
</ul>
</li>
<li class="<?php echo $ACTIVE[25];?>">
<a href="#" class="dropdown-toggle">
<i class="ace-icon glyphicon glyphicon-share"></i>
<span class="menu-text">
CSRF
</span>
<b class="arrow fa fa-angle-down"></b>
</a>
<b class="arrow"></b>
<ul class="submenu">
<li class="<?php echo $ACTIVE[26];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/csrf/csrf.php">
<i class="menu-icon fa fa-caret-right"></i>
概述
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[27];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/csrf/csrfget/csrf_get_login.php">
<i class="menu-icon fa fa-caret-right"></i>
CSRF(get)
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[28];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/csrf/csrfpost/csrf_post_login.php">
<i class="menu-icon fa fa-caret-right"></i>
CSRF(post)
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[29];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/csrf/csrftoken/token_get_login.php">
<i class="menu-icon fa fa-caret-right"></i>
CSRF Token
</a>
<b class="arrow"></b>
</li>
</ul>
</li>
<li class="<?php echo $ACTIVE[35];?>">
<a href="#" class="dropdown-toggle">
<i class="ace-icon fa fa-fighter-jet"></i>
<span class="menu-text">
SQL-Inject
</span>
<b class="arrow fa fa-angle-down"></b>
</a>
<b class="arrow"></b>
<ul class="submenu">
<li class="<?php echo $ACTIVE[36];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/sqli/sqli.php">
<i class="menu-icon fa fa-caret-right"></i>
概述
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[37];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/sqli/sqli_id.php">
<i class="menu-icon fa fa-caret-right"></i>
数字型注入(post)
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[38];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/sqli/sqli_str.php">
<i class="menu-icon fa fa-caret-right"></i>
字符型注入(get)
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[39];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/sqli/sqli_search.php">
<i class="menu-icon fa fa-caret-right"></i>
搜索型注入
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[40];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/sqli/sqli_x.php">
<i class="menu-icon fa fa-caret-right"></i>
xx型注入
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[41];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/sqli/sqli_iu/sqli_login.php">
<i class="menu-icon fa fa-caret-right"></i>
"insert/update"注入
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[42];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/sqli/sqli_del.php">
<i class="menu-icon fa fa-caret-right"></i>
"delete"注入
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[43];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/sqli/sqli_header/sqli_header_login.php">
<i class="menu-icon fa fa-caret-right"></i>
"http header"注入
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[44];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/sqli/sqli_blind_b.php">
<i class="menu-icon fa fa-caret-right"></i>
盲注(base on boolian)
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[45];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/sqli/sqli_blind_t.php">
<i class="menu-icon fa fa-caret-right"></i>
盲注(base on time)
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[46];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/sqli/sqli_widebyte.php">
<i class="menu-icon fa fa-caret-right"></i>
宽字节注入
</a>
<b class="arrow"></b>
</li>
</ul>
</li>
<li class="<?php echo $ACTIVE[50];?>">
<a href="#" class="dropdown-toggle">
<i class="ace-icon glyphicon glyphicon-pencil"></i>
<span class="menu-text">
RCE
</span>
<b class="arrow fa fa-angle-down"></b>
</a>
<b class="arrow"></b>
<ul class="submenu">
<li class="<?php echo $ACTIVE[51];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/rce/rce.php">
<i class="menu-icon fa fa-caret-right"></i>
概述
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[52];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/rce/rce_ping.php">
<i class="menu-icon fa fa-caret-right"></i>
exec "ping"
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[53];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/rce/rce_eval.php">
<i class="menu-icon fa fa-caret-right"></i>
exec "evel"
</a>
<b class="arrow"></b>
</li>
</ul>
</li>
<li class="<?php echo $ACTIVE[55];?>">
<a href="#" class="dropdown-toggle">
<i class="ace-icon glyphicon glyphicon-file"></i>
<span class="menu-text">
File Inclusion
</span>
<b class="arrow fa fa-angle-down"></b>
</a>
<b class="arrow"></b>
<ul class="submenu">
<li class="<?php echo $ACTIVE[56];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/fileinclude/fileinclude.php">
<i class="menu-icon fa fa-caret-right"></i>
概述
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[57];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/fileinclude/fi_local.php">
<i class="menu-icon fa fa-caret-right"></i>
File Inclusion(local)
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[58];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/fileinclude/fi_remote.php"">
<i class="menu-icon fa fa-caret-right"></i>
File Inclusion(remote)
</a>
<b class="arrow"></b>
</li>
</ul>
</li>
<li class="<?php echo $ACTIVE[60];?>">
<a href="#" class="dropdown-toggle">
<i class="ace-icon glyphicon glyphicon-download"></i>
<span class="menu-text">
Unsafe Filedownload
</span>
<b class="arrow fa fa-angle-down"></b>
</a>
<b class="arrow"></b>
<ul class="submenu">
<li class="<?php echo $ACTIVE[61];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/unsafedownload/unsafedownload.php">
<i class="menu-icon fa fa-caret-right"></i>
概述
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[62];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/unsafedownload/down_nba.php">
<i class="menu-icon fa fa-caret-right"></i>
Unsafe Filedownload
</a>
<b class="arrow"></b>
</li>
</ul>
</li>
<li class="<?php echo $ACTIVE[65];?>">
<a href="#" class="dropdown-toggle">
<i class="ace-icon glyphicon glyphicon-upload"></i>
<span class="menu-text">
Unsafe Fileupload
</span>
<b class="arrow fa fa-angle-down"></b>
</a>
<b class="arrow"></b>
<ul class="submenu">
<li class="<?php echo $ACTIVE[66];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/unsafeupload/upload.php">
<i class="menu-icon fa fa-caret-right"></i>
概述
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[67];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/unsafeupload/clientcheck.php">
<i class="menu-icon fa fa-caret-right"></i>
client check
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[68];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/unsafeupload/servercheck.php">
<i class="menu-icon fa fa-caret-right"></i>
MIME type
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[69];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/unsafeupload/getimagesize.php">
<i class="menu-icon fa fa-caret-right"></i>
getimagesize
</a>
<b class="arrow"></b>
</li>
</ul>
</li>
<li class="<?php echo $ACTIVE[73];?>">
<a href="#" class="dropdown-toggle">
<i class="ace-icon glyphicon glyphicon-text-height"></i>
<span class="menu-text">
Over Permission
</span>
<b class="arrow fa fa-angle-down"></b>
</a>
<b class="arrow"></b>
<ul class="submenu">
<li class="<?php echo $ACTIVE[74];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/overpermission/op.php">
<i class="menu-icon fa fa-caret-right"></i>
概述
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[75];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/overpermission/op1/op1_login.php">
<i class="menu-icon fa fa-caret-right"></i>
水平越权
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[76];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/overpermission/op2/op2_login.php">
<i class="menu-icon fa fa-caret-right"></i>
垂直越权
</a>
<b class="arrow"></b>
</li>
</ul>
</li>
<li class="<?php echo $ACTIVE[80];?>">
<a href="#" class="dropdown-toggle">
<i class="ace-icon glyphicon glyphicon-align-left"></i>
<span class="menu-text">
../../
</span>
<b class="arrow fa fa-angle-down"></b>
</a>
<b class="arrow"></b>
<ul class="submenu">
<li class="<?php echo $ACTIVE[81];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/dir/dir.php">
<i class="menu-icon fa fa-caret-right"></i>
概述
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[82];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/dir/dir_list.php">
<i class="menu-icon fa fa-caret-right"></i>
目录遍历
</a>
<b class="arrow"></b>
</li>
</ul>
</li>
<li class="<?php echo $ACTIVE[85];?>">
<a href="#" class="dropdown-toggle">
<i class="ace-icon glyphicon glyphicon-camera"></i>
<span class="menu-text">
敏感信息泄露
</span>
<b class="arrow fa fa-angle-down"></b>
</a>
<b class="arrow"></b>
<ul class="submenu">
<li class="<?php echo $ACTIVE[86];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/infoleak/infoleak.php">
<i class="menu-icon fa fa-caret-right"></i>
概述
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[87];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/infoleak/findabc.php">
<i class="menu-icon fa fa-caret-right"></i>
IcanseeyourABC
</a>
<b class="arrow"></b>
</li>
</ul>
</li>
<li class="<?php echo $ACTIVE[90];?>">
<a href="#" class="dropdown-toggle">
<i class="ace-icon glyphicon glyphicon-align-left"></i>
<span class="menu-text">
PHP反序列化
</span>
<b class="arrow fa fa-angle-down"></b>
</a>
<b class="arrow"></b>
<ul class="submenu">
<li class="<?php echo $ACTIVE[91];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/unserilization/unserilization.php">
<i class="menu-icon fa fa-caret-right"></i>
概述
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[92];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/unserilization/unser.php">
<i class="menu-icon fa fa-caret-right"></i>
PHP反序列化漏洞
</a>
<b class="arrow"></b>
</li>
</ul>
</li>
<li class="<?php echo $ACTIVE[95];?>">
<a href="#" class="dropdown-toggle">
<i class="ace-icon glyphicon glyphicon-flag"></i>
<span class="menu-text">
XXE
</span>
<b class="arrow fa fa-angle-down"></b>
</a>
<b class="arrow"></b>
<ul class="submenu">
<li class="<?php echo $ACTIVE[96];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/xxe/xxe.php">
<i class="menu-icon fa fa-caret-right"></i>
概述
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[97];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/xxe/xxe_1.php">
<i class="menu-icon fa fa-caret-right"></i>
XXE漏洞
</a>
<b class="arrow"></b>
</li>
</ul>
</li>
<li class="<?php echo $ACTIVE[100];?>">
<a href="#" class="dropdown-toggle">
<i class="ace-icon glyphicon glyphicon-repeat"></i>
<span class="menu-text">
URL重定向
</span>
<b class="arrow fa fa-angle-down"></b>
</a>
<b class="arrow"></b>
<ul class="submenu">
<li class="<?php echo $ACTIVE[101];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/urlredirect/unsafere.php">
<i class="menu-icon fa fa-caret-right"></i>
概述
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[102];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/urlredirect/urlredirect.php">
<i class="menu-icon fa fa-caret-right"></i>
不安全的URL跳转
</a>
<b class="arrow"></b>
</li>
</ul>
</li>
<li class="<?php echo $ACTIVE[105];?>">
<a href="#" class="dropdown-toggle">
<i class="ace-icon fa fa-exchange"></i>
<span class="menu-text">
SSRF
</span>
<b class="arrow fa fa-angle-down"></b>
</a>
<b class="arrow"></b>
<ul class="submenu">
<li class="<?php echo $ACTIVE[106];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/ssrf/ssrf.php">
<i class="menu-icon fa fa-caret-right"></i>
概述
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[107];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/ssrf/ssrf_curl.php">
<i class="menu-icon fa fa-caret-right"></i>
SSRF(curl)
</a>
<b class="arrow"></b>
</li>
<li class="<?php echo $ACTIVE[108];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>vul/ssrf/ssrf_fgc.php">
<i class="menu-icon fa fa-caret-right"></i>
SSRF(file_get_content)
</a>
<b class="arrow"></b>
</li>
</ul>
</li>
<li class="<?php echo $ACTIVE[120];?>">
<a href="#" class="dropdown-toggle">
<i class="ace-icon glyphicon glyphicon-cog"></i>
<span class="menu-text">
管理工具
</span>
<b class="arrow fa fa-angle-down"></b>
</a>
<b class="arrow"></b>
<ul class="submenu">
<li class="<?php echo $ACTIVE[121];?>" >
<a href="<?php echo $PIKA_ROOT_DIR;?>pkxss/index.php">
<i class="menu-icon fa fa-caret-right"></i>
XSS后台
</a>
<b class="arrow"></b>
</li>
</ul>
</li>
</ul><!-- /.nav-list -->
<div class="sidebar-toggle sidebar-collapse" id="sidebar-collapse">
<i id="sidebar-toggle-icon" class="ace-icon fa fa-angle-double-left ace-save-state" data-icon1="ace-icon fa fa-angle-double-left" data-icon2="ace-icon fa fa-angle-double-right"></i>
</div>
</div>