Skip to content

Instantly share code, notes, and snippets.

View 0x1881's full-sized avatar
🎯
Focusing

Mehmet Can 0x1881

🎯
Focusing
View GitHub Profile
@0x1881
0x1881 / Direct Link of YouTube videos.md
Created November 2, 2022 17:17 — forked from egyjs/Direct Link of YouTube videos.md
PHP API To get Direct Link of YouTube videos
@0x1881
0x1881 / torrc
Created October 27, 2022 14:12 — forked from Alex0007/torrc
tor configuration for surfing speed
DNSPort 9053
ExcludeSingleHopRelays 0
AllowSingleHopCircuits 1
KeepalivePeriod 60
#NewCircuitPeriod 15
UseEntryGuards 1
NumEntryGuards 8
CircuitBuildTimeout 5
EnforceDistinctSubnets 0
OptimisticData 1
@0x1881
0x1881 / torhasher.py
Created October 20, 2022 13:27 — forked from james-see/torhasher.py
create a hashed password for control port setting in torrc HashedControlPassword line easily with this
import os, binascii, hashlib
#supply password
secret = 'your password here you want to use' # all you need to change!
#static 'count' value later referenced as "c"
indicator = chr(96)
#used to generate salt
rng = os.urandom
#Hooking SafetyNet stuff for fun (no profit tho :( )
#Several Functions just uncomment to use or modify :)
#by T31M
import frida
import sys
PACKAGE_NAME = "com.nianticlabs.pokemongo"
process = frida.get_usb_device().attach(PACKAGE_NAME)
{
"rules": [
{
"key": "INVALID_PASS_LENGTH",
"message": "Şifreniz 7 ile 15 karakter arasında olmalıdır.",
"value": "^.{7,15}$"
},
{
"key": "AT_LEAST_ONE_CHARACTER",
"message": "Şifreniz en az 1 harf içermelidir.",