We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1767482 commit d938962Copy full SHA for d938962
src/routes/+page.svelte
@@ -1,6 +1,6 @@
1
<script lang="ts">
2
import { onMount } from 'svelte';
3
- const VERSION = '1.11';
+ const VERSION = '1.12';
4
5
import Card from '$lib/components/Card.svelte';
6
import News from '$lib/components/News.svelte';
@@ -97,7 +97,7 @@
97
<p>Bruce runs seamlessly on M5Stack, LilyGo, and other ESP32-based devices.</p>
98
</Card>
99
<Card size="xs">
100
- <h3 class="mt-3 mb-3 text-lg font-bold">📶 Wi-Fi Attacks</h3>
+ <h3 class="mt-3 mb-3 text-lg font-bold">📶 2.4/5Ghz Wi-Fi Attacks</h3>
101
<p>
102
Supports Evil Portal, Wardriving, EAPOL handshake capture, Deauth
103
<b><a href="https://github.com/pr3y/bruce/?tab=readme-ov-file#wifi" target="_blank">and more</a></b>.
0 commit comments