From d96213cdbdcc0ed64cd69a23798ff6d91584bfcc Mon Sep 17 00:00:00 2001 From: coelner Date: Sun, 7 May 2023 11:33:02 +0200 Subject: [PATCH] minor --- firmware_sammelbecken.md | 54 ++++++++++++++++++++++++++++++++++++++-- networking.md | 15 +++++++++++ openwrt-selfbuild.md | 8 +++--- windows_hardening.md | 1 + 4 files changed, 71 insertions(+), 7 deletions(-) create mode 100644 networking.md diff --git a/firmware_sammelbecken.md b/firmware_sammelbecken.md index b535b26..63a5699 100644 --- a/firmware_sammelbecken.md +++ b/firmware_sammelbecken.md @@ -1,4 +1,4 @@ - Willkommen im Wiki. +ha Willkommen im Wiki. Hier wird ein Sammelsurium angelegt, welches Snippets für alles enthält, was mir über den Weg läuft. #### TS100 soldering iron @@ -21,6 +21,48 @@ VoLTE sowie WiFiCall kann erst mit neuem Update kommen, da der APN von 07 auf 03 ``` [Nachweis VoLTE](https://forums.lenovo.com/t5/Moto-X4/VoLTE-on-ALDI-TALK/m-p/4228082) + +##### bootloader unlock +disable USB3 +https://www.reddit.com/r/LineageOS/comments/gofxb6/fastboot_oem_get_unlock_data_outputs_nothing/ + + +``` +sudo mfastboot oem 'get_unlock_data' +... +(bootloader) Unlock data: +(bootloader) 3A65150608772667#5A593232344839 +(bootloader) 44324D006D6F746F2078340000#AA84 +(bootloader) 541345CCD69E97EE7882B62DEF550E9 +(bootloader) 811B9#900E428D00000000000000000 +(bootloader) 0000000 +OKAY [ 0.014s] +finished. total time: 0.014s + +3A65150608772667#5A59323234483944324D006D6F746F2078340000#AA84541345CCD69E97EE7882B62DEF550E9811B9#900E428D000000000000000000000000 +``` +https://en-us.support.motorola.com/cc/productRegistration/unlockPhone/3A65150608772667/900E428D000000000000000000000000/AA84541345CCD69E97EE7882B62DEF550E9811B9/?rad=Yes + +``` +fastboot oem 'unlock LCGYFJAJE2SSWYAG36FG' +(bootloader) *************************************** +(bootloader) WARNING: This command erases user data! +(bootloader) WARNING: This command voids warranty! +(bootloader) Please re-run this command to confirm. +(bootloader) *************************************** +OKAY [ 0.001s] +Finished. Total time: 0.001s +✔ [19:09|koelner@koelner-think ~]$ fastboot oem 'unlock LCGYFJAJE2SSWYAG36FG' +FAILED (remote: 'unknown command') +fastboot: error: Command failed +✔ [19:09|koelner@koelner-think ~]$ fastboot oem 'unlock LCGYFJAJE2SSWYAG36FG' +(bootloader) Bootloader is unlocked! +OKAY [ 1.448s] +Finished. Total time: 1.448s +``` + +https://wiki.lineageos.org/devices/payton/install + #### Odroid HC1 sdcard handling Mirror second bootstage `dd if=/dev/mmcblk0 of=/dev/sdc bs=512 count=8192` @@ -143,4 +185,12 @@ Backup 2. Download the MateView GT HwMateViewGT-CAA Audio Firmware 1.0.zip at https://consumer.huawei.com/my/support/monitors/mateview-gt/ 3. To download the firmware update tool, may visit https://drive.google.com/drive/folders/1j5reoECesfaabvKl_GtARPwlVXf6fLoB 4. Place the decompressed HwMateViewGT-CAA Audio Firmware 1.0.fwu and the update tool SophiaFwUpd.exe in the same folder. Double-click MateViewGT_Update.bat in the folder to start updating the firmware. Alternatively, press Shift while right-clicking the folder to open the Powershell window. In the displayed Powershell window, run .\SophiaFwUpd.exe -i ‘.\HwMateViewGT-CAA Audio Firmware 1.0.fwu’ -v 0x12d1 –p 0x10b6 and press Enter to start updating the firmware. During the update, do not remove the power cable or signal cable and keep the monitor in projection mode. - 5. The message "Firmware update SUCC." will be displayed after the execution is complete. The message "Please restart monitor." indicates that the audio firmware update is successful. Restart the monitor and try again. \ No newline at end of file + 5. The message "Firmware update SUCC." will be displayed after the execution is complete. The message "Please restart monitor." indicates that the audio firmware update is successful. Restart the monitor and try again. + + +#### wellue pulsoximeter +https://github.com/zh2x/BCI_Protocol/ +https://pastebin.com/QTeAA3jv +https://github.com/sza2/viatom_pc60fw/ +https://anaesthetics.app/blog/posts/2020/bluetooth/ +https://github.com/anaestheticsapp/bluetooth/ \ No newline at end of file diff --git a/networking.md b/networking.md new file mode 100644 index 0000000..846500e --- /dev/null +++ b/networking.md @@ -0,0 +1,15 @@ +## networking + +#### CAA desec.io +``` + + +#!/usr/bin/env bash #get rrset #curl -X GET https://desec.io/api/v1/domains/\[domain}/rrsets/ \ + +# --header "Authorization: Token {toke}" | jq + +#echo '{"subname": "", "type": "CAA", "ttl": 3600, "records": \[ "0 issue "letsencrypt.org"" \]}' | curl -X POST https://desec.io/api/v1/domains/{domain}/rrsets/ --header "Authorization: Token {token}" --header "Content-Type: application/json" --data @- | jq + +curl -X GET https://desec.io/api/v1/domains/{domain}/rrsets/?type=CAA +--header "Authorization: Token {token}" | jq +``` \ No newline at end of file diff --git a/openwrt-selfbuild.md b/openwrt-selfbuild.md index 284dcef..1a5f186 100644 --- a/openwrt-selfbuild.md +++ b/openwrt-selfbuild.md @@ -142,9 +142,9 @@ wget-ssl curl wireguard-tools fwknopd -fwknop +#fwknop mosquitto-client-ssl -mosquitto-ssl +#mosquitto-ssl stubby wpad-wolfssl @@ -167,7 +167,7 @@ luci-app-upnp luci-app-wireguard luci-app-wol luci-app-fwknopd -luci-app-mosquitto +#luci-app-mosquitto luci-proto-wireguard blkid @@ -180,9 +180,7 @@ kmod-nls-cp850 kmod-nls-iso8859-1 kmod-nls-utf8 kmod-loop -# kmod-fs-ext4 kmod-fs-vfat -# kmod-fs-exfat kmod-usb-serial kmod-usb-serial-ch341 kmod-usb-serial-cp210x diff --git a/windows_hardening.md b/windows_hardening.md index e91d955..b71b56f 100644 --- a/windows_hardening.md +++ b/windows_hardening.md @@ -1,6 +1,7 @@ ## Windows Hardening ref: https://github.com/carlospolop/PEASS-ng +ref: https://github.com/ hardeningKitty/ ### Bitlocker PIN