Skip to content

Instantly share code, notes, and snippets.

@Chenx221
Chenx221 / recovery.json, cloudready_recovery.json
Last active July 22, 2026 19:46
Chrome OS recovery images manual download (Flex)
# Chrome OS recovery images manual download
https://dl.google.com/dl/edgedl/chromeos/recovery/recovery2.json
https://dl.google.com/dl/edgedl/chromeos/recovery/recovery.json
# Google Chrome OS Flex images manual download
https://dl.google.com/dl/edgedl/chromeos/recovery/cloudready_recovery2.json
https://dl.google.com/dl/edgedl/chromeos/recovery/cloudready_recovery.json
@verdurin
verdurin / PyTorch-1.10.0-foss-2021a_partial.log
Created February 6, 2022 16:30
(partial) EasyBuild log for failed build of /home/adam/src/github/easybuild-easyconfigs/easybuild/easyconfigs/p/PyTorch/PyTorch-1.10.0-foss-2021a.eb (PR(s) #14951)
tar: pytorch/torch/fx/experimental/unification/multipledispatch/dispatcher.py: Cannot write: No space left on device
tar: pytorch/torch/fx/experimental/unification/multipledispatch/utils.py: Cannot write: No space left on device
tar: pytorch/torch/fx/experimental/unification/multipledispatch/variadic.py: Cannot write: No space left on device
tar: pytorch/torch/fx/experimental/unification/unification_tools.py: Cannot write: No space left on device
tar: pytorch/torch/fx/experimental/unification/utils.py: Cannot write: No space left on device
tar: pytorch/torch/fx/experimental/unification/variable.py: Cannot write: No space left on device
tar: pytorch/torch/fx/experimental/unify_refinements.py: Cannot write: No space left on device
tar: pytorch/torch/fx/graph.py: Cannot write: No space left on device
tar: pytorch/torch/fx/graph_module.py: Cannot write: No space left on device
tar: pytorch/torch/fx/immutable_collections.py: Cannot write: No space left on device
@Jeffreyxdev
Jeffreyxdev / a_file.txt
Created July 22, 2026 19:40
bbp test gist A
test file for security research - account A
@nikias
nikias / limd-build-macos.sh
Last active July 22, 2026 19:35
Build libimobiledevice stack for macOS with ease
#!/bin/bash
# If you like this script and my work on libimobiledevice, please
# consider becoming a patron at https://patreon.com/nikias - Thanks <3
REV=1.0.22
if test "`echo -e Test`" != "Test" 2>&1; then
echo Please run this with zsh or bash.
exit 1
@brandonprry
brandonprry / gist:f83917e0fcc3bf3ccd6b
Last active July 22, 2026 19:32
Raritan PowerIQ 4.1/4.2/4.3 known session secret unauthenticated RCE
msf exploit(rails_secret_deserialization) > show options
Module options (exploit/multi/http/rails_secret_deserialization):
Name Current Setting Required Description
---- --------------- -------- -----------
COOKIE_NAME no The name of the session cookie
DIGEST_NAME SHA1 yes The digest t
http://www.slideshare.net/doina/happy-easter-from-holland-slideshare
http://www.slideshare.net/stinson/easter-1284190
http://www.slideshare.net/angelspascual/easter-events
http://www.slideshare.net/sirrods/happy-easter-3626014
http://www.slideshare.net/sirrods/happy-easter-wide-screen
http://www.slideshare.net/carmen_serbanescu/easter-holiday
http://www.slideshare.net/Lithuaniabook/easter-1255880
http://www.slideshare.net/hues/easter-plants
http://www.slideshare.net/Gospelman/passover-week
http://www.slideshare.net/angelspascual/easter-around-the-world-1327542
@CHEF-KOCH
CHEF-KOCH / How To Hack WhatsApp & Telegram Using SS7 Flaw
Created June 3, 2016 19:13
How To Hack WhatsApp & Telegram Using SS7 Flaw
Researchers are easily able to hack WhatsApp and Telegram using the known telecom flaw
We continuously receive queries from readers about how to hack WhatsApp. The world’s most popular cross platform messaging App is seen to be ultimate hack by many because it has recently enabled 256-bit encryption.
For ordinary souls this encryption would take days and months to decode a sentence or a complete message. Ditto with another secure messaging service called Telegram. Though Telegram is not as popular as WhatsApp, it has its ardent group of followers who use it for its encryption as well as snooping free service.
Though both of these Apps are end-to-end encrypted both of them suffer from hardware side vulnerability which can be exploited to hack and hijack both WhatsApp and Telegram.
The vulnerability lies in Signalling System 7, or SS7, the technology used by telecom operators, on which the highly secure messaging system and telephone calls rely. SS7 is a set of telephony signalling protocols developed i
#!/usr/bin/env python3
"""
Script demonstrating how to create posts using the Bluesky API, covering most of the features and embed options.
To run this Python script, you need the 'requests' and 'bs4' (BeautifulSoup) packages installed.
"""
import re
import os
# Copyright (C) 2017 Mandiant, Inc. All Rights Reserved.
#!/usr/bin/env python3
"""
Run FLOSS to automatically extract obfuscated strings and apply them to the
currently loaded module in IDA Pro.
author: Willi Ballenthin
email: willi.ballenthin@gmail.com
"""
@spvkgn
spvkgn / capture_tls_quic.py
Last active July 22, 2026 19:15
Capture TLS ClientHello / QUIC Initial
#!/usr/bin/env python3
"""
capture_tls_quic.py — Capture TLS ClientHello and QUIC Initial
-t : capture TLS ClientHello (default)
-q : capture QUIC Initial
-a : capture both (TLS + QUIC)
"""
from __future__ import annotations