Skip to content

Instantly share code, notes, and snippets.

View maxvyaznikov's full-sized avatar

Max Vyaznikov maxvyaznikov

View GitHub Profile
<script>
var vals = [];
var last_packets_num = 10;
callback = function(f){
my_ip = f.ip;
setInterval(calc,1000)
}
calc = function(){
var x=new Date
@maxvyaznikov
maxvyaznikov / proxy_s5.py
Last active August 29, 2015 14:27 — forked from rupa/proxy_s5.py
forking version
#!/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
SocketServer.TCPServer.allow_reuse_address = True