Skip to content

Instantly share code, notes, and snippets.

View rmoriz's full-sized avatar
🎭
Everything counts in large amounts

rmoriz

🎭
Everything counts in large amounts
View GitHub Profile
@rmoriz
rmoriz / 1-README.MD
Last active October 1, 2021 12:33
cacert.pem without expired certificate, workaround for OpenSSL 1.0.2, see https://www.openssl.org/blog/blog/2021/09/13/LetsEncryptRootCertExpire/

The expired, offending intermediate cert was removed from curl's cacert.pem, you can now simply download and use this:

wget https://curl.se/ca/cacert.pem -O cacert.pem
@rmoriz
rmoriz / crash.log
Created May 13, 2021 13:18
Photoshop 2021 crashing on start
Process: Adobe Photoshop 2021 [8595]
Path: /Applications/Adobe Photoshop 2021/Adobe Photoshop 2021.app/Contents/MacOS/Adobe Photoshop 2021
Identifier: com.adobe.Photoshop
Version: 22.3.1 (22.3.1)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Adobe Photoshop 2021 [8595]
User ID: 501
Date/Time: 2021-05-13 15:17:38.337 +0200
@rmoriz
rmoriz / brew-install-ffmpeg-with-all-options.sh
Created November 22, 2019 22:33 — forked from rileyjshaw/brew-install-ffmpeg-with-all-options.sh
2019-10-07: Install ffmpeg with all options on MacOS using Homebrew
brew cask install xquartz
brew install amiaopensource/amiaos/decklinksdk
brew tap homebrew-ffmpeg/ffmpeg
brew install homebrew-ffmpeg/ffmpeg/ffmpeg $(brew options homebrew-ffmpeg/ffmpeg/ffmpeg --compact)
@rmoriz
rmoriz / atg.txt
Last active April 12, 2019 00:54
Vulnerable gas stations in Germany
bts1-334dec597811b6c.static.premium-sdsl.netbone.de
nc bts1-334dec597811b6c.static.premium-sdsl.netbone.de 10001
^AI20100
I20100
12.04.19 00:53
Bavaria Tankstelle OHG
Treffpunkt Feine-Geister
@rmoriz
rmoriz / _etc_init.d_rcS
Created March 3, 2019 01:34
Chinese Webcam
#! /bin/sh
/bin/mount -a
echo "
##############################
# #
# GWELL IPC SYSTEM #
# #
##############################
Building in Docker Cloud's infrastructure...
Cloning into '.'...
Warning: Permanently added the RSA host key for IP address '192.30.253.113' to the list of known hosts.
Reset branch 'master'
Your branch is up-to-date with 'origin/master'.
Executing post_checkout hook...
🔵 post_checkout
Docker version 17.06.2-ee-6, build e75fdb8
✅ Install qemu + binfmt support
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
@rmoriz
rmoriz / build.sh
Last active January 20, 2019 14:52
rpi0W nexmon
#!/bin/sh
set -e
sudo apt-get install -y git gawk qpdf adb flex bison checkinstall libgmp3-dev tcpdump raspberrypi-kernel-headers
git clone https://github.com/seemoo-lab/nexmon.git
cd nextmon
cd buildtools/isl-0.10
@rmoriz
rmoriz / script.sh
Last active September 19, 2023 02:04
build rtl8812au driver running Raspbian on Raspberry Pi 3 and Zero (both tested, should work on all)
#!/bin/sh
mkdir -p /tmp/rtl8812au
cd /tmp/rtl8812au
apt-get install -y \
git \
dkms \
raspberrypi-kernel-headers \
raspberrypi-kernel
@rmoriz
rmoriz / desc.md
Last active October 25, 2023 12:21
WireGuard Key Generation (wg genkey)

wg genkey / pubkey

wg genkey
qJvFeHHuffBaPWx4veJGQqXw6j5zdo5cSOaBd1Z0Km4=


echo 'qJvFeHHuffBaPWx4veJGQqXw6j5zdo5cSOaBd1Z0Km4=' | wg pubkey
knL56pMLtyQVyZXOd9m2vEeOopPtbv4tMSU0ctBvGQo=