This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |
NewerOlder