Update packet cracker to version with bigger dict

This commit is contained in:
Jack Kingsman
2026-01-11 13:57:52 -08:00
parent 57bece26d2
commit c6600f350b
6 changed files with 544 additions and 544 deletions

View File

@@ -560,7 +560,7 @@ The `CrackerPanel` component provides WebGPU-accelerated brute-forcing of channe
### Features
- **Dictionary attack first**: Uses `words_alpha.txt` wordlist
- **Dictionary attack first**: Uses `words.txt` wordlist
- **GPU bruteforce**: Falls back to character-by-character search
- **Queue management**: Automatically processes new packets as they arrive
- **Auto-channel creation**: Cracked channels are automatically added to the channel list

537
frontend/dist/assets/index-C3Nga8Wp.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -13,7 +13,7 @@
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<script type="module" crossorigin src="/assets/index-DfR6hR94.js"></script>
<script type="module" crossorigin src="/assets/index-C3Nga8Wp.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CacA_plj.css">
</head>
<body>

View File

@@ -17,7 +17,7 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.562.0",
"meshcore-hashtag-cracker": "^1.4.0",
"meshcore-hashtag-cracker": "^1.5.0",
"nosleep.js": "^0.12.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
@@ -2439,9 +2439,9 @@
}
},
"node_modules/meshcore-hashtag-cracker": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/meshcore-hashtag-cracker/-/meshcore-hashtag-cracker-1.4.0.tgz",
"integrity": "sha512-CfDFueRIz6bHHdBT4yQSSrGS6JEKKn+yiw5tIHfW2tTP7LhNRo084OlURXhLk+30PVPGNNUBA2M4ZnxLZe55MQ==",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/meshcore-hashtag-cracker/-/meshcore-hashtag-cracker-1.5.0.tgz",
"integrity": "sha512-GlU7rYs40BJjzs2OCyXvMjRf8w8jZv7xJXreXds21J0mF+GNt2V9+EFNOo2YjGlFHy65xjEwoRNoTn0r/LwVeA==",
"license": "MIT",
"dependencies": {
"@michaelhart/meshcore-decoder": "^0.2.7",

View File

@@ -20,7 +20,7 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.562.0",
"meshcore-hashtag-cracker": "^1.4.0",
"meshcore-hashtag-cracker": "^1.5.0",
"nosleep.js": "^0.12.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",