├── Code ├── Control │ ├── LICENSE.txt │ ├── Readme.txt │ └── main.py └── Victim │ └── SW_AES.uf2 ├── Images ├── FIreFIght_Demo_Finished.png ├── FireFightMini.heic └── FireFightMini.jpg ├── Presentation ├── Roll your own vulnerabilities V1.0 Notes.pdf ├── Roll your own vulnerabilities V1.0.pdf └── Roll your own vulnerabilities V1.0.pptx ├── ReadMe.md └── pcb ├── FireFightmini_Schematic_V01.pdf ├── ReadMe.md ├── assembly ├── FireFightMiniV01-BOM_JLCSMT.xlsx └── FireFightMiniV01-CPL_JLCSMT.xlsx ├── gerber └── FireFightMiniV01GerberFiles.zip └── pictures ├── JLCPCBAssemblySaveToCart.jpg ├── JLCPCBAssemblySlider.jpg ├── JLCPCBBillOfMaterials.jpg ├── JLCPCBMainSiteDragGerber.jpg ├── JLCPCBPlacement.jpg ├── JLCPCBProcessBOM_CPL.jpg ├── JLCPCBSaveToCart.jpg ├── JLCPCBSecureCheckout.jpg └── JLCPCBShipping.jpg /Code/Control/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/Code/Control/LICENSE.txt -------------------------------------------------------------------------------- /Code/Control/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/Code/Control/Readme.txt -------------------------------------------------------------------------------- /Code/Control/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/Code/Control/main.py -------------------------------------------------------------------------------- /Code/Victim/SW_AES.uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/Code/Victim/SW_AES.uf2 -------------------------------------------------------------------------------- /Images/FIreFIght_Demo_Finished.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/Images/FIreFIght_Demo_Finished.png -------------------------------------------------------------------------------- /Images/FireFightMini.heic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/Images/FireFightMini.heic -------------------------------------------------------------------------------- /Images/FireFightMini.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/Images/FireFightMini.jpg -------------------------------------------------------------------------------- /Presentation/Roll your own vulnerabilities V1.0 Notes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/Presentation/Roll your own vulnerabilities V1.0 Notes.pdf -------------------------------------------------------------------------------- /Presentation/Roll your own vulnerabilities V1.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/Presentation/Roll your own vulnerabilities V1.0.pdf -------------------------------------------------------------------------------- /Presentation/Roll your own vulnerabilities V1.0.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/Presentation/Roll your own vulnerabilities V1.0.pptx -------------------------------------------------------------------------------- /ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/ReadMe.md -------------------------------------------------------------------------------- /pcb/FireFightmini_Schematic_V01.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/pcb/FireFightmini_Schematic_V01.pdf -------------------------------------------------------------------------------- /pcb/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/pcb/ReadMe.md -------------------------------------------------------------------------------- /pcb/assembly/FireFightMiniV01-BOM_JLCSMT.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/pcb/assembly/FireFightMiniV01-BOM_JLCSMT.xlsx -------------------------------------------------------------------------------- /pcb/assembly/FireFightMiniV01-CPL_JLCSMT.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/pcb/assembly/FireFightMiniV01-CPL_JLCSMT.xlsx -------------------------------------------------------------------------------- /pcb/gerber/FireFightMiniV01GerberFiles.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/pcb/gerber/FireFightMiniV01GerberFiles.zip -------------------------------------------------------------------------------- /pcb/pictures/JLCPCBAssemblySaveToCart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/pcb/pictures/JLCPCBAssemblySaveToCart.jpg -------------------------------------------------------------------------------- /pcb/pictures/JLCPCBAssemblySlider.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/pcb/pictures/JLCPCBAssemblySlider.jpg -------------------------------------------------------------------------------- /pcb/pictures/JLCPCBBillOfMaterials.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/pcb/pictures/JLCPCBBillOfMaterials.jpg -------------------------------------------------------------------------------- /pcb/pictures/JLCPCBMainSiteDragGerber.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/pcb/pictures/JLCPCBMainSiteDragGerber.jpg -------------------------------------------------------------------------------- /pcb/pictures/JLCPCBPlacement.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/pcb/pictures/JLCPCBPlacement.jpg -------------------------------------------------------------------------------- /pcb/pictures/JLCPCBProcessBOM_CPL.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/pcb/pictures/JLCPCBProcessBOM_CPL.jpg -------------------------------------------------------------------------------- /pcb/pictures/JLCPCBSaveToCart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/pcb/pictures/JLCPCBSaveToCart.jpg -------------------------------------------------------------------------------- /pcb/pictures/JLCPCBSecureCheckout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/pcb/pictures/JLCPCBSecureCheckout.jpg -------------------------------------------------------------------------------- /pcb/pictures/JLCPCBShipping.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barsteward-bsides/FireFight/HEAD/pcb/pictures/JLCPCBShipping.jpg --------------------------------------------------------------------------------