Skip to content

Instantly share code, notes, and snippets.

View akku1139's full-sized avatar
🦜
MediaTek MT6589 Mainline

Akari Tsuyukusa akku1139

🦜
MediaTek MT6589 Mainline
View GitHub Profile
@hackermondev
hackermondev / research.md
Last active July 20, 2026 05:32
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

@skikozou
skikozou / Country-specific_solutions_to_problems.go
Created December 11, 2024 10:56
Country-specific solutions to problems
package main
import (
"fmt"
"strings"
)
func main() {
fmt.Println("Country-specific solutions to problems")
fmt.Println("Some problems -> ?")
@EdamAme-x
EdamAme-x / deobf_xmrig.js
Created August 1, 2024 08:13
deobf_xmrig.js
var scriptTag;
var rightP;
var rightA;
var VersionCheck;
var CustomP;
var Webs;
var MyC;
var wigi;
var job;
var worcy;
@okinjp
okinjp / kuku_domains.txt
Last active July 16, 2026 02:00
Manual update. No guarantee.
adadad.uk
addrin.uk
appmail.uk
aquapal.net
bangban.uk
boxfi.uk
catcat.uk
catgroup.uk
ccmail.uk
choco.la
@reindex-ot
reindex-ot / Istadaki_jyoshi.md
Last active June 5, 2026 03:40
頂き女子対策用メモ

このGistsは今後現れるであろう頂き女子対策用としてのコピーです。
悪用を目的としているわけではありません。被害者を増やさないために読んで対策しておきましょう。
個人的に無駄と思っている箇所はカットや編集をしています。

1ヶ月1000万頂く頂き女子りりちゃんの【みんなを稼がせるマニュアル】

このマニュアルを読んで欲しい人

  • ホス狂いの女の子
  • パパ活をしている女の子
  • 昼職の女の子
@WinLinux1028
WinLinux1028 / domain_blocks.csv
Last active November 7, 2024 22:48
Mastodonブロックリスト
#domain #severity #reject_media #reject_reports #public_comment #obfuscate
trycloudflare.com suspend false false サブドメイン貸し出し false
ngrok.io suspend false false サブドメイン貸し出し false
repl.co suspend false false サブドメイン貸し出し false
github.io suspend false false サブドメイン貸し出し false
pages.dev suspend false false サブドメイン貸し出し false
ngrok-free.app suspend false false サブドメイン貸し出し false
ngrok-free.dev suspend false false サブドメイン貸し出し false
ngrok.app suspend false false サブドメイン貸し出し false
ngrok.dev suspend false false サブドメイン貸し出し false
@sheepla
sheepla / 小さな道具を組み合わせてWayland環境でスクリーンショット/スクリーンキャストを撮る.md
Last active December 17, 2025 14:49
小さな道具を組み合わせてWayland環境でスクリーンショット/スクリーンキャストを撮る

📸小さな道具を組み合わせてWayland環境でスクリーンショット/スクリーンキャストを撮る

長らくX11とi3wmを使っていたが、重い腰を上げてWaylandに入門してみた。

Hyprland、Sway等、wl-toolsベースのWaylandコンポジタを使用している場合、スクリーンショット/スクリーンキャストを撮るには、grimwf-recorder 等のツールを使う。 小さなユーティリティを柔軟に組み合わせて目的を達成するやり方が面白かったのでここにメモする。

各種ユーティリティをインストールする

@alex-spataru
alex-spataru / android-bootloader-unlock.py
Last active June 12, 2026 02:30
Brute-force OEM code/password guesser for Android phones
#
# Based on https://github.com/haexhub/huaweiBootloaderHack
#
# Usage:
# python android-bootloader-unlock.py <YOUR_IMEI_CODE>
#
# Please enable USB debugging on your phone before using this
# tool, hope it helps you :)
#
@Rend0e
Rend0e / Fix_MCLK_Clock_Stuck_Arch_Linux_Guide.md
Created July 26, 2023 02:00
Fix AMD GPU high idle power MCLK (vram / memory clock) stuck at 96 MHz / 1000 MHz for high refresh rates on Arch Linux Wayland & Xorg

Fix AMD GPU high idle power MCLK (vram / memory clock) stuck at 96 MHz / 1000 MHz for high refresh rates on Arch Linux Wayland & Xorg

On certain resolutions & refresh rates or multi-monitor setups, you might have noticed that your GPU MCLK (vram / memory clock) is stuck at the highest clock frequency (1000 MHz) [1] [2] causing higher GPU idle power draw. On Linux kernel 6.4.x, AMDGPU MCLK (vram/memory) clocks at the lowest, causing major FPS drops while gaming [1] [2]. This is likely due to a monitor not using Coordinated Video Timings (CVT) with a low V-Blank value for the affected resolutions & refresh rates. The higher clocking behavior is due to:

[Well, the reason the clocks get forced to max in some cases is to avoid the flickering you are seeing. There is a certain latency r