diff --git a/community/list.json b/community/list.json new file mode 100644 index 0000000..f111afb --- /dev/null +++ b/community/list.json @@ -0,0 +1,26 @@ +[ + {"name": "DEFCON", + "month":"July", + "location":"Las Vegas, Nevada", + "country": "USA", + "link": "https://www.defcon.org/" + }, + {"name": "BSides SF", + "month":"April", + "location":"San Francisco, CA", + "country": "USA", + "link": "https://bsidessf.org/" + }, + {"name": "WiCyS Conference", + "month":"March", + "location":"Chicago, IL", + "country": "USA", + "link": "https://www.wicys.net/" + }, + {"name": "ShellCon", + "month":"October", + "location":"Los Angeles, CA", + "country": "USA", + "link": "https://shellcon.io/" + } + ] diff --git a/community/search.html b/community/search.html new file mode 100644 index 0000000..41205e4 --- /dev/null +++ b/community/search.html @@ -0,0 +1,59 @@ + + + + + + + + js-tutorials.com : live json search + + +
+

Search Conferences

+

Name, Month, Location, or Country

+ +
+
+ +
+
+
+ +
+ + + \ No newline at end of file diff --git a/index.md b/index.md index 517232a..636eb8f 100644 --- a/index.md +++ b/index.md @@ -2,5 +2,7 @@ - ## [Reverse Engineering Malware 101](https://securedorg.github.io/RE101/) ## - ## [Reverse Engineering Malware 102](https://securedorg.github.io/RE102/) ## - ## [2017 Flare-On Challenge Walk Through](https://securedorg.github.io/flareon4/) ## -# About +# About # - ## [Blogs, Slides, Whitepapers](https://securedorg.github.io/content/) ## +# Resources # +- ## [Community Conference Search](https://securedorg.github.io/community/search.html) ##