Discover gists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| test file for security research - account A |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 | |
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
NewerOlder