Date: June 2025
Analysis Period: Complete Integration Lifecycle
Report Type: Comprehensive Performance Validation
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
/* | |
# Author: Hacktivate Co., Ltd. (https://hacktivate.tech) | |
# | |
# Description: An example Frida script for tampering with streaming gRPC messages. | |
# Full blog post can be found at: https://hacktivate.tech/2022/10/27/a-hackish-way-to-tamper-grpc-traffic-in-android.html | |
*/ | |
setTimeout(function() { | |
Java.perform(function() { |
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
# | |
# Author: Hacktivate Co., Ltd. (https://hacktivate.tech) | |
# | |
# Description: This is an mitmproxy extension for editing gRPC messages over HTTP/2. | |
# Full blog post can be found at: https://hacktivate.tech/2022/10/27/a-hackish-way-to-tamper-grpc-traffic-in-android.html | |
# | |
from concurrent.futures.process import _threads_wakeups |
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/sh | |
#https://gist.github.com/dimitardanailov/6acdd54ab67d5a25c0229b2fe5bbb42b | |
#https://apple.stackexchange.com/questions/82472/what-steps-are-needed-to-create-a-new-user-from-the-command-line/84039#84039 | |
LOCAL_ADMIN_FULLNAME="Full Name" # The local admin user's full name | |
LOCAL_ADMIN_SHORTNAME="username" # The local admin user's shortname | |
LOCAL_ADMIN_PASSWORD="Password123" # The local admin user's password | |
# this is optional: |
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/sh | |
#https://gist.github.com/dimitardanailov/6acdd54ab67d5a25c0229b2fe5bbb42b | |
#https://apple.stackexchange.com/questions/82472/what-steps-are-needed-to-create-a-new-user-from-the-command-line/84039#84039 | |
LOCAL_USER_FULLNAME="Testing" # The local user's full name | |
LOCAL_USER_SHORTNAME="testing" # The local user's shortname | |
LOCAL_USER_PASSWORD="password!" # The local user's password | |
LOCAL_USER_HINT="terrible pwd!" # The local user's password | |
IMAGEURL= # local user's picture, comment out if not needed, plus lines 24-25 |
Security Advisories / Bulletins / vendors Responses linked to Log4Shell (CVE-2021-44228)
- If you want to add a link, comment or send it to me
- Feel free to report any mistake directly below in the comment or in DM on Twitter @SwitHak
- Royce Williams list sorted by vendors responses Royce List
- Very detailed list NCSC-NL
- The list maintained by U.S. Cybersecurity and Infrastructure Security Agency: CISA List
To push container images to ghcr, you need peronal access token (PAT) - see how to create PAT
- Get PAT (personal access token)
Personal Settings > Developer settings > Personal access tokens
NewerOlder