├── BSides_Dublin_2021 └── README.md ├── BSides_Mesh21 └── README.md ├── Bsides_delhi_2020_Fuzzing_workshop ├── BsidesDelhi_2020_Hardik.pdf └── README.md ├── Defcon30 ├── README.md └── re ├── Grayhat2020 ├── 01.Fuzzing and Vulnerabilities.pdf ├── 02.Fuzzing with AFL.pdf ├── 03.Fuzzing with winafl.pdf └── README.md ├── README.md ├── RSADarkArtsVillage2022 └── README.md └── TexasCyberSummit2021 └── README.md /BSides_Dublin_2021/README.md: -------------------------------------------------------------------------------- 1 | Contents for my fuzzing workshop at BSides Dublin 2021. 2 | 3 | its available at http://fuzzing.in 4 | -------------------------------------------------------------------------------- /BSides_Mesh21/README.md: -------------------------------------------------------------------------------- 1 | Slides and materials for BSidesMesh21. 2 | 3 | its available at http://fuzzing.in 4 | -------------------------------------------------------------------------------- /Bsides_delhi_2020_Fuzzing_workshop/BsidesDelhi_2020_Hardik.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hardik05/Conferences/ce473ccaafd954c2fae960e2ecbb94a004a2afba/Bsides_delhi_2020_Fuzzing_workshop/BsidesDelhi_2020_Hardik.pdf -------------------------------------------------------------------------------- /Bsides_delhi_2020_Fuzzing_workshop/README.md: -------------------------------------------------------------------------------- 1 | materials for my bsides delhi 2020 fuzzing workshop. 2 | -------------------------------------------------------------------------------- /Defcon30/README.md: -------------------------------------------------------------------------------- 1 | all the contents for my defcon30 workshop are available here: http://fuzzing.in 2 | -------------------------------------------------------------------------------- /Defcon30/re: -------------------------------------------------------------------------------- 1 | My defcon30 workshop on fuzzing contents. 2 | -------------------------------------------------------------------------------- /Grayhat2020/01.Fuzzing and Vulnerabilities.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hardik05/Conferences/ce473ccaafd954c2fae960e2ecbb94a004a2afba/Grayhat2020/01.Fuzzing and Vulnerabilities.pdf -------------------------------------------------------------------------------- /Grayhat2020/02.Fuzzing with AFL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hardik05/Conferences/ce473ccaafd954c2fae960e2ecbb94a004a2afba/Grayhat2020/02.Fuzzing with AFL.pdf -------------------------------------------------------------------------------- /Grayhat2020/03.Fuzzing with winafl.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hardik05/Conferences/ce473ccaafd954c2fae960e2ecbb94a004a2afba/Grayhat2020/03.Fuzzing with winafl.pdf -------------------------------------------------------------------------------- /Grayhat2020/README.md: -------------------------------------------------------------------------------- 1 | Materials for my windows and linux fuzzing workshop at grayhat 2020 conference. 2 | 3 | **video here** -> https://www.youtube.com/watch?v=m7tJkeW6H58 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Conferences 2 | My conference presentations and Materials for them. 3 | -------------------------------------------------------------------------------- /RSADarkArtsVillage2022/README.md: -------------------------------------------------------------------------------- 1 | Video recording is available here: 2 | https://www.youtube.com/watch?v=5utmCSYgDJE&t=713s 3 | -------------------------------------------------------------------------------- /TexasCyberSummit2021/README.md: -------------------------------------------------------------------------------- 1 | Material for Texas Cyber Summit 2021. 2 | 3 | Contents are available here: http://fuzzing.in/ 4 | 5 | video is available here: https://www.youtube.com/watch?v=7zalwpE5nN4 6 | 7 | --------------------------------------------------------------------------------