-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
35 lines (34 loc) · 1.47 KB
/
index.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
<html>
<head>
<title>Y5neKO的在线工具</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css">
<style>
#container {
width: 90%;
overflow:auto;
margin: 0 auto;
}
</style>
</head>
<body id="container">
<center>
<h1 id="container">Y5neKO's在线工具</h1>
<br>
<a href="./CyberChef"><button class="btn-1">CyberChef-高级编码分析工具</button></a>
<a href="./bin_QR"><button class="btn-2">二进制转二维码</button></a>
<a href="./edcode"><button class="btn-3">在线加解密</button></a>
<a href="./bacon"><button class="btn-4">培根密码(BUG)</button></a>
<a href="./brainfuck"><button class="btn-5">brainfuck/Ook!加解密</button></a>
<a href="./jsfuck"><button class="btn-1">jsfuck加解密</button></a>
<a href="./base64_image"><button class="btn-2">base64转图片</button></a>
<a href="./NTLM"><button class="btn-3">NTLM加密计算器</button></a>
<a href="./enigma"><button class="btn-4">Enigma加解密</button></a>
<a href="./get_AV"><button class="btn-5">Windows杀软进程分析</button></a>
<br>
<br>
<a>待添加</a><br>
<a>可以联系我投稿在线工具 1727058834@qq.com</a><br>
</center>
</body>
</html>