-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (42 loc) · 2.13 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="canonical" href="https://jwt-cracker.online" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Brute-force HS256, HS384 or HS512 JWT from your browser. No installation needed. Dictionary attack or brute-force attack. Copy & Paste your JWT Token and crack it in seconds.">
<meta name="keywords" content="JWT, JWT cracker, HS256, HS384, HS512, JWT Token, cracker, brute-force, JWT bruteforce, online, browser, ripper, scraped-JWT-secrets.txt, dictionary attack">
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="JWT Online Cracker" />
<meta property="og:description" content="Brute-force HS256, HS384 or HS512 JWT Token from your browser. No installation needed." />
<meta property="og:url" content="https://jwt-cracker.online" />
<meta property="og:site_name" content="JWT Online Cracker" />
<meta property="og:image" content="https://jwt-cracker.online/preview.jpg" />
<title>JWT Online Cracker - Brute-force JWT from your browser</title>
</head>
<body>
<div id="app">
<h1 class="accent">JWT Online Cracker</h1>
<h2>
Brute-force <b>HS256</b>, <b>HS384</b> or <b>HS512</b> JWT Token from
your browser.<br />
No installation needed.<br />
<a href="#">Demo</a>,
<a
href="https://github.com/flibustier/jwt-online-cracker"
title="View source code on GitHub"
>
Code
</a>
</h2>
<p>You only need Javascript to use this application.</p>
</div>
<script type="module" src="/src/main.ts"></script>
<script async defer src="https://scripts.withcabin.com/hello.js"></script>
</body>
</html>