Git Product home page Git Product logo

funcaptcha-audio-solver's Introduction

funcaptcha-audio-solver's People

Contributors

useragents 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

funcaptcha-audio-solver's Issues

Script not working

This is what I get when I try to run the script:

Traceback (most recent call last):

File "C:\Program Files\Python311\Lib\site-packages\requests\models.py", line 910, in json
return complexjson.loads(self.text, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\json_init_.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Program Files\Python311\main.py", line 27, in
captcha_token = solve_captcha()
^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\main.py", line 14, in solve_captcha
answer = funcap.solve()
^^^^^^^^^^^^^^
File "C:\Program Files\Python311\funcaptcha_solver.py", line 225, in solve
session_token, response, captcha_token = self.main()
^^^^^^^^^^^
File "C:\Program Files\Python311\funcaptcha_solver.py", line 208, in main
session_token, captcha_token = self.get_session_token()
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\funcaptcha_solver.py", line 41, in get_session_token
captcha_token = r.json()["token"]
^^^^^^^^
File "C:\Program Files\Python311\Lib\site-packages\requests\models.py", line 917, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: [Errno Expecting value]

<title>Access denied</title> <script> (function(){if(document.addEventListener&&window.XMLHttpRequest&&JSON&&JSON.stringify){var e=function(a){var c=document.getElementById("error-feedback-survey"),d=document.getElementById("error-feedback-success"),b=new XMLHttpRequest;a={event:"feedback clicked",properties:{errorCode:1020,helpful:a,version:5}};b.open("POST","https://sparrow.cloudflare.com/api/v1/event");b.setRequestHeader("Content-Type","application/json");b.setRequestHeader("Sparrow-Source-Key","c771f0e4b54944bebf4261d44bd79a1e"); b.send(JSON.stringify(a));c.classList.add("feedback-hidden");d.classList.remove("feedback-hidden")};document.addEventListener("DOMContentLoaded",function(){var a=document.getElementById("error-feedback"),c=document.getElementById("feedback-button-yes"),d=document.getElementById("feedback-button-no");"classList"in a&&(a.classList.remove("feedback-hidden"),c.addEventListener("click",function(){e(!0)}),d.addEventListener("click",function(){e(!1)}))})}})(); </script>
  <script>
  (function(){function d(c){var b=document.getElementById("copy-label"),a=document.getElementById("cf-details-wrapper-expandable");c.target.checked?a.classList.add("expanded"):(a.classList.remove("expanded"),b.innerText="Click to copy")}if(document.addEventListener){var e=function(){var c=document.getElementById("copy-label");var b=document.getElementById("error-details").textContent;if(navigator.clipboard)navigator.clipboard.writeText(b);else{var a=document.createElement("textarea");a.value=b;a.style.top="0";a.style.left="0";a.style.position="fixed";document.body.appendChild(a);a.focus();a.select();document.execCommand("copy");document.body.removeChild(a)}c.innerText="Copied text to clipboard"};document.addEventListener("DOMContentLoaded",function(){var c=document.getElementById("error-details-checkbox"),b=document.getElementById("click-to-copy-btn");document.getElementById("copy-label").classList.remove("hidden");c.addEventListener("change",d);b.addEventListener("click",e)})}})();
  </script>
  <script defer src="https://performance.radar.cloudflare.com/beacon.js"></script>

Access denied

Error code 1020

You do not have access to api.funcaptcha.com.

The site owner may have set restrictions that prevent you from accessing the site.

Error details

Caret icon
        <input id="error-details-checkbox" class="hidden" type="checkbox">

        <div class="cf-expandable-error-info hidden">
           <p class="cf-error-copy-description">Provide the site owner this information.</p>
           <button class="cf-click-to-copy-btn" id="click-to-copy-btn" title="Click to copy" type="button">

I got an error when visiting api.funcaptcha.com/fc/gt2/public_key/476068BF-9607-4799-B53D-966BE98E2B81.

Error code: 1020

Ray ID: 78d5e3be5d1a206b

Country: JP

Data center: nrt05

IP: 37.19.205.193

Timestamp: 2023-01-22 05:29:02 UTC

Click to copy

  <div class="clearfix cf-footer cf-section" role="contentinfo">
  <div class="cf-column">
       <div class="feedback-hidden py-8 text-center" id="error-feedback">
<div id="error-feedback-survey" class="footer-line-wrapper">
    Was this page helpful?
    <button class="border border-solid bg-white cf-button cursor-pointer ml-4 px-4 py-2 rounded" id="feedback-button-yes" type="button">Yes</button>
    <button class="border border-solid bg-white cf-button cursor-pointer ml-4 px-4 py-2 rounded" id="feedback-button-no" type="button">No</button>
</div>
<div class="feedback-success feedback-hidden" id="error-feedback-success">
    Thank you for your feedback!
</div>
  </div>
     <div class="cf-column cf-footer-line-wrapper text-center">
        <p>
           Performance &amp; security by <a rel="noopener noreferrer" href="https://www.cloudflare.com?utm_source=1020_error" target="_blank">Cloudflare <img class="external-link" title="Opens in new tab" src="/cdn-cgi/images/external.png" alt="External link"></a>
        </p>
     </div>
  </div>
: 0

Amazon Captcha

I have tried this script on amazon captcha at register page but it doesn't work even though amazon arkose labs captcha support the audio challenge
Response from script : Site not supported / does not have audio challenges
you can check the amazon captcha here :

Not working, error -> 'Site not supported / does not have audio challenges'

Although I tried it on 2 different sites, it gave the error 'Site not supported / does not have audio challenges' on both. Also, I can't reach you on discord, your invitation is broken.

I'm trying on the codes you gave, the only thing I changed is:

funcap = funcaptcha(
	public_key = "69A21A01-CC7B-B9C6-0F9A-E7FA06677FFC", 
	site = "https://api.funcaptcha.com/fc/api/nojs/?pkey=69A21A01-CC7B-B9C6-0F9A-E7FA06677FFC"
)

KeyError: 'token'

Traceback (most recent call last):
File "C:\Users\User\Downloads\Funcaptcha-Audio-Solver-main\Funcaptcha-Audio-Solver-main\main.py", line 27, in
captcha_token = solve_captcha()
^^^^^^^^^^^^^^^
File "C:\Users\User\Downloads\Funcaptcha-Audio-Solver-main\Funcaptcha-Audio-Solver-main\main.py", line 14, in solve_captcha
answer = funcap.solve()
^^^^^^^^^^^^^^
File "C:\Users\User\Downloads\Funcaptcha-Audio-Solver-main\Funcaptcha-Audio-Solver-main\funcaptcha_solver.py", line 225, in solve
session_token, response, captcha_token = self.main()
^^^^^^^^^^^
File "C:\Users\User\Downloads\Funcaptcha-Audio-Solver-main\Funcaptcha-Audio-Solver-main\funcaptcha_solver.py", line 208, in main
session_token, captcha_token = self.get_session_token()
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\Downloads\Funcaptcha-Audio-Solver-main\Funcaptcha-Audio-Solver-main\funcaptcha_solver.py", line 41, in get_session_token
captcha_token = r.json()["token"]
~~~~~~~~^^^^^^^^^
KeyError: 'token'

Hey ๐Ÿ‘‹

So my question is do you know any sites that are using funcaptcha with the audio enabled?

broken captcha audio files ?

So I have been working on some twitch gens including a funcaptcha solver, but after the request to get a token and then audio challenge, the audio file is "broken"/ unplayable. Is this normal ?, did it get patched? and if not, am I doing anything wrong?

How to use?

how to run it. When I run it, I get an error
image

Site not supported / does not have audio challenges

Hey!

When I use this program to solve a captcha on outlook I get this error : Site not supported / does not have audio challenges.

However Outlook does offer audio challenges and I got the "public key" and the "surl" as indicated here.

Do you have any idea why it's not working?

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.