Skip to content

Instantly share code, notes, and snippets.

@mariotaku
mariotaku / README.md
Last active July 24, 2026 01:48
Install tailscale on webOS TV

Usage

  1. Have your TV rooted
  2. Open Terminal with SSH client or dev-manager-desktop
  3. Run curl -fsSL https://gist.githubusercontent.com/mariotaku/f7228c5459fc7ad2172a2b69dd51a4eb/raw/webosbrew-install-tailscale.sh | sh and wait for it to finish
@starkayc
starkayc / Release WAN IP on UniFi Cloud Gateway Ultra.md
Created March 26, 2025 12:58
Release WAN IP on UniFi Cloud Gateway Ultra

Enable SSH on Cloud Gateway Ultra

  1. Head to Settings > Control Plane > Console.
  2. Then under Advanded enable SSH and input a password.

Login to Cloud Gateway Ultra

  1. The username is root and the password is the one you set.
  2. Find the PID by using pidof udhcpc.
  3. Once you found the PID excute the command /bin/kill -SIGUSR2 PID which will kill the process.
  4. Verify that the interface no longer has an ip address using ip addr.
  5. Now reboot the router using reboot now.
@starkayc
starkayc / Sideload-AppleTV-Appdb.md
Created March 25, 2025 18:54
Sideload on AppleTV using Appdb

Sideloading on Apple TV using Appdb

Requirements

  • Apple TV
  • .p12 & .mobileprovision files.

Installation Guide

@JPersson77
JPersson77 / nVAppAppApp.ps1
Last active September 2, 2026 20:16
nVAppAppApp - workaround NVIDIA DLSS4 whitelisting
<# Workaround for NVIDIA's DLSS4 whitelisting
-------- WHAT IS THE BACKSTORY? --------
DLSS4 was launched alongside the RTX 5000 series and comprise several new and interesting
features, f.e. additional presets for Super Resolution, using a newer Transformer model.
Arguably these features increase image quality significantly. To various degrees these
features are also available for older RTX cards, and older games using DLSS3/2.

Unifi U6 Extender - Adoption and offline status fix

If you're experiencing a boot or adoption loop with your Unifi U6 Extender, follow this guide to resolve the issue. Most probably it was caused pushing the reset button too long and it started flashing rapidly.


Preparation

  1. Reset the Device
@hackermondev
hackermondev / research.md
Last active September 4, 2026 17:10
Unique 0-click deanonymization attack targeting Signal, Discord and hundreds of platform

hi, i'm daniel. i'm a 15-year-old high school junior. in my free time, i hack billion dollar companies and build cool stuff.

3 months ago, I discovered a unique 0-click deanonymization attack that allows an attacker to grab the location of any target within a 250 mile radius. With a vulnerable app installed on a target's phone (or as a background application on their laptop), an attacker can send a malicious payload and deanonymize you within seconds--and you wouldn't even know.

I'm publishing this writeup and research as a warning, especially for journalists, activists, and hackers, about this type of undetectable attack. Hundreds of applications are vulnerable, including some of the most popular apps in the world: Signal, Discord, Twitter/X, and others. Here's how it works:

Cloudflare

By the numbers, Cloudflare is easily the most popular CDN on the market. It beats out competitors such as Sucuri, Amazon CloudFront, Akamai, and Fastly. In 2019, a major Cloudflare outage k

@b0gdanw
b0gdanw / Get-Sequoia-InstallAssistant-pkg-links-from-Apple.sh
Last active August 22, 2026 17:07
Get Sequoia & Tahoe InstallAssistant.pkg links from Apple
@b0gdanw
b0gdanw / Disable-Sequoia-Bloatware.sh
Last active August 28, 2026 20:17
Disable Sequoia Bloatware
#!/bin/zsh
# WARNING! The script is meant to show how and what can be disabled. Don’t use it as it is, adapt it to your needs.
# Credit: Original idea and script disable.sh by pwnsdx https://gist.github.com/pwnsdx/d87b034c4c0210b988040ad2f85a68d3
# Disabling unwanted services on macOS Big Sur (11), macOS Monterey (12), macOS Ventura (13), macOS Sonoma (14) and macOS Sequoia (15)
# Disabling SIP is required ("csrutil disable" from Terminal in Recovery)
# Modifications are written in /private/var/db/com.apple.xpc.launchd/ disabled.plist, disabled.501.plist
# To revert, delete /private/var/db/com.apple.xpc.launchd/ disabled.plist and disabled.501.plist and reboot; sudo rm -r /private/var/db/com.apple.xpc.launchd/*
# user
@hackermondev
hackermondev / zendesk.md
Last active August 31, 2026 15:21
1 bug, $50,000+ in bounties, how Zendesk intentionally left a backdoor in hundreds of Fortune 500 companies

hi, i'm daniel. i'm a 15-year-old with some programming experience and i do a little bug hunting in my free time. here's the insane story of how I found a single bug that affected over half of all Fortune 500 companies:

say hello to zendesk

If you've spent some time online, you’ve probably come across Zendesk.

Zendesk is a customer service tool used by some of the world’s top companies. It’s easy to set up: you link it to your company’s support email (like support@company.com), and Zendesk starts managing incoming emails and creating tickets. You can handle these tickets yourself or have a support team do it for you. Zendesk is a billion-dollar company, trusted by big names like Cloudflare.

Personally, I’ve always found it surprising that these massive companies, worth billions, rely on third-party tools like Zendesk instead of building their own in-house ticketing systems.

your weakest link

Unifi U6 Extender - Firmware / Boot/Adoption loop fix

To add to this for anyone in the future:

  • When you reset it (long hold, lots of flashing) there will be a wifi network that's the MAC address (on the back, middle row next to the QR code).
  • Make sure you turn off auto-adopt in your console, ugh.
  • the wifi password is the last 6 of the MAC (in caps) and the 6 character code at the bottom of the text on the back of the device.
  • you can do it from a Mac by forcing it to accept older protocols: ssh -oHostKeyAlgorithms=+ssh-rsa -oPubkeyAcceptedKeyTypes=+ssh-rsa ubnt@192.168.1.20
  • I got the firmware from here - https://community.ui.com/questions/U6-Extender-wont-update-from-6-0-15/295850ba-47b9-446e-9667-20663e4236b6