GithubHelp home page GithubHelp logo

noobpk / auto-change-tor-ip Goto Github PK

View Code? Open in Web Editor NEW
106.0 106.0 31.0 37 KB

Automatically change tor ip address over time when accessing the internet. Make it private and safe for you

License: MIT License

Python 100.00%
bypass-firewall change-ip private-vpn privoxy-tor proxy socks tor vpn

auto-change-tor-ip's Issues

Missing module dependency!

I had trouble starting the script because of the missing colorlog module on my machine. I already had a couple of the other needed modules installed. While this is not a significant issue, some users may struggle to use the script out of the box.

[WARNING] - Your IP Already Exist - Request New IP ; Job for tor.service failed.

Hello.

I tried to run the script called "auto-change-tor-ip",but in my case it didn't work : (I'm running ubuntu 23.10).
Do you want to help me to fix it ? thanks.


(.venv) root@Z390-AORUS-PRO-DEST:/home/ziomario/Scaricati/auto-change-tor-ip# python3 autorip.py
              _             _       
             | |           (_)      
   __ _ _   _| |_ ___  _ __ _ _ __  
  / _` | | | | __/ _ \| '__| | '_ \ 
 | (_| | |_| | || (_) | |  | | |_) |
  \__,_|\__,_|\__\___/|_|  |_| .__/ 
                             | |    
                             |_|    
    Automatically Change Tor Ip Address #noobteam

[*]___author___: @noobpk
[*]___version___: 1.3 alpha

[INFO] - [*] Detect Platform
[INFO] - [*] Linux - KALI LINUX - UBUNTU
[INFO] - [+] Check Requirement
[INFO] - [*] Tor has been install
[INFO] - [*] TorSocks has been install
[INFO] - [*] Privoxy has been install
[INFO] - [*] File listip.txt has been created
[INFO] - [*] Current IP Address : 71.55.27.189
[INFO] - [*] Start service Tor
[INFO] - [*] Start service Privoxy
[INFO] - [*] Add to your browsers HTTP Proxy 127.0.0.1:8118
[INFO] - [*] Access Privoxy Manager http://p.p/
[INFO] - [*] Set time stamp

[?] Time to auto change ip by second (default 600s):30
[?] Number of loop (default 144):

[INFO] - [*] Change New IP

[WARNING] - Your IP Already Exist - Request New IP

[WARNING] - Your IP Already Exist - Request New IP

[WARNING] - Your IP Already Exist - Request New IP

[WARNING] - Your IP Already Exist - Request New IP

[WARNING] - Your IP Already Exist - Request New IP
Job for tor.service failed.
See "systemctl status tor.service" and "journalctl -xeu tor.service" for details.

[WARNING] - Your IP Already Exist - Request New IP
Job for tor.service failed.
See "systemctl status tor.service" and "journalctl -xeu tor.service" for details.

[WARNING] - Your IP Already Exist - Request New IP
Job for tor.service failed.
See "systemctl status tor.service" and "journalctl -xeu tor.service" for details.

[WARNING] - Your IP Already Exist - Request New IP
Job for tor.service failed.
See "systemctl status tor.service" and "journalctl -xeu tor.service" for details.

[WARNING] - Your IP Already Exist - Request New IP
Job for tor.service failed.
See "systemctl status tor.service" and "journalctl -xeu tor.service" for details.

[WARNING] - Your IP Already Exist - Request New IP
Job for tor.service failed.
See "systemctl status tor.service" and "journalctl -xeu tor.service" for details.
^CKeyboardInterrupt

[WARNING] - [#] KeyboardInterrupt
[INFO] - [*] Stop service Tor
^Z<
[1]+  Stopped                 python3 autorip.py

As you can see,it is not able to request a new IP. The script is broken.

In addition,when I open the website : 127.0.0.1:8118 -----> I get this error : invalid header received from client.

and http://p.p/ ====> Uhm… we aren't able to find this website.

this is the log :

× tor.service - Anonymizing overlay network for TCP (multi-instance-master)
     Loaded: loaded (/lib/systemd/system/tor.service; enabled; preset: enabled)
     Active: failed (Result: start-limit-hit) since Sun 2024-01-21 23:39:00 CET; 26min ago
   Duration: 161ms
    Process: 10397 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
   Main PID: 10397 (code=exited, status=0/SUCCESS)
        CPU: 916us

Z390-AORUS-PRO-DEST systemd[1]: Failed to start tor.service - Anonymizing overlay network for TCP (multi-instance-master).

Z390-AORUS-PRO-DEST systemd[1]: tor.service: Start request repeated too quickly.

Z390-AORUS-PRO-DEST systemd[1]: tor.service: Failed with result 'start-limit-hit'.

Z390-AORUS-PRO-DEST systemd[1]: Failed to start tor.service - Anonymizing overlay network for TCP (multi-instance-master).

Z390-AORUS-PRO-DEST systemd[1]: tor.service: Start request repeated too quickly.

Z390-AORUS-PRO-DEST systemd[1]: tor.service: Failed with result 'start-limit-hit'.

Z390-AORUS-PRO-DEST systemd[1]: Failed to start tor.service - Anonymizing overlay network for TCP (multi-instance-master).

Z390-AORUS-PRO-DEST systemd[1]: tor.service: Start request repeated too quickly.

Z390-AORUS-PRO-DEST systemd[1]: tor.service: Failed with result 'start-limit-hit'.

Z390-AORUS-PRO-DEST systemd[1]: Failed to start tor.service - Anonymizing overlay network for TCP (multi-instance-master).

Can't Bypass Instagram Login

I tried to login to Instagram 10 times until it was blocked, then I used this tool to change the IP address so that it wasn't blocked, but I was still blocked by Instagram.

I tried using a VPN and I unblocked from Instagram login.

Why am I still blocked even though my IP has changed (with your tools)?

error while trying to change ip

  • [] Change New IP
    [01-05-22 15:09:16] [ERROR] - [x_x] Something went wrong, please check your error message.
    Message - maximum recursion depth exceeded while calling a Python object
    [01-05-22 15:09:16] [INFO] - [
    ] Stop service tor
    the script gives me this error.the number of loops was set to default and the timing was also default.please fix this

python recrusion error

Message - maximum recursion depth exceeded while calling a Python object
i receive this error while the script tries to change ip.default options for both loops and timer were used

import socks => ModuleNotFoundError: No module named 'socks'

Hello @noobpk , thanks for sharing, I was following your instructions (I sow your video in youtube, also I cloned the repository) but unfortunately when I install the requirements and then try to run 'autorip.py' it throws me this error:

Traceback (most recent call last):
File "autorip.py", line 5, in
import socks
ModuleNotFoundError: No module named 'socks'

Attached screen capture:

consulta-NoobBoy

I've been doing some research and still haven't been able to fix it even though other people have had something similar happen to them. Could you please give me some suggestion? (It is to determine if I have already taken it into account and applied it)

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.