dumbasPL / aero2solver

Solve Aero2 captchas automatically using the magic of machine learning and computer vision
MIT License
16 stars 5 forks source link

Stop working #1

Closed Undercore90 closed 7 months ago

Undercore90 commented 7 months ago

Hi,

Can you check if something has changed. It stopped entering the code. The container used to go all the time and since the last update it worked without any problem. When I manually connect to WiFi the page asking me to enter the code opens automatically and after entering the code the internet comes back and the container has a message that internet access granted.

When I get there I will send a screenshot of how the application works. Also, if you write what logs help you I can collect them.

Thanks in advance for your help.

dumbasPL commented 7 months ago

From what I can see nothing has changed and still works for me, this is how the log should look like when it solves a captcha:

[...]
Captcha not required with message: Dostęp do Internetu został odblokowany.
Captcha not required with message: Dostęp do Internetu został odblokowany.
Captcha not required with message: Dostęp do Internetu został odblokowany.
Captcha not required with message: Dostęp do Internetu został odblokowany.
Captcha required
Trying to solve captcha (try 1)
Captcha solved as biqy8jdv after 1
Captcha solved with message: Odpowiedź prawidłowa. Za 10 sekund dostęp do internetu zostanie odblokowanySprawdź specjalną ofertę dla Ciebie
Sleeping for 60 seconds
Captcha not required with message: Dostęp do Internetu został odblokowany.
Captcha not required with message: Dostęp do Internetu został odblokowany.
Captcha not required with message: Dostęp do Internetu został odblokowany.
[...]

let me know what you're getting

Undercore90 commented 7 months ago

Thanks for the quick response. After arriving at the site, I checked that the address is not responding. After changing the DNS addresses from auto from the router to 8.8.8.8 and 193.41.112.18 and it works again.

Do you have any verified DNS that you use and are trouble free with aero?

mariuszste commented 7 months ago

Do you have any verified DNS that you use and are trouble free with aero?

I just use the one provided by aero. I have the card in a huawei usb modem and I just point the dns at the ip of the modem. Not sure what the actual dns ip is for aero but you can probably figure it out if you put the card in your phone and dig through settings.

Edit: or you can just hard code the ip in your hosts file, It hasn't changed for as far as I can remember so it should be fairly safe to do so.

Edit2: Actually, any DNS server should be fine because aero allows dns traffic unauthenticated.

Fun fact, the original idea for this project was to actually use DNS to tunnel traffic to a server in the cloud that would send the captchas to a third party solving service. This trick with tunneling over DNS is actually pretty useful, it will work on a lot of the "free wifi" with a captive portal that you can find in the wild.

Edit3: I'm @dumbasPL just on a different account :sweat_smile:

Undercore90 commented 7 months ago

Thanks for your help and your project in general. It is very useful for monitoring devices :). You can close have a nice day :)