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 7285c90 commit 05c5badCopy full SHA for 05c5bad
src/views/Home.vue
@@ -529,6 +529,17 @@ const RESOURCES = [
529
530
/* Conferences */
531
const CONFERENCES = [
532
+ {
533
+ "title": "ScapyCon Automotive",
534
+ "venue": "ScapyCon 2024",
535
+ "links": [
536
537
+ tooltip: "Website",
538
+ icon: mdiWeb,
539
+ link: "https://scapycon.com"
540
+ }
541
+ ]
542
+ },
543
{
544
"title": "Automotive Network Scans with Scapy",
545
"venue": "Troopers 2022",
0 commit comments