https://github.com/ziozzang/filtered-socks5-proxy
Contents Filtering with SOCKS5 Proxy Sample with IOS Proxy Setting
https://github.com/ziozzang/filtered-socks5-proxy
Last synced: over 1 year ago
JSON representation
Contents Filtering with SOCKS5 Proxy Sample with IOS Proxy Setting
- Host: GitHub
- URL: https://github.com/ziozzang/filtered-socks5-proxy
- Owner: ziozzang
- Created: 2013-11-01T08:25:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-09-04T16:53:34.000Z (almost 5 years ago)
- Last Synced: 2025-01-28T18:21:25.294Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
filtered-socks5-proxy
=====================
Contents Filtering with SOCKS5 Proxy Sample. includ ios socks5 proxy setting.
What's this?
============
SOCKS5 Proxy server sample, which is code by python. this code include contents filtering function example.
The Purpose of this code is something monitoring of conetns, so, you can modify or add some kinds of packet filters.
Requirement
===========
* Some web server : for ios, ios doesn't have setting option of socks5 proxy via config menu. so you must set it by pac file. pac file can be uploaded anywhere, so you can edit content of it and upload to anywhere.
* Some Server with Python : You can edit contents of file, and just run it!
Install & Run !
===============
* after git clone, run ``` python socks5proxy.py ```
* you can add filter, at localfilter.py
What you can get
================
you can modify contents of http or some kind of queries. so, you can hack or cheat some. :)
even if you don't jailbreak, you can cheat it!. Yeah!
Disclaimer
==========
* code by Jioh L. Jung (ziozzang@gmail.com)
* basic proxy server code from https://github.com/pentie/geventSocks5
* Code is not fully tested. so, USE AT YOUR OWN RISK!!
License
=======
* This code is under GPL v2.
TO-DO
=====
* Refctoring Code.
* Authenticate support : http://rootzone.net/socks-5-protocol-2