├── .gitmodules └── README.md /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "brOOKforce"] 2 | path = brOOKforce 3 | url = https://github.com/Ganapati/brOOKforce 4 | [submodule "github-rfpwnon"] 5 | path = github-rfpwnon 6 | url = https://github.com/exploitagency/github-rfpwnon 7 | [submodule "minka_control"] 8 | path = minka_control 9 | url = https://github.com/netik/minka_control 10 | [submodule "RF_Device_Library"] 11 | path = RF_Device_Library 12 | url = https://github.com/50L1DU5/RF_Device_Library 13 | [submodule "gr-cc1111"] 14 | path = gr-cc1111 15 | url = https://github.com/funoverip/gr-cc1111 16 | [submodule "ooktools"] 17 | path = ooktools 18 | url = https://github.com/leonjza/ooktools 19 | [submodule "rolljam"] 20 | path = rolljam 21 | url = https://github.com/alextspy/rolljam 22 | [submodule "rfcat-hcs"] 23 | path = rfcat-hcs 24 | url = https://github.com/glabmoris/rfcat-hcs 25 | [submodule "garage_brute_force"] 26 | path = garage_brute_force 27 | url = https://github.com/mewz/garage_brute_force 28 | [submodule "RfCatHelpers"] 29 | path = RfCatHelpers 30 | url = https://github.com/AndrewMohawk/RfCatHelpers 31 | [submodule "pyTPMS"] 32 | path = pyTPMS 33 | url = https://github.com/dominicgs/pyTPMS 34 | [submodule "rfm69-linux"] 35 | path = rfm69-linux 36 | url = https://github.com/contactless/rfm69-linux 37 | [submodule "rfsniffer"] 38 | path = rfsniffer 39 | url = https://github.com/contactless/rfsniffer 40 | [submodule "dot15d4_toolkit"] 41 | path = dot15d4_toolkit 42 | url = https://github.com/cutaway/dot15d4_toolkit 43 | [submodule "opensesame-yardstick"] 44 | path = opensesame-yardstick 45 | url = https://github.com/gyaresu/opensesame-yardstick 46 | [submodule "RFCrack"] 47 | path = RFCrack 48 | url = https://github.com/cclabsInc/RFCrack 49 | [submodule "The-Fonz"] 50 | path = The-Fonz 51 | url = https://github.com/notpike/The-Fonz 52 | [submodule "PandwaRF"] 53 | path = PandwaRF 54 | url = https://github.com/ComThings/PandwaRF 55 | [submodule "spectool-web"] 56 | path = spectool-web 57 | url = https://github.com/acg/spectool-web 58 | [submodule "subarufobrob"] 59 | path = subarufobrob 60 | url = https://github.com/tomwimmenhove/subarufobrob 61 | [submodule "rf-jam-replay"] 62 | path = rf-jam-replay 63 | url = https://github.com/trishmapow/rf-jam-replay 64 | [submodule "rf1101se-teensy"] 65 | path = rf1101se-teensy 66 | url = https://github.com/gyaresu/rf1101se-teensy 67 | [submodule "urh-cc1101_FEC_encode_decode_plugin"] 68 | path = urh-cc1101_FEC_encode_decode_plugin 69 | url = https://github.com/SpaceTeddy/urh-cc1101_FEC_encode_decode_plugin 70 | [submodule "beveiligen-connected-car"] 71 | path = beveiligen-connected-car 72 | url = https://github.com/gauthierdlb/beveiligen-connected-car 73 | [submodule "apimote"] 74 | path = apimote 75 | url = https://github.com/riverloopsec/apimote 76 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ism-arsenal 2 | Scripts and tools for ISM hacking 3 | --------------------------------------------------------------------------------