こちらのポストを引用した際に、引用したポストと元ポストの両方が X ルール違反で消えてしまったので再掲します。このポストにより X アカウント @nakasyou0 において 12 時間アカウントがロックされました。
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include <unistd.h> | |
| #include <pthread.h> | |
| #include <stdatomic.h> | |
| #include <IOKit/IOKitLib.h> | |
| #define NCALLERS 6 | |
| #define NCLOSERS 4 |
| #!/bin/bash | |
| set -e | |
| echo "[*] Detecting interface (IPv4 default)..." | |
| IFACE=$(ip -4 route show default | awk '{print $5}' | head -n1) | |
| echo "[*] Detecting current IPv4 (non-secondary)..." | |
| ADDR=$(ip -4 addr show "$IFACE" \ | |
| | awk '/inet / && $0 !~ /secondary/ {print $2}' \ | |
| | head -n1) |
| # !!!注意!!!: | |
| # このスクリプトはCドライブ配下のファイル・フォルダを探索するため「システムに負荷がかかる場合があります」 | |
| # 実行は自己責任でお願いします。 | |
| # 使い方: | |
| # powershell -ExecutionPolicy Bypass -File .\Scan-Bundle.ps1 <start_directory> | |
| param( | |
| [Parameter(Mandatory = $true)] | |
| [string]$TargetDirectory | |
| ) |
ADBを構築済みの環境でコマンドを流すことでAura from UnityとDigital Turbineをシステム上から擬似的に消し去ります。
ADBの環境構築はこちらを使えです。
これらのアプリはシステムアプリとして存在し、「AppCloud」「AppSelector」「MobileServices」「AppServices」と様々な名前になっているのが特徴になります。ただしパッケージ名には共通点が存在するので運営元の把握は可能になっています。
元々はイスラエルのIT企業、ironSourceが提供していたサービスです。
現在ironSourceはUnityに買収されており、Aura from Unityになっています。
Start here if you're new to PCB design and electronics
| #include <esp_camera.h> | |
| #include <FastLED.h> | |
| #include <SPI.h> | |
| #include <SD.h> | |
| #include <M5Unified.h> | |
| #define KEY_PIN 1 | |
| #define LED_PIN 2 | |
| #define POWER_GPIO_NUM 18 |
| ddrc/rxp0: sprd ip | |
| r1p0:sharkl3 9863a | |
| r1p1:roc1 ud710 | |
| r1p1_orca:orca udx710 | |
| r2p0:sharkl5 ums312 | |
| r2p2:sharkl5pro ums512 | |
| r2p3:sharkl6/qogirl6 ums9230 | |
| r3p1:sharkl6pro/qogirn6pro ums9620 | |
| r3p3:qogirn6lite ums9621 |
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:
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
| package main | |
| import ( | |
| "fmt" | |
| "strings" | |
| ) | |
| func main() { | |
| fmt.Println("Country-specific solutions to problems") | |
| fmt.Println("Some problems -> ?") |