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
// ==UserScript== | |
// @name Crunchyroll quality fixer | |
// @version 1.0.0 | |
// @description Only load best quality from Crunhyroll's videos | |
// @author Github: @retouching | |
// @match https://static.crunchyroll.com/vilos-v2/web/vilos/* | |
// @grant none | |
// @run-at document-start | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=crunchyroll.com | |
// ==/UserScript== |
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
// ==UserScript== | |
// @name Crunchyroll subtitles fixer | |
// @version 1.0.0 | |
// @description Fix Crunchyroll subtitles | |
// @author Github: @retouching | |
// @match https://static.crunchyroll.com/vilos-v2/web/vilos/* | |
// @grant none | |
// @run-at document-start | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=crunchyroll.com | |
// ==/UserScript== |
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
# require paramiko to connect to remote server and ss in remote server | |
from pathlib import Path | |
import re | |
import socket | |
from typing import Optional | |
from paramiko.client import SSHClient, AutoAddPolicy | |
from paramiko.ssh_exception import NoValidConnectionsError, SSHException | |
from paramiko.config import SSH_PORT | |
from paramiko.pkey import PKey |
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 time | |
from typing import Optional | |
from requests import Session | |
from requests.adapters import Retry, DEFAULT_POOLSIZE | |
from requests.sessions import HTTPAdapter | |
import datetime | |
import click | |
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 | |
IPS=$(curl "https://support.censys.io/hc/en-us/article_attachments/20618695168532") | |
for IP in $IPS; do | |
echo "Block trafic from $IP" | |
sudo ufw deny from $IP to any | |
done | |
echo "All Censys IPs are now blocked!" |
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
diff --git a/include/openssl/ssl.h.in b/include/openssl/ssl.h.in | |
index ce29710a95..b731bc7bc6 100644 | |
--- a/include/openssl/ssl.h.in | |
+++ b/include/openssl/ssl.h.in | |
@@ -1863,6 +1863,7 @@ size_t SSL_client_hello_get0_ciphers(SSL *s, const unsigned char **out); | |
size_t SSL_client_hello_get0_compression_methods(SSL *s, | |
const unsigned char **out); | |
int SSL_client_hello_get1_extensions_present(SSL *s, int **out, size_t *outlen); | |
+size_t SSL_client_hello_get_ja3_data(SSL *s, unsigned char *data); | |
int SSL_client_hello_get0_ext(SSL *s, unsigned int type, |
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 | |
import shutil | |
from threading import Thread | |
import time | |
FOLDERS_TO_SCAN = [ | |
# Replace by folders who search content on file | |
r'C:\Users\arch\AppData\LocalLow\Team Salvato\Doki Doki Literature Club Plus', | |
r'C:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature Club Plus' |
This file has been truncated, but you can view the full file.
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
Faye|https://s4.anilist.co/file/anilistcdn/character/large/b2-0Iszg6Izgt4p.png | |
Rukia|https://s4.anilist.co/file/anilistcdn/character/large/b6-25WoBeWMZXBc.png | |
Orihime|https://s4.anilist.co/file/anilistcdn/character/large/b7-NfDFxZM3JFxY.png | |
Edward|https://s4.anilist.co/file/anilistcdn/character/large/b16-80wd87nl1Rue.png | |
Haruhi|https://s4.anilist.co/file/anilistcdn/character/large/b18-SAz5kAo2Fhm1.png | |
Shino|https://s4.anilist.co/file/anilistcdn/character/large/34.jpg | |
Tabby|https://s4.anilist.co/file/anilistcdn/character/large/35.jpg | |
Eve|https://s4.anilist.co/file/anilistcdn/character/large/44.jpg | |
Rinslet|https://s4.anilist.co/file/anilistcdn/character/large/b45-z9wTQOTieezu.jpg | |
Hevn|https://s4.anilist.co/file/anilistcdn/character/large/50.jpg |
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 requests | |
import os | |
import time | |
### CONFIGURATION ### | |
INPUT_TEXTFILE='vanities.txt' | |
OUTPUT_TEXTFILE='vanities_checked.txt' | |
PROXIES = 'proxies.txt' |
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 | |
set_time_limit(0); | |
$set = (require 'config/config.php'); | |
date_default_timezone_set(''.$set["timezone"].''); | |
include 'libs/TeamSpeak3/TeamSpeak3.php'; | |
include 'libs/TeamSpeak3/ts3admin.class.php'; | |
$teamspeak = TeamSpeak3::factory("serverquery://".$set['pseudo'].":".$set['mot_de_passe']."@".$set['adresse_ip'].":".$set['port_query']."/?server_port=".$set['port_teamspeak']."&nickname=".$set['msgauto_pseudo']); | |
if($set['msgauto'] == "1"){ |