Skip to content

Instantly share code, notes, and snippets.

@gooyie
gooyie / brigdes-tor-mac.md
Created July 30, 2024 09:31 — forked from HarshitRuwali/brigdes-tor-mac.md
Using TOR obsf4 bridges from torrc for Mac's.

Install tor via HomeBrew and start the tor serivce.

brew install tor && brew services start tor

And to use obsf4 proxy we need to install its library/ Use HomeBrew for installation of the library.

brew install obfs4proxy
@gooyie
gooyie / torrc.examples.txt
Created July 30, 2024 09:31 — forked from 0x9090/torrc.examples.txt
torrc examples
This file is part of Whonix
Copyright (C) 2012 - 2014 Patrick Schleizer <adrelanos@riseup.net>
See the file COPYING for copying conditions.
**** Do NOT edit this file! ****
This file will show you examples you can copy and paste to /etc/tor/torrc
Additionally, you can read the official Tor Manual at:
https://www.torproject.org/docs/tor-manual.html.en
Registered Name: https://zhile.io
License Key: 48891cf209c6d32bf4
@gooyie
gooyie / charles key
Created March 28, 2023 03:00
[charles proxy key] an activation key #key #activation
// Charles Proxy License
// Registration code for any version of Charles, who would want to use a cracked version?
// Charles 4.5.5 is currently the latest version and is available.
Registered Name: https://zhile.io
License Key: 48891cf209c6d32bf4
Author: Neo Peng
@gooyie
gooyie / gist:c45444d140b32b67c4b2d8e57a6b9f94
Created February 6, 2023 16:44 — forked from xrman/gist:4468f545b169969466bceb694d742dad
FastStone Capture Full Serial Key
Registration Code
Name : www.xyraclius.com
Serial : OOCRYIMDMDPWRETFPSUZ

I’m looking for any tips or tricks for making chrome headless mode less detectable. Here is what I’ve done so far:

Set my args as follows:

const run = (async () => {

    const args = [
        '--no-sandbox',
        '--disable-setuid-sandbox',
        '--disable-infobars',
@gooyie
gooyie / danmaku.py
Last active April 14, 2020 10:28
bilibili live danmaku websocket client
#!/usr/bin/env python3
import time
import json
import struct
import zlib
from enum import IntEnum
from threading import Thread
import websocket
@gooyie
gooyie / 百度云盘批量转存用户分享.js
Last active June 17, 2017 04:48 — forked from j-iNFINITE/百度云盘批量转存用户分享
百度云盘批量转存用户分享
/**
* 贪灵Gollum for Baiduyun, Ver.3.4.4
* 立即执行函数:百度云盘批量转存用户分享。
*
* 【特点】
* - 可保持或无视原分享者的目录结构。
* - 支持差分转存。
* - 自动分解转存,可突破单次转存总文件数5000的限制。
* - 可在分享主页下,进入某文件夹来转存其下级子文件夹。
* - 支持专辑转存。