Skip to content

Instantly share code, notes, and snippets.

@josephril
josephril / README.md
Created December 14, 2022 13:15 — forked from mrbar42/README.md
Secured HLS setup with Nginx as media server

Secured HLS setup with Nginx as media server

This example is part of this article.

This is an example for an HLS delivery with basic security. Nginx compiled with nginx-rtmp-module & secure-link is used as media server. Features:

  • Domain filtering
  • Referrer filtering
  • Embed buster
@josephril
josephril / tunnel.md
Created August 19, 2022 13:57 — forked from grantpullen/tunnel.md
tunnel ssh shuttle

author: Grey-Matter

Pivoting And Port Forwarding

Forwarding and Pivoting can be a confusing topic. I still get headache's sometimes trying to keep track of what i did to get to this port, and how im gonna get a reverse shell back to that subnet and whatnot. This is just a quick writeup attempting to show the differences in the main types of forwards and pivots, as well as what works for me.

For the purpose of this tut, im gonna set a few static ip's that ill stick with til the end

LHOST = 192.168.1.1

@josephril
josephril / install-ffmpeg-with-decklink-support-ubuntu-18.04-server.md
Last active August 30, 2022 07:40 — forked from afriza/install-ffmpeg-with-decklink-support-ubuntu-18.04-server.md
Compiling and installing `ffmpeg` with Decklink SDK on Ubuntu 18.04 Server