This repository has been archived by the owner on Aug 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinks.py
134 lines (134 loc) · 4.24 KB
/
links.py
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
LINKS = [
{
"url": "http://sixwha1e.github.io",
"name": "sixwha1e(核桃)",
"img": "http://sixwha1e.github.io/images/avatar.jpg",
"info": "萌萌哒黑阔妹子"
},
{
"url": "https://cyto.top/",
"name": "Cytosine",
"img": "https://cyto.top/images/avatar.webp",
"info": "超级漂亮的小姐姐"
},
{
"url": "http://www.lucaroot.pw/",
"name": "Lucaroot",
"img": "",
"info": "女装大佬?"
},
{
"url": "http://www.wormfox.com",
"name": "霖雨潇枫",
"img": "",
"info": "致力於赚钱养家的bin牛"
},
{
"url": "https://magicbluech.github.io",
"name": "MagicBlue",
"img": "",
"info": "我小弟,有点逗比、天天被骂"
},
{
"url": "https://www.leavesongs.com/",
"name": "phithon",
"img": "http://tva2.sinaimg.cn/crop.0.0.200.200.180/400f4ee7jw8etapxwk1rtj205k05k0sm.jpg",
"info": "想当文人的黑客,前乌云核心白帽子,審計界領航人"
},
{
"url": "http://www.cnblogs.com/iamstudy",
"name": "Syclover-L3m0n",
"img": "https://avatars2.githubusercontent.com/u/10672574?v=3&s=460",
"info": "很流弊的一个师傅"
},
{
"url": "http://catchrabbit.cc",
"name": "恶魔焦",
"img": "",
"info": "某Web牛"
},
{
"url": "http://www.bystudent.com",
"name": "ByStudent",
"img": "http://www.bystudent.com/wp-content/uploads/2016/05/image.jpeg",
"info": "大牛,沒說的"
},
{
"url": "http://bestwing.me",
"name": "Swing",
"img": "http://oayoilchh.bkt.clouddn.com/2016/07/27/18:05:26%20",
"info": "Bin~~~~"
},
{
"url": "http://www.ycjcl.cc",
"name": "信鑫-King",
"img": "https://www.ycjcl.cc/content/images/2015/12/2015-04-29_180423-1.jpg",
"info": "反正是妥妥的大神"
},
{
"url": "https://www.hackfun.org",
"name": "4ido10n",
"img": "https://avatars1.githubusercontent.com/u/24275308?s=400&v=4",
"info": "傳說中的CTF學習交流群群主"
},
{
"url": "http://www.hazzel.cn",
"name": "Hazzel",
"img": "http://www.zhzzhz.com/wp-content/uploads/2017/04/cropped-head-copy.png",
"info": "某Web牛"
},
{
"url": "https://zhaoj.in/",
"name": "glzjin",
"img": "https://www.zhaoj.in/wp-content/uploads/2016/04/1460635478e753758d45e5fb95f465e8ceaaabe897.png",
"info": "勿忘初心,继续前行。"
},
{
"url": "http://www.yqxiaojunjie.com/",
"name": "樂清小俊傑",
"img": "",
"info": "精通各种sqli的樂师傅"
},
{
"url": "http://www.firesun.me/",
"name": "火日大菊苣",
"img": "https://avatars2.githubusercontent.com/u/13866683?v=3&s=460",
"info": "不积跬步无以至千里~無敵啊有木有"
},
{
"url": "https://www.tusdasa.net/",
"name": "zz' blog",
"img": "https://www.tusdasa.net/ICO.jpg",
"info": "吾生也有涯,而知也无涯。"
},
{
"url": "http://www.melodia.pw",
"name": "Melody",
"img": "http://1.gravatar.com/avatar/7edb2f4a0823cf89ed72b0f0a154c121?s=500&d=mm&r=g",
"info": "Keep thinking, sometimes naive"
},
{
"url": "http://www.venenof.com/",
"name": "Veneno",
"img": "http://www.venenof.com/veneno.jpeg",
"info": "The harder you struggle today, the more glorious you will be tomorrow."
},
{
"url": "http://www.cheery.win/",
"name": "Cheery",
"img": "",
"info": "什么都想学但就是很难起床"
},
{
"url": "https://crane-yuan.github.io/",
"name": "crane-yuan",
"img": "https://crane-yuan.github.io/img/avatar.jpg",
"info": "There is a staying in my going,there is a going in my staying."
},
{
"url": "https://otakekumi.github.io",
"name": "梅子酒",
"img": "https://avatars1.githubusercontent.com/u/21093155?s=400&v=4",
"info": "传说中的‘一壶梅子酒’,大佬"
}
]