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 5e2d477 commit bfc49baCopy full SHA for bfc49ba
src/views/Home.vue
@@ -295,7 +295,7 @@ const quote = computed(() => {
295
/* Demo code */
296
const DEMO_CODE = `\
297
$ sudo scapy -H
298
-Welcome to Scapy (2.5.0)
+Welcome to Scapy (` + version + `)
299
<span class="text-blue">>>></span> pkt = Ether()/IP(dst=<span class="text-orange">"github.com"</span>)/ICMP()
300
<span class="text-blue">>>></span> resp = srp1(pkt, iface=<span class="text-orange">"eth0"</span>, timeout=1)
301
Begin emission:
0 commit comments