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
| import os | |
| def read_value(lol, header): | |
| readfrom = len(lol.split(header)[0]+':') + len(header) + len(lol.split(header)[1].split(':')[0]) | |
| path_size = int(lol.split(header)[1].split(':')[0]) | |
| readto = readfrom + path_size | |
| path = lol[readfrom:readto] | |
| return path, path_size | |
| def replace_value(lol, header, find, replace): |
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
| #include <stdio.h> | |
| #include <stdint.h> | |
| #include <string.h> | |
| #include <openssl/aes.h> | |
| #include <openssl/rsa.h> | |
| #include <algorithm> | |
| #include <openssl/sha.h> | |
| #pragma pack(push, 1) | |
| struct npCoreKey |
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
| [Unit] | |
| Description=Flood | |
| After=network.target | |
| [Service] | |
| User=rtorrent | |
| Group=rtorrent | |
| Type=simple | |
| KillMode=process | |
| ExecStart=/usr/bin/npm run start -- --host 127.0.0.1 --port 8080 --baseuri /flood --auth none --rtsocket /run/rtorrent/rpc.sock |
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
| [Unit] | |
| Description=glFTPd stats reset | |
| [Service] | |
| Type=oneshot | |
| ExecStart=-/glftpd/bin/reset | |
| RemainAfterExit=no |
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
| # needs PyAV BeautifulSoup4 and PyCryptoDome | |
| import av | |
| import base64 | |
| import json | |
| import requests | |
| from bs4 import BeautifulSoup | |
| from Crypto.Cipher import AES | |
| from io import BytesIO |
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 | |
| import os | |
| import sqlite3 | |
| import sys | |
| try: | |
| os.mkdir('config_restore') | |
| except: | |
| pass |
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
| import zlib | |
| import os | |
| import sys | |
| import io | |
| if len(sys.argv) != 4: | |
| print(f"USAGE: {sys.argv[0]} phone_width phone_height wikileaks/") | |
| exit() | |
| print('this tool gonna take a bit depending on how big and girthy your screenshots( folder) is') |
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
| 000000000400270100000004001E0200000004001F030000000400200400000004002105000000040022060000000400230700000004002408000000040025090000000400260A0000000400290B0000000400280C0000000382000E00000001E2000F0000000109021000000001E9001100000001EA0012000000019C0013000000019D001400000001B3001500000001B4001600000001B0001700000001B2001800000001B1001900000001B7001A00000001B5001B00000001B6001C0000000402201D0000000402251E0000000400521F000000040051200000000400502100000004004F220000000400282300000001240226000000018D00290000000383002A0000000382003B0000000104024E0000000108026E00000001CD00 |
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
| { | |
| // 2023 samicrusader.me | |
| "name": "Windows Media Center eHome Transceiver", | |
| "idmatcher": "Keyboard.*", | |
| "mapping": { | |
| "Escape": "back", | |
| "Up": "up", | |
| "Down": "down", | |
| "Left": "left", | |
| "Right": "right", |
NewerOlder