Skip to content

Instantly share code, notes, and snippets.

View lanshan-studio's full-sized avatar

lanshan-studio lanshan-studio

View GitHub Profile

Keybase proof

I hereby claim:

  • I am xcodest on github.
  • I am achinese (https://keybase.io/achinese) on keybase.
  • I have a public key ASAa7K7KWqgJj-6Wign0JflWd9wjBYUPIjbdaysIM5cWjQo

To claim this, I am signing this object:

@lanshan-studio
lanshan-studio / wx_hack.js
Created January 4, 2018 00:24 — forked from yangceng/wx_hack.js
跳一跳,最高10w
var CryptoJS = require('crypto-js')
var request = require('request-promise')
/*
* npm install crypto-js request-promise
* node wx_hack.js
*/
// export function testEncription(msg, fullKey) {
// var fullKey = fullKey.slice(0, 16)
#!/usr/bin/python
# Filename s5.py
# Python Dynamic Socks5 Proxy
# Usage: python s5.py 1080
# Background Run: nohup python s5.py 1080 &
# Email: ringzero@557.im
import socket, sys, select, SocketServer, struct, time
class ThreadingTCPServer(SocketServer.ThreadingMixIn, SocketServer.TCPServer): pass