Skip to content

Instantly share code, notes, and snippets.

View loveh4ck's full-sized avatar

采蘑菇的老司机 loveh4ck

  • Baidu
  • USA
View GitHub Profile
@loveh4ck
loveh4ck / DK Shell - WSO PHP Shell with symlink
Created November 10, 2017 05:30 — forked from l33tcodes/DK Shell - WSO PHP Shell with symlink
DK Shell - WSO PHP Shell with symlink
@loveh4ck
loveh4ck / proxy_s5.py
Last active August 29, 2015 14:07 — forked from yaonie/proxy_s5.py
#!/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