├── GoPro_Default_Password_Generator_Konrad_Iturbe.md ├── GoPro_Request.txt ├── README.md ├── code ├── Bluetooth_Password_Change.py ├── Bluetooth_Password_Fetch.py ├── Calculate_Guess.go ├── Generate_Password.py ├── GoPro_Password_Change.sh ├── nmcli_util.sh ├── requirements.txt └── sportslist.txt ├── images ├── Bluetooth_Step_1.png ├── Bluetooth_Step_2.png ├── Bluetooth_Step_3.jpg ├── Password_Shown_Pairing_Step.jpg ├── password_generated1.jpg └── password_generated2.jpg ├── out └── gen_passwd_linux_x86_64 └── videos ├── BT_Demo_720p.mp4 └── Password_Generation.mp4 /GoPro_Default_Password_Generator_Konrad_Iturbe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KonradIT/GoProWirelessPassword/HEAD/GoPro_Default_Password_Generator_Konrad_Iturbe.md -------------------------------------------------------------------------------- /GoPro_Request.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KonradIT/GoProWirelessPassword/HEAD/GoPro_Request.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | GoPro_Default_Password_Generator_Konrad_Iturbe.md -------------------------------------------------------------------------------- /code/Bluetooth_Password_Change.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KonradIT/GoProWirelessPassword/HEAD/code/Bluetooth_Password_Change.py -------------------------------------------------------------------------------- /code/Bluetooth_Password_Fetch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KonradIT/GoProWirelessPassword/HEAD/code/Bluetooth_Password_Fetch.py -------------------------------------------------------------------------------- /code/Calculate_Guess.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KonradIT/GoProWirelessPassword/HEAD/code/Calculate_Guess.go -------------------------------------------------------------------------------- /code/Generate_Password.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KonradIT/GoProWirelessPassword/HEAD/code/Generate_Password.py -------------------------------------------------------------------------------- /code/GoPro_Password_Change.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KonradIT/GoProWirelessPassword/HEAD/code/GoPro_Password_Change.sh -------------------------------------------------------------------------------- /code/nmcli_util.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KonradIT/GoProWirelessPassword/HEAD/code/nmcli_util.sh -------------------------------------------------------------------------------- /code/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KonradIT/GoProWirelessPassword/HEAD/code/requirements.txt -------------------------------------------------------------------------------- /code/sportslist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KonradIT/GoProWirelessPassword/HEAD/code/sportslist.txt -------------------------------------------------------------------------------- /images/Bluetooth_Step_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KonradIT/GoProWirelessPassword/HEAD/images/Bluetooth_Step_1.png -------------------------------------------------------------------------------- /images/Bluetooth_Step_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KonradIT/GoProWirelessPassword/HEAD/images/Bluetooth_Step_2.png -------------------------------------------------------------------------------- /images/Bluetooth_Step_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KonradIT/GoProWirelessPassword/HEAD/images/Bluetooth_Step_3.jpg -------------------------------------------------------------------------------- /images/Password_Shown_Pairing_Step.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KonradIT/GoProWirelessPassword/HEAD/images/Password_Shown_Pairing_Step.jpg -------------------------------------------------------------------------------- /images/password_generated1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KonradIT/GoProWirelessPassword/HEAD/images/password_generated1.jpg -------------------------------------------------------------------------------- /images/password_generated2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KonradIT/GoProWirelessPassword/HEAD/images/password_generated2.jpg -------------------------------------------------------------------------------- /out/gen_passwd_linux_x86_64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KonradIT/GoProWirelessPassword/HEAD/out/gen_passwd_linux_x86_64 -------------------------------------------------------------------------------- /videos/BT_Demo_720p.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KonradIT/GoProWirelessPassword/HEAD/videos/BT_Demo_720p.mp4 -------------------------------------------------------------------------------- /videos/Password_Generation.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KonradIT/GoProWirelessPassword/HEAD/videos/Password_Generation.mp4 --------------------------------------------------------------------------------