diff --git a/src/views/Home.vue b/src/views/Home.vue index e557e6e..d8dc181 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -529,6 +529,17 @@ const RESOURCES = [ /* Conferences */ const CONFERENCES = [ + { + "title": "ScapyCon Automotive", + "venue": "ScapyCon 2024", + "links": [ + { + tooltip: "Website", + icon: mdiWeb, + link: "http://scapycon.com" + } + ] + }, { "title": "Automotive Network Scans with Scapy", "venue": "Troopers 2022",