Giter VIP home page Giter VIP logo

sneak's Introduction

Sneak

Sneak is a URL transfer tool based on Tor technology.

Features

  1. Dynamic Ip to hide user's true position
  2. Simple and elegant API.
  3. Access dark web handly.

Installation

Install by pypi

For people who just want to use the package, just install the package through pip install command.

$ pip install sneak

Install the package from test.pypi is also allowed.

$ pip install --index-url https://test.pypi.org/simple/ sneak

Install by source

Clone the project and install the package through setup.py

$ git clone https://github.com/yudazilian/Sneak.git (option)<path_name>
$ cd path_name
$ python setup.py install

Install for Contribute/Development

For you who want to contribute this project together, go to the development branch and download the dev_requirements.txt.

Then, install the package via pip command as below:

$ pip install -r dev_requirements.txt

package requests, lxml and cssselect are used to test the if sneak works correctly or not.

Uninstall

$ pip uninstall sneak

How to use?

Please read the example code in our wiki. :)

Contribution

See our development wiki to see more information.

sneak's People

Contributors

0xyd avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

sneak's Issues

Failed to bind one of the listener ports.

I tried to run test.py with "python3 test.py" and I got 'EEEEEE'. All error message shows below

ERROR: test_renew_identity (main.TestSession)
test_renew_identity

Traceback (most recent call last):
File "sneak/test.py", line 38, in test_renew_identity
s = Session()
File "/home/USERNAME/Downloads/Sneak-master/sneak/Http.py", line 178, in init
self.run_proxy(socks_port, control_port, proxy_host, exit_country_code, tor_path)
File "/home/gordon/Downloads/Sneak-master/sneak/Http.py", line 104, in run_proxy
self.proxy.run()
File "/home/USERNAME/Downloads/Sneak-master/sneak/Tor.py", line 95, in run
init_msg_handler=print_bootstrap_lines
File "/home/gordon/.local/lib/python3.5/site-packages/stem/process.py", line 274, in launch_tor_with_config
return launch_tor(tor_cmd, ['-f', '-'], None, completion_percent, init_msg_handler, timeout, take_ownership, stdin = config_str)
File "/home/USERNAME/.local/lib/python3.5/site-packages/stem/process.py", line 153, in launch_tor
raise OSError('Process terminated: %s' % last_problem)
OSError: Process terminated: Failed to bind one of the listener ports.

It seems that I did't open tor-browser successfully but when I check 'netstat -anlp | grep :9050'.
I got 'tcp 0 0 127.0.0.1:9050 0.0.0.0:* LISTEN'

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.