├── .gitignore ├── LICENSE ├── README.md └── slides ├── BHUS23.pdf ├── Blackhat_EU_21.pdf ├── Counterfit_BH_Arsenal_21.pdf ├── Counterfit_WWHF.pdf ├── DerbyCon19.pdf ├── Scheming_with_Machines_BSidesLV_19.pdf ├── Screen Doors on Battleships.pdf └── bsides_slc_20.pdf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moohax/Talks/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moohax/Talks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moohax/Talks/HEAD/README.md -------------------------------------------------------------------------------- /slides/BHUS23.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moohax/Talks/HEAD/slides/BHUS23.pdf -------------------------------------------------------------------------------- /slides/Blackhat_EU_21.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moohax/Talks/HEAD/slides/Blackhat_EU_21.pdf -------------------------------------------------------------------------------- /slides/Counterfit_BH_Arsenal_21.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moohax/Talks/HEAD/slides/Counterfit_BH_Arsenal_21.pdf -------------------------------------------------------------------------------- /slides/Counterfit_WWHF.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moohax/Talks/HEAD/slides/Counterfit_WWHF.pdf -------------------------------------------------------------------------------- /slides/DerbyCon19.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moohax/Talks/HEAD/slides/DerbyCon19.pdf -------------------------------------------------------------------------------- /slides/Scheming_with_Machines_BSidesLV_19.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moohax/Talks/HEAD/slides/Scheming_with_Machines_BSidesLV_19.pdf -------------------------------------------------------------------------------- /slides/Screen Doors on Battleships.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moohax/Talks/HEAD/slides/Screen Doors on Battleships.pdf -------------------------------------------------------------------------------- /slides/bsides_slc_20.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moohax/Talks/HEAD/slides/bsides_slc_20.pdf --------------------------------------------------------------------------------