Skip to content

Instantly share code, notes, and snippets.

View AtlasPilotPuppy's full-sized avatar

Atlas AtlasPilotPuppy

View GitHub Profile
@AtlasPilotPuppy
AtlasPilotPuppy / accumulator.py
Created October 24, 2014 17:43
accumulator example
from pyspark import SparkContext
sc = SparkContext('spark://master:7077', 'accumulator example')
# accumulators are initialized with a initial value
# they have and add method to add values to the accumulator
# and a value property that is visibile only to the master
accum = sc.accumulator(0)
data = sc.parallelize(range(1,1000))
@AtlasPilotPuppy
AtlasPilotPuppy / audio_analysis.ipynb
Last active April 8, 2016 17:46
Analysis of an audio track
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@AtlasPilotPuppy
AtlasPilotPuppy / colorization.ipynb
Last active April 13, 2016 05:22
Neural network to colorize black and white images
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@AtlasPilotPuppy
AtlasPilotPuppy / research.md
Created January 30, 2025 19:38 — forked from hackermondev/research.md
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