devshashtag / TorBridge

a simple script for getting tor bridge from : https://bridges.torproject.org/bridges
GNU General Public License v3.0
39 stars 7 forks source link

captcha not working #9

Closed jstomw closed 1 year ago

jstomw commented 1 year ago

captcha not accepted on enter Screenshot_20230224_133801

devshashtag commented 1 year ago

hi. thanks for reporting this

im from Iran. and when i was writing this script i didn't know other people wants to used it

in Iran https://bridges.torproject.org/bridges site is filtered. so i have to use tor bridges itself to actually get more bridges

so what i guess is

  1. https://bridges.torproject.org/bridges site changed its method to get bridges
  2. TorBridge trying to access the site with a broken bridge

sadly tor service is completely inaccessible in my country now. but i can try to fix this anyway

can you provide more information to help me find the problem?

  1. where are you from ?
  2. output of grep -i '^name' /etc/os-release|cut -d'"' -f2 ?
  3. output of tbcli -s
  4. can you access https://bridges.torproject.org/bridges without VPN or proxy ?
  5. do you have any tor bridges in your /etc/tor/torrc file ?

and finally sorry for my bad english.

devshashtag commented 1 year ago

oops. this scripts so broken...

i think a rewrite of this script in python would be a good idea

devshashtag commented 1 year ago

good news tor is working in my country!

i going to write a python version of this. because its helps me too!

jstomw commented 1 year ago

hi. thanks for reporting this

im from Iran. and when i was writing this script i didn't know other people wants to used it

in Iran https://bridges.torproject.org/bridges site is filtered. so i have to use tor bridges itself to actually get more bridges

so what i guess is

  1. https://bridges.torproject.org/bridges site changed its method to get bridges
  2. TorBridge trying to access the site with a broken bridge

sadly tor service is completely inaccessible in my country now. but i can try to fix this anyway

can you provide more information to help me find the problem?

  1. where are you from ?
  2. output of grep -i '^name' /etc/os-release|cut -d'"' -f2 ?
  3. output of tbcli -s
  4. can you access https://bridges.torproject.org/bridges without VPN or proxy ?
  5. do you have any tor bridges in your /etc/tor/torrc file ?

and finally sorry for my bad english.

  1. RU
  2. Ubuntu
  3. see attachment: Screenshot_20230224_161349
  4. NO
  5. YES
devshashtag commented 1 year ago

thank you. i think its now fixed

try: sudo tbcli -U

and install updated tbcli

NOTE: you don't have to enter captcha code in uppercase if its UDXDSA simply type udxdsa

if you have others issue with tbcli create new issue .

anyway im writing a python version and when its done i upload it in main branch.