I hereby claim:
- I am thegroundzero on github.
- I am sequr (https://keybase.io/sequr) on keybase.
- I have a public key ASB95OjvR5seIgCuBpXpfmVv4uv3fSNEgVXc76ofXJAk7Ao
To claim this, I am signing this object:
| #!/bin/bash | |
| # Script by TheGroundZero (@DezeStijn) | |
| # | |
| # https://sequr.be/blog/2020/06/gitlab-unauthenticated-group-and-project-enumeration/ | |
| # https://gist.github.com/TheGroundZero/ea067760fd6c3854238f098cb075bf96 | |
| # | |
| # Using a difference in behaviour by Gitlab in setting cookies | |
| # it's possible to enumerate/bruteforce groups/projects | |
| # as an unauthenticated user. |
| # Script by TheGroundZero (@DezeStijn) | |
| # | |
| # This payload generator generates valid Belgian Social Security Numbers | |
| # This SSN (rijksregisternummer) is formatted as yy.mm.dd-counter-check | |
| # yy, mm and dd are the date of birth | |
| # counter is a 3 digit number, which counts the births per day (uneven number for men and even for women) | |
| # check is a 2 digit validation number based on the previous digits | |
| # | |
| # You can provide a "seed" to the generator to set a static birth date. | |
| # This will result in a random generation of the counter and check values. |
| remote: | |
| - platform: broadlink | |
| host: 192.168.xxx.xxx | |
| mac: 'ab:cd:ef:12:34:56': | |
| switch: | |
| - platform: broadlink | |
| host: 192.168.xxx.xxx | |
| mac: 'ab:cd:ef:12:34:56' | |
| switches: |
| # configuration.yaml | |
| remote: | |
| - platform: broadlink | |
| host: 192.168.xx.xx | |
| mac: 'ab:cd:ef:12:34:45' | |
| switch: !include_dir_merge_list switches/ | |
| webostv: | |
| name: LG WebOS TV |
| # Shelly 2.5 | |
| # Roller Mode | |
| # Based on https://shelly-api-docs.shelly.cloud/?shell#shelly2-5-mqtt | |
| # And https://www.home-assistant.io/integrations/cover.mqtt/ | |
| cover: | |
| - platform: mqtt | |
| name: Rolling Shutters | |
| command_topic: shellies/shellyswitch25-<deviceid>/roller/0/command # rc, open, close and stop | |
| state_topic: shellies/shellyswitch25-<deviceid>/roller/0 # open, close, stop |
| [{ | |
| "id": "cb290db1.265c48", | |
| "type": "subflow", | |
| "name": "Notify", | |
| "info": "", | |
| "category": "", | |
| "in": [{ | |
| "x": 40, | |
| "y": 100, | |
| "wires": [{ |
| [{ | |
| "id": "cff3f2b8.ed05c8", | |
| "type": "tab", | |
| "label": "Vuilnis ophaling", | |
| "disabled": false, | |
| "info": "" | |
| }, { | |
| "id": "3653f0c5.b43408", | |
| "type": "inject", | |
| "z": "cff3f2b8.ed05c8", |
| [{ | |
| "id": "2489ff2a.b70c5", | |
| "type": "subflow", | |
| "name": "Rhasspy announcement", | |
| "info": "", | |
| "category": "", | |
| "in": [{ | |
| "x": 40, | |
| "y": 60, | |
| "wires": [{ |
I hereby claim:
To claim this, I am signing this object:
| # Board: https://www.aliexpress.com/item/32807887667.html | |
| # FTDI flasher: https://www.aliexpress.com/item/32650148276.html | |
| # Use 3.3V from FTDI for flashing | |
| # Use 5V 1A+ power supply for powering the board | |
| substitutions: | |
| esphome_name: espcam_example | |
| camera_name: Camera example | |
| esphome: |