Giter Club home page Giter Club logo

shadowproxy's People

Contributors

guyingbo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

shadowproxy's Issues

ModuleNotFoundError: No module named 'resource'

After installing shadowproxy i have next errors:

Traceback (most recent call last):
File "f:\run\lprogr\phyton\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "f:\run\lprogr\phyton\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "F:\Run\Lprogr\Phyton\Scripts\shadowproxy.exe_main
.py", line 5, in
File "f:\run\lprogr\phyton\lib\site-packages\shadowproxy_main
.py", line 7, in
import resource
ModuleNotFoundError: No module named 'resource'

Python 3.7.3 , Windows 10 x64

λ pip freeze
asyncio==3.4.3
attrs==19.1.0
certifi==2019.3.9
chardet==3.0.4
curio==0.9
dukpy==0.2.2
httptools==0.0.13
idna==2.8
iofree==0.1.2
JsonForm==0.0.2
jsonschema==3.0.1
JsonSir==0.0.2
pproxy==2.1.8
pycryptodome==3.8.1
pylru==1.2.0
pypac==0.12.0
pyrsistent==0.15.2
Python-EasyConfig==0.1.7
PyYAML==5.1
requests==2.21.0
Resource==0.2.1
shadowproxy==0.6.5
six==1.12.0
tld==0.9.3
urllib3==1.24.3

Shadowproxy on ANDROID or Windows

Hello sir.
Is there a way to run Shadowproxy on ANDROID or Windows as client ? And install the server on the VPS ?
I would like to use it , please.

python3.6 字符串和字节串兼容问题/String and byte string compatibility issues

以下是在测试HTTP代理(带密码)中发现的:

  1. 字符串和字节串无法操作:line 773
    version + b' 407 Proxy Authentication Required\r\n'
    改为:version.encode('utf-8') + b' 407 Proxy Authentication Required\r\n'
  2. 字节串没有casefold()方法,代码中所有casefold()可以简单替换为lower()解决,str和bytes都可以调用

就简单说一下,git操作就懒得弄了...

Info on socks to ss

Hi So i try your project but i'm not quite sure how the section : socks5 --> shadowsocks , do work. Was it we put a socks5 ip or like we open 1 session and connect to a socks5, then open another session to the vps and then do the command : shadowproxy -v socks://:8527/?via=ss://aes-256-cfb:[email protected]:8388 ?
thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.