This file contains 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
Blocked | mastodon.social | |
---|---|---|
Not_Blocked | alien.top | |
Blocked | pawoo.net | |
Not_Blocked | daystorm.netz.org | |
Blocked | misskey.io | |
Blocked | mstdn.jp | |
Not_Blocked | joindiaspora.com | |
Not_Blocked | baraag.net | |
Blocked | mastodon.cloud | |
Not_Blocked | pravda.me |
This file contains 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
.compose-form__publish-button-wrapper .button--block { | |
font-size: 0px; | |
} | |
.compose-form__publish-button-wrapper .button--block::after { | |
content: "Toot!"; | |
font-size: 15px; | |
vertical-align: middle; | |
color: #fff; | |
} |
This file contains 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
services: | |
sidekiq: | |
image: tootsuite/mastodon:v3.5.3 | |
cap_drop: | |
- ALL | |
redis: | |
image: redis:6-alpine | |
cap_drop: |
This file contains 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
package main | |
import ( | |
"bytes" | |
"crypto/md5" | |
"fmt" | |
"io/ioutil" | |
"log" | |
"os" | |
"strings" |
This file contains 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
blueprint: | |
name: PoC for CVE-2021-45099 | |
description: the not-a-vulnerability was patched in github.com/hassio-addons/addon-ssh v10.0.0 | |
domain: automation | |
input: | |
boolean: | |
name: Toggle | |
description: Some boolean light switch. | |
selector: | |
entity: |
This file contains 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/zsh | |
# Keycloak Vuln disclosure: https://www.soluble.ai/blog/keycloak-cve-2020-10758 | |
# | |
# LWN post about HTTP POST Content-Length DoS: https://lwn.net/Articles/418017/ | |
# | |
# Original research by Wong Onn Chee in 2010: http://www.owasp.org/images/4/43/Layer_7_DDOS.pdf | |
i=20 | |
host="http://mykeycloakinstall.example:9000" |
This file contains 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
AAA Certificate Services | |
Amazon Root CA* | |
Apple Root* | |
Apple Worldwide Developer Relations Certificate Authority | |
Baltimore CyberTrust Root | |
com.apple.kerberos.kdc | |
com.apple.systemdefault | |
COMODO Certification Authority | |
COMODO ECC Certification Authority | |
COMODO RSA Certification Authority |
This file contains 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
{ | |
"kind": "Event", | |
"apiVersion": "audit.k8s.io/v1", | |
"level": "Request", | |
"auditID": "547daa8a-bed4-33a2-7bd4-43341aab43ae", | |
"stage": "RequestReceived", | |
"requestURI": "/apis/extensions/v1beta1/namespaces/default/deployments/soluble-deployment/scale", | |
"verb": "update", | |
"user": { | |
"username": "kubernetes-admin", |
This file contains 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
#!/usr/bin/env zsh | |
# https://gist.github.com/Eriner/6be8c43d8aff8134f7d8fb547612aadf | |
filetypes=(html xml css) | |
zcomp() { | |
print "zopfli compressing ${1}" | |
for file in ./_site/**/*.${1}; do | |
zopfli --i1000 ${file} | |
done |
This file contains 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
4,5c4,5 | |
< pkgname=python-${_pkgname} | |
< pkgver=1.0 | |
--- | |
> pkgname=(python-${_pkgname} python2-${_pkgname}) | |
> pkgver=3.8.0 | |
14,15c14 | |
< provides=('python2-tqdm') | |
< conflicts=('python2-tqdm') | |
--- |
NewerOlder