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
| <?php | |
| declare(strict_types=1); | |
| /* | |
| * CKBoard is a small PHP dashboard for CKPool solo Bitcoin mining stats. | |
| * | |
| * The page accepts a Bitcoin address and a CKPool region through GET parameters, | |
| * fetches the JSON data server-side to avoid browser CORS restrictions, validates | |
| * user input against a strict allowlist, and renders aggregate plus per-worker | |
| * mining metrics with Bootstrap. |
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 | |
| """ | |
| Mirax extraction pipeline for StreamTV-like droppers. | |
| Threat intelligence recap (based on the analyzed streamtv_* samples): | |
| - The visible APK is usually a dropper stage. | |
| - A bootstrap Application class loads a deeply hidden asset from assets/. | |
| - That hidden blob is RC4-encrypted; the RC4 key is hardcoded in the bootstrap class. | |
| - After RC4 decryption, the blob becomes a stage-1 ZIP containing classes*.dex. | |
| - Stage-1 code embeds the RESOURCE_KEY (64-hex), used for storage/payload decryption. |
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 | |
| # Utility Script: Clean and Safely Eject macOS Volumes | |
| # | |
| # This script is designed to to remove unnecessary macOS | |
| # system files (e.g., .DS_Store) from USB drives or | |
| # SD cards and safely eject selected volume | |
| # | |
| # It ensures a clean and clutter-free storage device for | |
| # use on other systems and provides a streamlined process | |
| # for volume management. |
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
| <!-- This tool generates a BitTorrent Magnet Link based on a given hash value and optionally a custom resource name. | |
| You can also provide the "hash" and "name" parameters as URL GET parameters, | |
| and they will be automatically filled into the form. | |
| Customize the trackers by editing the list below. | |
| These will be included in the generated magnet link to ensure better availability and downloading speed. | |
| Made with ♥ by Andrea Draghetti | |
| This file may be licensed under the terms of of the GNU General Public License Version 3 (the ``GPL''). --> |
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 | |
| # | |
| # This Python script is designed to fix APK (Android Package) | |
| # files that have corrupt or non-standard ZIP headers. | |
| # Specifically, it corrects invalid compression methods, sets | |
| # the compression method to “no compression” and updates the | |
| # file sizes in the headers. This allows the APK to conform | |
| # to the standard ZIP specification, facilitating analysis | |
| # and decompilation with tools such as JADX. | |
| # |
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 | |
| # | |
| # This script performs a dictionary attack on a bcrypt | |
| # hash provided by the user. | |
| # | |
| # It reads a list of candidate passwords from a | |
| # specified dictionary file (`pass.txt`) and checks | |
| # each password against the bcrypt hash using the | |
| # Python `bcrypt` library. | |
| # |
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 for automatic upload of handshakes captured | |
| # by Pwnagotchi, Flipper Zero or Marauder to | |
| # Distributed WPA PSK auditor (wpa-sec.stanev.org). | |
| # | |
| # The script is progressive, not sending to WPA Sec | |
| # handshaske already analysed. | |
| # | |
| # The script also saves the detected WPA keys locally. |
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 | |
| # | |
| # Python script per il download immediato di tutti i | |
| # numeri di Nuova Elettronica resi disponibili da | |
| # Roberto Bizzarri: https://www.robertobizzarri.net | |
| # | |
| # Made with ♥ by Andrea Draghetti | |
| # | |
| # This file may be licensed under the terms of of the | |
| # GNU General Public License Version 3 (the ``GPL''). |
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
| # | |
| # Immuni Blocklist: block the traffic of the Immuni Application. | |
| # | |
| # Immuni is the Italian contact tracing app. | |
| # | |
| # Compatible with Pi-Hole, AdAway, Blokada and any other Host/DNS filtering system. | |
| # | |
| # Last Update: Mon, 01 Jun 2020 21:11:47 UTC | |
| # | |
| # This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. |
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
| # | |
| # | |
| # Simple python3 script for downloading all free issues of Linux Journal | |
| # The script will download all the available versions: pdf, epub and mobi | |
| # | |
| # Powered By Andrea Draghetti | |
| # | |
| # | |
| #!/usr/bin/python3 |
NewerOlder